body, html {
    font-family: 'Poppins', sans-serif !important;
}

body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 16px !important;
}

h3 {
    font-weight: 700 !important;
    font-size: 32px !important;
}

h4 {
    font-weight: 600 !important;
    font-size: 28px !important;
}

textarea {
    max-height: 100px;
}

.dropdown.language-dropdown img {
    height: 15px;
}

.dropdown.language-dropdown {
    margin-left: 10px;
}

.dropdown.language-dropdown button {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #333;
}

.dropdown.language-dropdown button.show {
    box-shadow: none;
}



/* Header */
.header {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("./imgs/header-index.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-bottom: 5rem;
    padding-top: 130px;
    min-height: 300px;
    position: relative;
}

.wave-container {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    transform:translateZ(0);
    width: 100%;
}

.wave-container svg {
    width: 100%;
}

.header.header-services {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("./imgs/header-background-servicios.jpg");
    background-size: cover;
    background-position: center center;
}

.header.header-eccomunidad {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("./imgs/header-background-eccomunidad.jpg");
    background-size: cover;
    background-position: center center;
}

.header.header-contact {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("./imgs/header-background-contacto.jpg");
    background-size: cover;
    background-position: center center;
}

.header .navbar {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid transparent;
    transition: none;
    z-index: 99999;
}

.navbar-brand img {
    max-width: 136px;
}

.navbar-links-container {
    margin-left: auto;
    /* display: flex;
    justify-content: space-between;
    flex-grow: 1; */
}

.header .navbar .navbar-nav {
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.header-logo {
    margin-bottom: 1.5rem;
}

.header-text {
    display: inline-block;
    background-color: #358874;
    font-weight: 500;
    font-size: 22px;
    padding: 5px 15px;
}

.header-text.header-text-small {
    font-size: 18px;
}

.header-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.header .navbar .navbar-nav .nav-link.active, .header .navbar .navbar-nav .nav-link {
    color: #358874;
    transition: none;
    font-weight: 500;
}

.nav-link.nav-link-bold {
    background-color: #358874;
    padding: 5px 10px;
}

.header .navbar-nav .nav-link:hover {
    color: #358874;
}

.header .navbar {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.header .navbar.change-background .navbar-nav .nav-link.active, .header .navbar.change-background .navbar-nav .nav-link {
    color: #008874;
}

.header .navbar.change-background .navbar-nav .nav-link:hover {
    color: #008874;
}

.header .navbar .navbar-nav .nav-link.nav-link-bold {
    color: #fff;
}

.menu-opener-container {
    display: none;
}

.menu-button {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
}

.header.header-frutocultivo .menu-button {
    background-color: transparent;
    color: #fff;
}

.menu-button svg {
    width: 24px;
    height: 24px;
}

.responsive-menu-container {
	max-width: 500px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

.responsive-menu-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}

.responsive-menu-container ul {
	list-style: none;
	padding: 1rem 0 0 0;
}

.responsive-menu-container ul li .nav-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 13px;
	color: #008874;
	position: relative;
	transition: background-color 200ms ease-out;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 1rem;
}

.responsive-menu-container .btn.btn-custom.btn-variant {
	width: 100%;
}

.responsive-menu-title {
	font-size: 28px;
	font-weight: 600;
}

.responsive-menu-container .menu-button {
	border-left: none;
}

/* section-services-card */
.section-services-card-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto
}

.section-services-card {
    border: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: auto 300px;
    padding: 1rem;
    gap: 2rem;
}

.section-services-card-image img, .section-services-card-image-responsive img {
    width: 300px;
}

.section-services-card-image-responsive {
    display: none;
}

.section-services-left-container {
    padding: 2rem 0;
}

/* section */
.section-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background-color: #0C423E;
    padding: 10px 15px;
}

.section-title h3 {
    margin: 0;
}

.section {
    padding: 3rem 0;
}

/* footer */
.footer {
    background-color: #212121;
    padding: 2rem 0;
}

.footer-left img {
    max-width: 97px;
}

.footer a {
    color: #fff !important;
}

.footer a:hover {
    color: #fff
}

