/*ESTILOS PARA FRUTAS SECAS DE MENDOZA*/

html {
  scroll-behavior: smooth;
}

body {
    position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	scroll-behavior: smooth;
}

a:focus, a:hover {
    text-decoration: none;
}

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

.btn-frutas {
    padding: 0px 15px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}

.rounded-buttons-add {
    border-radius: 50px;
}

.main-title {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
}

.main-title h3 {
    font-weight: 700;
    font-size: 35px;
}

.main-title hr {
    border-top: 2px solid #6C9718;
    width: 40%;
    display: inline-block;
}

/*******************************/

/* ESTILOS NAV */

.navbar {
	padding: 0.3rem 0;
	transition: all 0.5s ease;
}

.bg-verde {
	background-color: #6C9718;	
}

.navbar-brand img {
	width: 225px;
	height: auto;
}

.nav-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
	padding: 26px 0;
	text-transform: uppercase;
	position: relative;

	color: white !important;
	transition: all .3s ease-out 0s;
}

.nav-link:hover {
	color: white !important;
}

.nav-link::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    background-color: #30f13a;
    left: 50%;
    bottom: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}

.nav-item:hover>.nav-link::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.active::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    background-color: #30f13a;
    left: 50%;
    bottom: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

/*******************************/

/* ESTILOS CARRUSEL */

.carousel-inner {
}

.carousel-inner>.carousel-item {
	height: 85vh;
	background-color: #bfbfbf;
	background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding-right: 150px;
}

.contenido-carousel {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}

.info-carousel-item {
    text-align: right;
}

.info-carousel-item h3, .info-carousel-item h5 {
    padding: 15px;
    color: black;   
}

.info-carousel-item h3 {
    background-color: white;
    font-size: 50px;
    margin-bottom: 0px;
}

.info-carousel-item h5 {
    background-color: #BBEB5B;
    font-size: 25px;
    display: inline-block;
}

#destacado {
    background: #E2F7B9;    
}

#barraDestacados {
    background: white;
    padding: 30px;
    z-index: 1000;
    position: relative;
    top: -35px;
}

#barraDestacados>.row>.col-4 {
    border-right: 2px solid #6C9718;
}

#barraDestacados>.row>.col-4:last-child {
    border-right: 0px;
}

.item-destacado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-destacado img {
    height: 70px;
    margin-right: 20px;
}

.item-destacado p {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0px;
}

@media screen and (max-width: 800px) {

    .main-title {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-title h3 {
        font-size: 28px;
    }

    .carousel-inner>.carousel-item {
        padding-right: 35px;
    }

    .info-carousel-item h3 {
        font-size: 30px;
    }

    .info-carousel-item h5 {
        font-size: 15px;
    }

    #barraDestacados {
        padding: 20px;
    }

    #barraDestacados .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .item-destacado img {
        height: 36px;
        margin-right: 5px;
    }

    .item-destacado p {
        font-size: 10px;
    }

}

/*******************************/

/* ESTILOS PRODUCTOS */

#productos {
    background: #E2F7B9;
    padding: 40px 0px;
}

#productos-catalogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.producto-individual {
    background: white;
    width: 18%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.producto-individual img {
    width: 100%;
    height: auto;
}

.producto-individual h5 {
    margin-bottom: 0px;
    font-weight: 700;
}

.producto-individual>div {
    height: 80px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.producto-individual>div:last-child {
    height: auto;
}

#precios-cta {
    padding: 40px;
    background-color: #6C9718;
    background-image: url(../img/frutos-secos-bg-verde.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50%;
}

#precios-cta>div {
    width: 50%;
    color: white;
    text-align: right;
}

@media screen and (max-width: 800px) {
    .producto-individual {
        width: 48%;
    }

    #precios-cta {
        background-color: #888888;
        background-size: cover;
        background-blend-mode: multiply;
    }

    #precios-cta>div {
        width: 100%;
        text-align: center;
    }

    .producto-individual>div:last-child>button {
        font-size: 11px;
    }
}

/*******************************/

/* ESTILOS NOSOTROS */

#nosotros {
    padding: 50px 0px;
}

#foto-nosotros {
    width: 100%;
    height: 100%;
    background: grey;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    #foto-nosotros {
        height: 220px;
        margin-bottom: 20px;
    }
}

/*******************************/

/* ESTILOS PRMOS */

#promos {
    padding: 50px 0px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(226,247,185,1) 50%, rgba(226,247,185,1) 100%);
}

.promo-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
}

.promo-item-ultima {
    height: 615px;
}

.promo-info h3 {
    background: white;
    display: inline-block;
    padding: 15px;
    color: #6C9718;
    margin-bottom: 0px;
}

.promo-info h5 {
    background: #BBEB5B;
    display: table;
    padding: 15px;
    font-size: 16px;
    font-weight: 800;
}

.promo-precio {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.promo-precio h4 {
    background: white;
    padding: 15px;
    font-size: 40px;
    font-weight: 700;
    color: #6C9718;
    letter-spacing: -2px;
    display: block;
}

#registro {
}


#registro>.container {
    padding: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
    .promo-info h3 {
        font-size: 18px;
    }

    .promo-info h5 {
        font-size: 13px;
        padding: 10px 15px;
    }

    .promo-precio h4 {
        font-size: 28px;
    }
}

/*******************************/

#contacto {
    background: #E2F7B9;
}

.contacto-item {
    display: flex;
    align-items: center;
    padding: 40px 0px;
    text-align: center;
}

.contacto-item h4 {
    display: inline-block;
    padding: 10px 25px;

}

.redes {
    background: white;
    display: inline-flex;
    padding: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 25px;
    color: #6c9718;
    transition: .5s ease;
}

@media screen and (max-width: 800px) {

    .promo-item-ultima {
        height: 300px;
    }

    #registro>.container {
        padding: 30px;
    }

    #contacto {
        flex-direction: column;
    }

    .contacto-item {
        width: 100%;
    }

    .contacto-item:last-child {
        padding: 30px 10px;
    }

    .contacto-item h4 {
        font-size: 13px;
    }

    .footer-brand img {
        width: 55%;
    }
}
/*******************************/

.float {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 40px;
    right: 40px;
    padding: 5px 10px 5px 15px;
    background-color: #11af4c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 19px rgb(0 0 0 / 20%);
    z-index: 100;
    -webkit-transition: 1s all ease-in-out .1s;
    -moz-transition: 1s all ease-in-out .1s;
    -ms-transition: 1s all ease-in-out .1s;
    -o-transition: 1s all ease-in-out .1s;
    transition: 1s all ease-in-out .1s;
}

.float p {
    margin-bottom: 0px;
}

.float i {
    font-size: 30px;
    margin-right: 10px;
}

@media screen and (max-width: 800px) {
    .float {
        bottom: 20px;
        right: -105px;
        padding: 5px 10px 5px 15px;
        font-size: 13px;
    }

    .float i {
        margin-right: 15px;
    }
}

.back-to-top {
    font-size: 20px;
    color: #121212;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #38f9d7;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none;
}

/*MENSAJES DEL FORMULARIO*/
.msg-form {
    border-radius: 19px;
    padding: 3px 15px 0px 15px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.msg-form p {
    margin-bottom: 6px;
}

.success-form {
    background-color: green;
}

.error-form {
    background-color: red;
}