/*seccion1*/
#seccion1{ margin-bottom: 1rem ;}
.banner-principal {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 440px;
    margin-bottom: 2rem;
}
.contenedor-seccion1{
	margin-top: 32rem;
    margin-left: -7rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn-producto{
	color: black;
    background-color: white;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    padding: 0.5rem 2rem;
    box-shadow: 0 0px 0px #000, 6px 6px 0px #000;
}

/*seccion2*/
#seccion2{ margin: 1rem 0 ;}
.banner-sorteo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 105px;
    margin-bottom: 2rem;
}
.contenedor-seccion2{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 105px;
}
.parrafo-seccion2 {
	font-size: 1.5rem;
    font-family: 'Montserrat-Bold';
    color: black;
}
.btn-registro{
    background-color: white;
    color: black;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    box-shadow: 0 0px 0px #000, 6px 6px 0px #000;
}

/*seccion3*/
.titulo1{
	font-family:'Montserrat-Bold';
	text-align: center;
	color: black;
	margin: 4rem 0 ;
}
.categoria{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    margin-bottom: 2rem;
}
.contenedor-categoria{
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 115px;
    margin-left: 2rem;
}
.texto-categoria{
	font-family: 'Montserrat-Bold';
    color: white;
    font-size: 36px;
    line-height: 0.8;
}
.btn-producto-sm{
	color: black;
    background-color: white;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    box-shadow: 0 0px 0px #000, 6px 6px 0px #000;
}

/*seccion4*/
#seccion4{
	margin: 1rem 0;
	background-color: #f0f0f0;
}
.img-brand{
    width: auto;
    height: 120px;
    margin-left: 1rem;
}
.carousel-brand {
    height: 190px;
    display: flex;
    flex-direction: row;
    padding: 0 4rem 4rem 4rem;
}
#seccion4 .slick-prev:before{
    content: "\f104" !important;
    color: #999999 !important;
    font-size: 52px !important;
    font-family: FontAwesome !important;
}
#seccion4 .slick-next:before{
    content: "\f105" !important;
    color: #999999 !important;
    font-size: 52px !important;
    font-family: FontAwesome !important;
}
#seccion4 .slick-next, .slick-prev {top: 20% !important;}
#seccion4 .slick-prev {left: 15 !important;}
#seccion4 .slick-next {right: 15px !important;}

/*seccion5*/
.btn-producto-black{
	color: white;
    background-color: black;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    box-shadow: 0 0px 0px #d87888, 2px 2px 0px #d87888;
}
.btn-producto-black:hover, .btn-producto-black:focus{
	color: white !important;
    text-decoration: underline; 
}
.ofertasm {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f4ac8f;
    position: absolute;
    right: 9%;
    top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1;
}
.contenedor-imgproducto{
	display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
    overflow: hidden;
}
.img-producto{
    width: auto;
    height: 250px;
}
.titulo-producto{
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Montserrat-Medium';
    height: 83px;
}
.titulo-tipode{
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Montserrat-Medium';
}

/*seccion6*/
.carousel-tiendas {
    height: 190px;
    display: flex;
    flex-direction: row;
    padding: 0 4rem 4rem 4rem;
}
.img-tiendas{
    width: auto;
    height: 120px;
    margin-left: 2rem;
}
#seccion6 .slick-prev:before{
    content: "\f104" !important;
    color: #999999 !important;
    font-size: 52px !important;
    font-family: FontAwesome !important;
}
#seccion6 .slick-next:before{
    content: "\f105" !important;
    color: #999999 !important;
    font-size: 52px !important;
    font-family: FontAwesome !important;
}
#seccion6 .slick-next, .slick-prev {top: 20% !important;}
#seccion6 .slick-prev {left: 15 !important;}
#seccion6 .slick-next {right: 15px !important;}

/*responsive*/
@media screen and (max-width: 991px){
    .container-responsive{
        margin-bottom: 1rem;
    }
    .cont-btnproducto-responsive{
        position: absolute;
        bottom: 3%;
        left: 20%;
    }
    .contenedor-seccion2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 10%;
        left: 5%;
    }
}
@media screen and (max-width: 650px){
    .ocultar650{
        display: block;
    }
    .no650{
        display: none;
    }
}
@media screen and (min-width: 400px) and (max-width: 425px){
    .btn-producto {
        font-size: 18px;
    }
    .img-brand , .img-tiendas {
        width: auto;
        margin-top: 1rem;
        margin-left: 1rem;
    }
}
@media screen and (min-width: 341px) and (max-width: 399px){
    .btn-producto {
        font-size: 18px;
    }
    .img-brand , .img-tiendas{
        width: auto;
        height: 90px;
        margin-top: 1rem;
        margin-left: 1rem;
    }
}
@media screen and (max-width: 340px){
    .btn-producto {
        font-size: 18px;
    }
    .img-brand , .img-tiendas{
        width: auto;
        height: 90px;
        margin-top: 1rem;
        margin-left: 0rem;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
    .titulo-producto {
        font-size: 12px;
        height: 70px;
    }
    .titulo-tipode{
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .titulo-producto{
        height: 65px;
    }
}
@media screen and (max-width: 767px){
    .titulo-producto{
        height: auto;
    }
}