.footer .navbar-container {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

/* Main section us */

.section-us {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px; */
}

.section-us-content {
    padding: 15px 15px;
}

.section-us-content ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.section-us-title {
    display: flex;
    align-items: center;
    background-color: #358874;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

.section-us-title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.section-us-element {
    height: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e5e5e5;
}

.section-us-element:last-child .section-us-title img {
    margin-right: 10px;
    width: 20px;
    height: 24px;
}

/* section us more */

.section-us-more {
    text-align: center;
    margin-top: 2rem;
}

.us-more-text {
    margin-bottom: 1rem;
}

.section-us-more-title {
    text-transform: uppercase;
    color: #358874;
}

.us-more-container {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px; */
}

.us-more-element {
    position: relative;
    display: inline;
}

.us-more-element a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.us-more-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.us-more-container a {
    height: 200px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.us-more-servicios {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.2)), url('./imgs/index-servicios.png') no-repeat center center;
    background-size: cover;
}

.us-more-servicios:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.01)), url('./imgs/index-servicios.png') no-repeat center center;
    background-size: cover;
}

.us-more-nuestra-fruta {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.2)), url('./imgs/index-nuestra-fruta.jpg') no-repeat center center;
    background-size: cover;
}

.us-more-nuestra-fruta:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.01)), url('./imgs/index-nuestra-fruta.jpg') no-repeat center center;
    background-size: cover;
}

.us-more-eccomunidad {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.2)), url('./imgs/index-eccomunidad.jpg') no-repeat center center;
    background-size: cover;
}

.us-more-eccomunidad:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.01)), url('./imgs/index-eccomunidad.jpg') no-repeat center center;
    background-size: cover;
}

/* servicios */
.section-services {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* eccoumindad */
.eccomunidad-section {
    min-height: 500px;
    background-image: url("./imgs/eccomunidad-map.png");
    background-repeat: no-repeat;
    background-size: auto 800px;
    background-position: 83% center;
}

/* contact */
.contact-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./imgs/contact.png");
    background-size: cover;
    background-position: center center;
    height: 300px;
    display: flex;
    align-items: center;
    color: #fff;
}

.contact-banner-title {
    margin-bottom: 1rem;
}

.contact-banner-text {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 500;
}

.contact-banner a {
    color: #fff;
    background-color: #008874;
    text-transform: uppercase;
    border-color: #008874;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 24px;
}

.contact-banner a:hover {
    box-shadow: none;
    background-color: #008874;
    border-color: #008874;
}

.contact-banner a:focus {
    box-shadow: none !important;
    background-color: #008874;
    border-color: #008874;
}

.contact-banner a:active {
    box-shadow: none;
    background-color: #008874;
    border-color: #008874;
}

/* responsive-menu */
.responsive-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999999;
	overflow-y: scroll;
}

.hidden-map-img {
    display: none;
}

.hidden-map-img img {
    max-width: 100%;
    display: block;
    margin: 2rem auto 0 auto;
    width: 400px;
}

.anchor {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}

body.opened-menu {
	overflow: hidden;
}

body.opened-menu .responsive-menu-overlay {
	display: block;
}

/* Frutocultivo */
body.frutocultivo .header {
    background-image: none;
    padding-bottom: 5rem;
    padding-top: 130px;
    min-height: 200px;
    margin: 0 auto;
}

body.frutocultivo .header-logo {
    margin-bottom: 0;
}

body.frutocultivo .header-logo img {
    max-height: 250px;
}

