::-webkit-scrollbar{
    position: absolute;
    right: 0px;
    width: 1,5em;
    height: 1em;
}
::-webkit-scrollbar-track{
    background: linear-gradient(to left, rgb(179, 15, 15), rgba(184, 15, 15, 0));
}
::-webkit-scrollbar-thumb{
    background: rgb(224, 4, 4);
    border: 0.25em solid rgb(163, 4, 4);
    border-radius: 100vw;
 }
::-webkit-scrollbar-thumb:hover{
    background: rgb(255, 0, 0);
}
body {
    color: rgb(255, 255, 255);
    overflow: overlay;
    overflow-x: hidden;
}
.top {
    background-color: rgba(255, 0, 0, 0.6);
    /* background-color: #0fb4b8; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 62px;
    z-index: 9999;
}
#topbar {
    display: flex;
}
.margin-top {
    margin-top: 62px;
}
/* .nav {
    float: left;
} */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: white;
}
nav .navbar-nav li a{
    color: white !important;
}
#titulo {
    position: relative;
    top: 0;
    left: 20px;
    transition: transform ease 300ms;
    margin-right: 30px;
}
#titulo:hover {
    transform: translate(0, -10px);
}

.navbar-nav {
    margin-left: 50px;
    justify-content: space-around;
}
.nav-item {
    transition: transform ease 300ms;
}
.nav-item:hover {
    transform: translate(0, -5px);
}

.footer {
    background-color: #ff0000;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact {
    display: flex;
    justify-content: center;
    gap: 150px;

}
.info {
    margin-bottom: 1px;
}
.wpp{
    width: 70px;
    height: auto;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: all .3s ease-in-out;
}
.wpp:hover{
    transform: scale(1.5); 
}
.tarjetas {
    width: 25rem;
}
@media screen and (max-width:800px) {
    .tarjetas {
        width: 20rem;
    }
    .footer {
        background-color: #ff0000;
        width: 100%;
        height: 200px;
        display:grid;
        align-items: center;
        justify-content: space-around;
    }
    .footer>div {
        display:grid;
        align-items: center;
        justify-content: center;
    }
    .contact {
        display: grid;
        justify-content: center;
        gap: 0px;
    }
    .navbar-collapse {
        z-index: 99999;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 8px;
        background-color: rgba(184, 15, 15, 0.6);
    }   
    #suscribite {
        margin-top: 5px;
    } 
    .wpp{
        width: 50px;
        height: auto;
        position: fixed;
        bottom: 50px;
        right: 30px;
        transition: all .3s ease-in-out;
    }
    .wpp:hover{
        transform: scale(1);
    }
    /* .contactanos{
        display: grid;
        justify-content: center;
        gap: -100px !important;
        align-items: center;
        background-image: url("/img/Recurso\ 6.jpg");
        background-repeat: repeat;
        background-size: cover;
        height: 100px;
    } */
 }    
.carrito{
    display: flex;
    justify-content: space-around;
}
.contactanos{
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: center;
    background-color: rgb(204, 204, 204);
    height: 100px;
}
.contactanos2{
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: center;
    background-color: rgb(204, 204, 204);
    height: 150px;
}
.foto {
    margin: 0px !important;
    padding: 0px !important;
    height: 60%;
}
.fotoa{
    width: 100vw;
    object-fit: cover;
}
.resaltar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
     background-color: rgb(255, 255, 255);
}
.contacto {
  display: grid;
  align-items: flex-start;
  justify-content: center;

}

.formulario {
    display: grid;
    align-items: flex-start;
    justify-content: center;  
}


input[type=text]{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
     border: 1px solid #b80f0f;
     color: #000000;
     width: 250px;
     height: 30px;
    }
    
input[type=text]:focus {
     outline: none;
     border: 1px solid #000000;
     color: #d92d2d;
}
textarea {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
     border: 1px solid #b80f0f;
     color: #000000;
     width: 250px;
}
:root {
    color-scheme: light only;
}
.flex {
    display: flex;
    justify-content: center;
}
#catalogo{

    border-radius: 25px 25px 25px 25px;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgb(167, 163, 163);
}
.contenedor {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

/* --- --- CONTENEDOR PRINCIPAL --- --- */

.contenido-principal {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.contenido-principal__imagen {
	vertical-align: top;
	margin-right: 20px;
	width: 50%;
	max-width: 550px;
}

.contenido-principal__contenedor {
	width: 50%;
}

.contenido-principal__titulo {
	font-weight: normal;
	font-size: 28px;
}

.contenido-principal__resumen {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #CFCFCF;
}

/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente,
.carousel__anterior2,
.carousel__siguiente2 {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 30px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: black;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}
.carousel__anterior2:hover,
.carousel__siguiente2:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}
.carousel__anterior2 {
	left: -30px;
}

.carousel__siguiente2 {
	right: -30px;
}

.carousel__lista {
	overflow: hidden;
}
.carousel__lista2 {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}
.cards{
    margin-top: 10px;
    display: flex;
    justify-content: center;

}
.prod{
    display: flex;
    justify-content: space-around;
    gap: -50px;
    position: relative;
    bottom: 200px; 
    margin-bottom: -180px;
}
@media screen and (max-width: 800px) {
    .carousel__anterior,
    .carousel__siguiente,
    .carousel__anterior2,
    .carousel__siguiente2 {
        position: absolute;
        display: block;
        width: 30px;
        height: 260px;
        border: none;
        top: calc(50% - 130px);
        cursor: pointer;
        line-height: 30px;
        text-align: center;
        background: none;
        color: black;
        opacity: 20%;
        border: 1px solid rgb(134, 134, 134);
        border-radius: 10px;
    }

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
    .flex-around {
        margin-top: 100px;
    }
    .flex-around > p {
        font-size: 10px;
    }
    .cards {
        display: grid;
        justify-content: center;
    }
    .prod{
        display: grid;
        justify-content: center;
        position: relative;
        bottom: 210px; 
        margin-bottom: -200px;
        /* background-color: white !important; */
    }
    .resaltar {
        display: block;
        background-color: rgb(0, 174, 255, 0);
        margin-left: -30px !important;
    }
}
.nuepro {
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, rgb(184, 15, 15), rgba(184, 15, 15, 0));
    height: 110px;
    position: relative;
    bottom: 109px;
}
.fondo {
    background-color: #b80f0f;
    height: 200px;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
/* #produc {
    position: relative;
    bottom: 280px;
} */

@font-face {
    font-family: 'Zona Pro';
    src: local('Zona Pro Negrita'), local('Zona-Pro-Negrita'),
        url('ZonaPro-Regular.woff2') format('woff2'),
        url('ZonaPro-Regular.woff') format('woff'),
        url('fonts/ZonaPro-Bold.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
/* .carousel-item {
    margin-bottom: -18%;
} */