body.frutocultivo {
    background: url('./imgs/kiwis-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}

body.frutocultivo .header {
    padding-bottom: 1rem;
}

.kiwis-bg-el-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.kiwis-bg-el-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h4.kiwis-subheader {
    text-align: center;
    color: #0E413E;
    max-width: 500px;
    margin: 0 auto 2.5rem auto;
    font-size: 22px !important;
}

body.frutocultivo .header .navbar {
    background-color: #1C631C;
}

body.frutocultivo .dropdown.language-dropdown button {
    color: #fff;
}

body.frutocultivo .header .navbar .navbar-nav .nav-link.active,body.frutocultivo .header .navbar .navbar-nav .nav-link {
    color: #fff;
}

body.frutocultivo .header .navbar .navbar-nav .nav-link.nav-link-bold {
   background-color: #6CB846;
}

.frutocultivo-title {
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.frutocultivo-title h3 {
    background-color: #6CB846;
    display: inline-block;
    padding: 3px 15px;
}

.frutocultivo-beneficios-aclaracion {
    text-align: center;
    font-weight: 700;
    color: #1C631C;
    font-size: 18px;
}

.frutocultivo-beneficios-container {
    max-width: 550px;
    margin: 0 auto 2rem auto;
}

.frutocultivo-beneficios-container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.frutocultivo-kiwi-container {
    display: flex;
    position: relative;
    margin-bottom: 2.5rem;
}

.frutocultivo-kiwi-bottom-bg {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.frutocultivo-kiwi-title {
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 60px;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 22px;
    border-radius: 20px;
}

.frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background-color: #6CB846;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.kiwi-hayward-verde .frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp {
    right: auto;
}

.kiwi-hayward-verde .frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp {
    background-color: #1C631C;
}

.frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp .frutocultivo-kiwi-icon {
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    display: flex;
    justify-content: center;
}

.frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp .frutocultivo-kiwi-icon svg {
    transform: rotate(180deg);
}

.kiwi-hayward-verde .frutocultivo-kiwi-title {
    right: 100px;
    left: auto;
}

.frutocultivo-kiwi-icon {
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.kiwi-hayward-verde .frutocultivo-kiwi-icon {
    left: -15px;
    right: 0;
}

.frutocultivo-kiwi-icon svg {
    transform: rotate(90deg);
    stroke: none;
}

.kiwi-hayward-verde .frutocultivo-kiwi-icon svg {
    transform: rotate(-90deg);
    stroke: none;
}

.frutocultivo-kiwi-text {
    color: #0E413E;
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
}

.frutocultivo-kiwi-img {
    z-index: 2;
}

.frutocultivo-kiwi-img img {
    height: 250px;
}

.frutocultivo-kiwi-bottom-bg img {
    width: 100%;
    margin-bottom: -40px;
}

.frutocultivo-kiwi-title-green {
    color: #6CB846;
    max-width: 400px;
}

.frutocultivo-row {
    margin-bottom: 2rem;
}

.frutocultivo-left, .frutocultivo-right {
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 22px;
    height: 100%;
}

.frutocultivo-center {
    background-color: #fff;
    padding: 22px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;   
}

.frutocultivo-center p {
    max-width: 400px;
}

.frutocultivo-left {
    background: #6CB846;
}

.frutocultivo-right {
    background: #1C631C;
}

.kiwi-bg-2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.kiwi-bg-2 img {
    width: 100%;
}

.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 999999;
    overflow: auto;
    width: 100vw;
    height: 100vh;
}

.custom-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.custom-modal-img {
    margin-bottom: 1rem;
}

.custom-modal-container {
    padding-top: 1.5rem;
}

.btn.btn-primary.close-custom-modal-button {
    background-color: #008874;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
}

.custom-modal-body-section ul li::marker {
    color: #1D611B;
    list-style-type: square;
}

.custom-modal-body-section ol li::marker {
    color: #1D611B;
    font-weight: 600;
}

.custom-modal-body-section ol li {
    margin-bottom: 1rem;
}

.custom-modal.custom-modal-visible {
    display: block;
}

.custom-modal-body-close {
    text-align: center;
}

body.visible-modal {
    overflow: hidden;
}

/* Eccomunidad */
#map-marker-ecco-1 {
    left: 12%;
    top: 35%;
}

#map-marker-ecco-2 {
    left: 34%;
    top: 16%;
}

#map-marker-ecco-3 {
    left: 43%;
    top: 58%;
}

#map-marker-ecco-4 {
    top: 45%;
    left: 32%;
}

#map-marker-ecco-5 {
    left: 57%;
    top: 21%;
}

#map-marker-ecco-6 {
    left: 70%;
    top: 43%;
}

.map-eccomunidad .map-marker-active {
    background-color: #0C423E;
    border: none;
    color: #fff;
  }

/* Servicios */
.resp-carousel-title > div {
    font-weight: 600;
    color: #fff;
    background-color: #0C423E;
    margin-bottom: 1rem;
    padding: 10px;
}

.map-container {
    position:relative;
    display: inline-block;
    max-width: 750px;
    margin-bottom: 1rem;
}

.map-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.map-marker {
    position: absolute;
    border: none;
    background-color: #fff;
    padding: 0;
    padding: 3px;
}

.map-marker-right {
    line-height: 1rem;
    display: flex;
    align-items: center;
}

.map-marker-left {
    background-color: #6CB846;
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
}

.map-marker-container {
    display: flex;
    max-width: 135px;
    font-weight: 500;
    font-size: 14px;
}

.map-marker span {
    position:relative;
    color:#fff;
}

.map-marker-active {
    background-color: #0C423E;
    border: 2px solid #0C423E;
    color: #fff;
}

.map-marker-active .map-marker-left {
    color: #0C423E;
    background-color: #fff;
}

#map-marker-services-1 {
    top: 35%;
    left: 6%;
}

#map-marker-services-2 {
    top: 14%;
    left: 13%;
}

#map-marker-services-3 {
    top: 63%;
    left: 74%;
}

#map-marker-services-4 {
    top: 60%;
    left: 19%;
}

#map-marker-services-5 {
    top: 17%;
    left: 65%;
}

#map-marker-services-6 {
    top: 38%;
    left: 58%;
}

#map-marker-services-7 {
    top: 70%;
    left: 52%;
}

body.en #map-marker-services-1 {
    top: 35%;
    left: 10%;
}

body.en #map-marker-services-2 {
    top: 18%;
    left: 16%;
}

body.en #map-marker-services-4 {
    top: 60%;
    left: 15%;
}

.carousel-custom-item-container {
    /* display: grid;
    grid-template-columns: 500px auto; */
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
  }

.carousel-item-left img {
    height: 330px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.carousel-item-right {
    background-color: #358874;
    color: #fff;
    padding: 1rem;
    height: 100%;
}

.carousel-eccomunidad .carousel-item-right-title {
    margin-bottom: 0;
}

.carousel-item-right-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1rem;
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px
}

.carousel-control-next-icon {
    background-image: none;
    stroke: #212121;
}

.carousel-control-next, .carousel-control-prev {
    color: #212121;
    width: 3%;
}

.carousel {
    display: flex;
    justify-content: center;
}

.carousel-inner {
    width: 94%
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #212121;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-item-left-green-bg img {
    background-color: #0C423E;
}

.carousel-eccomunidad .carousel-inner {
    max-width: 450px;
}

/* recipes */
.section-recipes {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

row {
    z-index: 1;
}

.section-recipes .section-title {
    background-color: #fff;
    color: #6CB846;
    padding-left: 0;
    padding-right: 0;
}

.recipes-container {
    
}

.recipe-title {
    color: #1D611B;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 18px 0 18px;
}

a.recipe-item {
    background-color: #E5E5E5;
    padding-bottom: 12px;
    text-decoration: none;
    color: #212121;
    display: block;
}

.recipe-text {
    padding: 6px 18px;
}

.recipe-img img {
    max-width: 100%;
}

.recipe-button button.btn-primary {
    background-color: transparent;
    color: #1C631C;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.recipe-button {
    text-align: center;
}


/* contact */
.contact-big-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 15px;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    margin-bottom: 0rem;
}

.contact-big-card-left {
    padding: 4rem 3rem;
}

.main-content.main-contact {
    margin-top: -200px;
    display: block;
    flex: 1 0 auto;
    z-index: 100;
    margin-bottom: 1rem;
}

.contact-big-card-container {
    padding: 1rem;
    margin-bottom: 3rem;
}

.contact-big-card-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: url("./imgs/contacto-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-big-card .form-container button {
    background-color: #0C423E;
    border-color: #0C423E;
    padding: 10px 20px;
}

.contact-big-card h3 {
    color: #0C423E;
}

.contact-big-card p {
    color: #757575;
}

.contact-big-card .alert.alert-success.alert-dismissible {
    display: none;
}

.contact-big-card .alert.alert-success.alert-dismissible.show {
    display: block;
}

/* Responsive */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
    body.frutocultivo .container   , body.frutocultivo .container-lg, 
    body.frutocultivo .container-md, body.frutocultivo .container-sm, 
    body.frutocultivo .container-xl, body.frutocultivo .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
    body.frutocultivo .container   , body.frutocultivo .container-lg, 
    body.frutocultivo .container-md, body.frutocultivo .container-sm, 
    body.frutocultivo .container-xl, body.frutocultivo .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
    body.frutocultivo .container   , body.frutocultivo .container-lg, 
    body.frutocultivo .container-md, body.frutocultivo .container-sm, 
    body.frutocultivo .container-xl, body.frutocultivo .container-xxl {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    body.frutocultivo .container   , body.frutocultivo .container-lg, 
    body.frutocultivo .container-md, body.frutocultivo .container-sm, 
    body.frutocultivo .container-xl, body.frutocultivo .container-xxl {
        max-width: 720px;
    }
}

@media (max-width: 1380px) {
    .eccomunidad-section {
        background-size: auto 700px;
        background-position: 83% center;
    }
}

@media (max-width: 1200px) {
    h3 {
        font-size: 28px !important;
    }
    
    h4 {
        font-size: 24px !important;
    }
    .section-us-title {
        font-size: 24px
    }
    .section {
        padding: 2.5rem 0;
    }
    .eccomunidad-section {
        background-size: auto 500px;
        background-position: 83% center;
    }
    .contact-banner a {
        font-size: 16px;
        padding: 6px 20px;
    }
    .header-text {
        font-size: 20px;
        padding: 5px 15px;
    }
    .header-title {
        font-size: 32px;
    }
    .contact-big-card {
        max-width: 800px;
    }
    .kiwi-bg-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    .section-us-title {
        font-size: 20px
    }
    .section-our-fruit {
        background: #0C423E;
    }
    .eccomunidad-logo {
        max-width: 130px;
    }
    .eccomunidad-section {
        background-position: 87% center;
    }
    .contact-big-card-left {
        padding: 3rem 2rem;
    }
    .us-more-container a {
        font-size: 20px;
    }
    .header-text {
        font-size: 18px;
        padding: 5px 10px;
    }
    .header-title {
        font-size: 28px;
    }
    .frutocultivo-beneficios-aclaracion {
        font-size: 16px;
    }
    .contact-big-card {
        max-width: 720px;
    }

    #map-marker-services-1 {
        top: 34%;
        left: 5%;
    }
    
    #map-marker-services-2 {
        top: 14%;
        left: 13%;
    }
    
    #map-marker-services-3 {
        top: 63%;
        left: 74%;
    }
    
    #map-marker-services-4 {
        top: 60%;
        left: 18%;
    }
    
    #map-marker-services-5 {
        top: 17%;
        left: 65%;
    }
    
    #map-marker-services-6 {
        top: 38%;
        left: 58%;
    }
    
    #map-marker-services-7 {
        top: 70%;
        left: 51%;
    }


    #map-marker-ecco-1 {
        left: 10%;
        top: 35%;
    }
    
    #map-marker-ecco-2 {
        left: 32%;
        top: 16%;
    }
    
    #map-marker-ecco-3 {
        left: 43%;
        top: 58%;
    }
    
    #map-marker-ecco-4 {
        top: 45%;
        left: 32%;
    }
    
    #map-marker-ecco-5 {
        left: 55%;
        top: 21%;
    }
    
    #map-marker-ecco-6 {
        left: 68%;
        top: 43%;
    }
}

@media (max-width: 850px) {
    .contact-big-card {
        grid-template-columns: 1fr;
    }
    .contact-big-card-right {
        display: none;
    }
    .contact-big-card-left {
        padding: 2rem 1rem;
    }
    .us-more-container a {
        font-size: 18px;
    }
}
  

@media (max-width: 800px) {
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    .section-us-title {
        font-size: 18px
    }
    .section {
        padding: 2rem 1rem;
    }
    .contact-banner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header-logo img {
        max-width: 200px;
    }
    .navbar-links-container {
        justify-content: start;
    }
    .navbar-social-media-container {
        margin-left: 15px;
    }
    .menu-opener-container {
        display: block;
    }
    .navbar-links-container {
        display: none;
    }
    .footer {
        padding: 1rem 0;
    }
    .footer-container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 1rem;
    }
    .contact-banner a {
        font-size: 14px;
        padding: 4px 16px;
    }
    .recipe-title {
        font-size: 20px;
    }

    .navbar-brand {
        order: 1;
    }

    .menu-opener-container {
        order: 3;
    }

    .navbar-language-container {
        order: 2;
        margin-left: auto;
        border-right: 1px solid #e0e0e0;
        border-radius: 0;
        margin-right: 5px;
        padding-right: 10px;
    }

    .header > .main-navbar > .container {
        justify-content: unset;
    }
}
  
  

@media (max-width: 768px) {
    .eccomunidad-section {
        background: #fff;
    }
    .eccomunidad-logo {
        display: block;
        margin: 2rem auto;
    }
    .hidden-map-img {
        display: block;
    }
    .section-title {
        margin-bottom: 2rem;
    }
    .section-services-card {
        flex-direction: column;
    }
    .section-services-card-title {
        margin-bottom: 1rem;
    }
    .section-services-card-image-responsive {
        display: block;
        margin-bottom: 1rem;
    }
    .section-services-card-image {
        display: none;
    }
    .section-services-card {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 0;
    }
    .header-text {
        font-size: 16px;
        padding: 5px 8px;
    }
    .header-text.header-text-small {
        font-size: 16px;
    }
    .carousel-item-left img {
        height: 330px;
    }
    .frutocultivo-kiwi-img img {
        height: 180px;
    }
    .frutocultivo-kiwi-title {
        top: 35%;
        left: 60px;
        padding: 4px 24px;
        font-size: 20px;
    }
    .frutocultivo-kiwi-icon {
        right: -10px;
    }
    .frutocultivo-kiwi-text {
        margin-bottom: 5rem;
        font-size: 14px;
    }
    .kiwi-hayward-verde .frutocultivo-kiwi-title {
        right: 60px;
    }
    .recipe-title {
        font-size: 18px;
    }
    .recipe-button button {
        font-size: 14px;
    }
    .frutocultivo-kiwi-container.kiwi-hayward-verde {
        margin-bottom: 1.75rem;
    }
    .recipes-container {
        max-width: 260px;
        margin: 0 auto;
        display: block;
    }
    .frutocultivo-beneficios-aclaracion {
        font-size: 13px;
    }
    .frutocultivo-kiwi-container {
        margin-bottom: 1.75rem;
    }
    /* .map-marker-right {
        display: none;
    } */
    .map-marker-left {
        padding: 2px;
    }
    #map-marker-services-1 {
        left: 12%;
    }
    
    #map-marker-services-2 {
        left: 21%;
    }
    
    #map-marker-services-4 {
        left: 12%;
    }
    
    #map-marker-services-7 {
       left: 50%;
    }

    .map-marker-container {
        font-size: 13px;
    }
    .map-marker-left {
        padding: 1px;
    }
    
    .contact-big-card {
        max-width: 540px;
    }
    .carousel-eccomunidad .carousel-item-right {
        padding: .5rem;
    }

    body.en #map-marker-services-1 {
        top: 34%;
        left: 10%;
    }
    
    body.en #map-marker-services-2 {
        top: 16%;
        left: 19%;
    }
    
    body.en #map-marker-services-4 {
        top: 60%;
        left: 14%;
    }
}

@media (max-width: 575px) {
    /* .section-our-fruit img {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    } */
    .kiwi-container {
        grid-template-columns: 1fr;
    }
    .kiwi-item {
        padding: 1rem;
    }
    .section-our-fruit img {
        max-width: auto;
        max-height: 80px;
    }
    .frutocultivo-kiwi-title {
        padding: 2px 18px;
        font-size: 18px;
    }
    .kiwi-hayward-verde .frutocultivo-kiwi-icon {
        left: -10px;
    }
    .frutocultivo-kiwi-text {
        margin-bottom: 1rem;
    }
    .frutocultivo-row {
        margin-bottom: 0;
    }
    .map-marker-container {
        font-size: 13px;
    }
    .main-content > .section > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-big-card {
        width: 100%;
        max-width: 100%;
    }
    .header.header-contact {
        background: none;
        min-height: auto;
        padding-top: 0;
    }
    .main-content.main-contact {
        margin-top: 0;
    }
    .contact-big-card-left {
        padding: 0 1rem;
    }
    .contact-big-card {
        box-shadow: none;
    }
    .kiwis-bg-el-container {
        display: none;
    }
    .menu-button {
        padding: 0;
    }
    .wave-container {
        display: none;
    }
    .frutocultivo-kiwi-title-green {
        margin-top: 1.5rem;
    }
    .carousel-eccomunidad .carousel-item-left img {
        height: 250px;
    }
    .carousel-eccomunidad .carousel-inner {
        max-width: 300px;
    }
}

@media (max-width: 550px) {
    .footer .navbar-container {
        display: flex;
        flex-direction: column;
    }
    .contact-banner {
        padding: 2rem 1rem;
        height: auto;
    }
    body {
        font-size: 14px !important;
    }
    .responsive-menu-container {
		padding: 0;
	}
	.responsive-menu-top-bar {
		padding-left: 1rem;
	}
	.responsive-menu-close-button {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.responsive-menu-container ul {
		padding-left: 1rem;
	}
	.responsive-client-access-container {
		padding: 0 1rem;
	}
    .eccomunidad-logo {
        max-width: 100px;
    }
    .frutocultivo-kiwi-bottom-bg img {
        margin-bottom: -20px;
    }
    .frutocultivo-kiwi-bottom-bg img {
        display: none;
    }
    .frutocultivo-kiwi-title {
        display: none;
    }
    .frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp {
        display: block;
    }
    .frutocultivo-kiwi-container {
        gap: 1rem;
    }

    #map-marker-services-1 {
        left: 9%;
    }
    
    #map-marker-services-2 {
        left: 18%;
    }

    #map-marker-services-4 {
        left: 10%;
    }

    #map-marker-services-7 {
       left: 49%;
    }
}
  
@media (max-width: 500px) {
    .frutocultivo-kiwi-img img {
        height: 140px;
    }
    .frutocultivo-kiwi-text {
        padding-right: 0;
    }
    .map-marker-left {
        padding: 0px;
        line-height: 13px;
    }
    .map-marker {
        padding: 1px;
    }

    #map-marker-ecco-1 {
        left: 6%;
        top: 35%;
    }
    
    #map-marker-ecco-2 {
        left: 32%;
        top: 16%;
    }
    
    #map-marker-ecco-3 {
        left: 43%;
        top: 58%;
    }
    
    #map-marker-ecco-4 {
        top: 45%;
        left: 32%;
    }
    
    #map-marker-ecco-5 {
        left: 55%;
        top: 21%;
    }
    
    #map-marker-ecco-6 {
        left: 68%;
        top: 43%;
    }

}
  
@media (max-width: 470px) {
    #map-marker-services-1 {
       left: 7%;
    }
    
    #map-marker-services-2 {
      
    }
    
    #map-marker-services-3 {
     
    }
    
    #map-marker-services-4 {
       left: 6%;
    }
    
    #map-marker-services-5 {
      
    }
    
    #map-marker-services-6 {
       
    }
    
    #map-marker-services-7 {
       left: 47%
    }

    body.en #map-marker-services-1 {
        top: 34%;
        left: 9%;
    }
    
    body.en #map-marker-services-2 {
        top: 16%;
        left: 18%;
    }
    
    body.en #map-marker-services-4 {
        top: 60%;
        left: 12%;
    }
}

@media (max-width: 450px) {
    .frutocultivo-kiwi-icon {
        left: 0;
        right: 0;
        top: 0;
    }
    .frutocultivo-kiwi-img img {
        height: 120px;
    }
    .frutocultivo-kiwi-title.frutocultivo-kiwi-title-resp {
        font-size: 14px;
    }
    #map-marker-services-7 {
        left: 45%
    }
}
  
@media (max-width: 435px) {
    #map-marker-services-7 {
        left: 43%
    }

    body.en #map-marker-services-1 {
        top: 34%;
        left: 7%;
    }
    
    body.en #map-marker-services-2 {
        top: 16%;
        left: 16%;
    }
    
    body.en #map-marker-services-4 {
        top: 60%;
        left: 10%;
    }
}

@media (max-width: 412px) {
    #map-marker-services-2 {
        left: 16%
    }
    #map-marker-services-4 {
        left: 4%
    }
    body.en #map-marker-services-4 {
        top: 60%;
        left: 8%;
    }
    body.en #map-marker-services-5 {
        top: 7%;
        left: 46%;
    }
}
  
@media (max-width: 380px) {
    .section-our-fruit img {
        max-width: 100px;
    }
    .frutocultivo-kiwi-img img {
        height: 100px;
    }
}