* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

p,
li,
a {
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

.row {
    margin: 0;
}

.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 70px;
    z-index: 2;
}

h2.title {
    font-weight: 600;
    font-size: 2.3rem;
}

.conocenos,
.home,
.productos,
.distribucion,
.socios,
.contacto {
    color: #fff;
}

button:focus {
    outline: 0;
    border: 0;
}

/* Navbar */

.navbar {
    padding: 35px;
}

.navbar .nav-link {
    color: #0bda01 !important;
    font-size: 13px;
    font-weight: 600;
}

.navbar-brand img {
    width: 45px;
}

.navbar .languages {
    margin: 0 15px;
    border: 1px solid #0bda01;
    border-radius: 40px;
    height: 24px;
}

.navbar .languages .eng,
.navbar .languages .esp,
.navbar .languages .eng1,
.navbar .languages .esp1 {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.navbar .languages .esp {
    background: #0bda01;
    border-radius: 40px 0 0 40px;
}

.navbar .languages .eng {
    border-radius: 0 40px 40px 0;
}

.navbar .languages .esp1 {
    border-radius: 40px 0 0 40px;
}

.navbar .languages .eng1 {
    background: #0bda01;
    border-radius: 0 40px 40px 0;
}

.navbar .languages a {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.navbar .languages .esp a,
.navbar .languages .eng1 a {
    color: #000;
}

.navbar .languages .eng a,
.navbar .languages .esp1 a {
    color: #0bda01;
}

.navbar-toggler {
    z-index: 1030;
}

.navbar .menu {
    width: calc(100% - 30px);
    position: fixed;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    background: rgba(11, 38, 1, 0.95);
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: none;
    border: #61d200 1px solid;
}

.navbar-active {
    background: rgba(11, 38, 1, 0.95);
    padding: 10px 15px;
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
}

/* Icon 1 */
.hamburguer {
    width: 22px;
    height: 17px;
    position: relative;
    transform: rotate(0deg);
    transition: 250ms ease-in-out;
    cursor: pointer;
}

.hamburguer span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 250ms ease-in-out;
}

.navbar button:focus {
    outline: 0;
}

/* Icon 3 */
.hamburguer span:nth-child(1) {
    top: 0px;
}

.hamburguer span:nth-child(2),
.hamburguer span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}

.hamburguer span:nth-child(4) {
    top: 100%;
    margin-top: -1px;
}

.hamburguer.open span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
    margin-top: -1px;
}

.hamburguer.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburguer.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburguer.open span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%;
    margin-top: -1px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.home .redes-active {
    background: rgba(11, 38, 1, 0.95);
    transition: ease .5s;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
}

/* Home */

.home {
    position: relative;
    height: 100vh;
    background: url(../images/Home/Bg.png);
    background-position: center;
    background-size: cover;
    min-height: 540px;
}

.home .bg {
    width: 100%;
    height: 100%;
}

.home .logo-ranchero {
    width: 320px;
    display: block;
    margin-bottom: 50px;
}

.home .scroll {
    position: absolute;
    bottom: 50px;
    width: 20px;
}

.home .redes {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 15px;
}

.home .redes img {
    width: 22px;
    display: block;
}

/* Conocenos */

.conocenos {
    overflow: hidden;
}

.conocenos .border {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 40px;
    padding: 3rem 0;
    margin: 0 auto;
}

.conocenos .card-body {
    font-size: 14px;
    font-weight: 300;
}

.conocenos .bg,
.productos .bg,
.distribucion .bg,
.socios .bg,
.contacto .bg {
    width: 100%;
    height: 100%;
}

.conocenos .box-image {
    background: rgba(237, 252, 235, .65);
    padding: 35px;
    border-radius: 35px;
}

.accordion {
    background: transparent !important;
}

.conocenos .accordion-header {
    padding: .5rem 0;
    border-bottom: 1px solid #60f805;
    margin: .5rem 0;
    display: flex;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

.conocenos .accordion-header img {
    width: 25px;
    display: block;
    margin-left: auto;
}

/* Productos */
/* .productos .items {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.productos .items h3 {
    position: absolute;
    text-align: center;
    font-weight: 600;
    bottom: 0;
    background: #003e00;
    margin: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    height: 100%;
    position: absolute;
}

button.owl-prev,
button.owl-next {
    top: 0;
    width: 45px;
}

button.owl-prev {
    left: -50px;
}

button.owl-next {
    right: -50px;
}

/* Distribucion */

.distribucion .border {
    background: rgba(0, 0, 0, .4);
}

.distribucion .box .list,
.socios .box .list {
    border: #61d200 1px solid;
    /* background: rgba(2, 61, 5, .7); */
    background: rgba(11, 38, 1, 0.842);
    border-radius: 40px;
    margin-left: auto;
}

.distribucion .box .list {
    width: 70%;
}

.distribucion .box .list .col-6 {
    z-index: 3;
}

.distribucion .box ul {
    list-style: none;
}

.distribucion .box ul li,
.socios .box ul li {
    cursor: pointer;
}

/* Socios */
.socios .border {
    border: 1px solid rgba(255, 255, 255, .5) !important;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 40px;
    padding: 3rem 0;
    margin: 0 auto;
}

.socios .mapa {
    position: absolute;
    width: 120%;
    height: 370px;
    left: -100px;
    top: -40px;
}

.socios .img-hover-2 {
    position: absolute;
    width: 120%;
    height: 370px;
    left: -100px;
    top: -40px;
}

.socios ul li {
    list-style: none;
    font-weight: 300;
}

.socios ul li.continente {
    font-size: 1.2rem;
    list-style: none;
    margin: 5px 0;
    font-weight: 600;
}

/* Contacto */
.contacto {
    font-weight: 300;
    background-image: url(../images/Contacto/Bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
    height: auto;
    min-height: 790px;
}

.contacto-en {
    min-height: 840px;
}

.contacto h3 {
    font-size: 2rem;
    color: #60f805;
    font-weight: 600;
}

.contacto .form {
    background: rgba(11, 38, 1, 0.842);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.contacto input,
.contacto textarea {
    background: #cbceca;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.contacto input {
    height: 36px;
}

.contacto input[type=checkbox] {
    height: auto !important;
}

.contacto .btn {
    background: #60f805;
    font-weight: 600;
    width: 100px;
    height: 30px;
    border-radius: 50px;
}

.contacto .tels {
    border: #61d200 1px solid;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 100%;
}

.contacto .tels p {
    font-weight: 600;
    font-size: 1.3rem;
}

.contacto .tels a {
    display: block;
    color: #60f805;
}

.contacto .alert p {
    color: #60f805;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.contacto .alert {
    display: none;
}

.contacto label.error {
    width: 100%;
    color: red;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}

.contacto .form-check-label {
    font-size: 13px;
}

.contacto form a {
    color: #fff;
}

.contacto form a label {
    cursor: pointer;
}

.footer a,
.footer span {
    color: #0bda01;
    display: block;
    margin: 0 10px;
}

.footer a:hover {
    color: #fff;
}

.cookies {
    position: fixed;
    width: 85%;
    bottom: 0;
    left: 7.5%;
    padding: 2rem;
    border-radius: 30px 30px 0 0;
    color: #60f805;
    background: rgba(11, 38, 1, 9);
    z-index: 2000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cookies a {
    background: #0a8404;
    padding: 1rem;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#modalPoliticas {
    background: rgba(11, 38, 1, 0.842);
}

#modalPoliticas .modal-body p {
    color: #fff;
    font-weight: 700;
}

#modalPoliticas .modal-body li {
    width: 90%;
    margin: 15px auto;
    color: #fff;
    list-style: upper-roman;
}

#modalPoliticas button span {
    font-size: 30px;
}

/* CAROUSEL */

.carousel-item img {
    width: 400px !important;
    margin: 0 auto;
}

.carousel-item img {
    border: 5px solid #006e00;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.carousel-caption {
    padding: 0;
    bottom: 5px;
}

.carousel-item h3 {
    text-align: center;
    font-weight: 600;
    bottom: 0;
    background: #003e00;
    margin: 0 auto;
    width: 390px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 55px 55px;
    -webkit-border-radius: 0 0 55px 55px;
    -moz-border-radius: 0 0 55px 55px;
    -ms-border-radius: 0 0 55px 55px;
    -o-border-radius: 0 0 55px 55px;
}


.owl-carousel .item img {
    border: 5px solid #006e00;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

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

.owl-carousel h3 {
    position: absolute;
    bottom: 13px;
    height: 90px;
    background: #003e00;
    margin: 0 auto;
    border-radius: 0 0 22px 22px;
    width: calc(100% - 25px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
}

/** Responsive **/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

}

@media (min-width: 992px) {

    .conocenos,
    .home,
    .productos,
    .distribucion,
    .socios,
    .contacto {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home .border,
    .productos .border,
    .distribucion .border,
    .contacto .border {
        border: 1px solid rgba(255, 255, 255, .5) !important;
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border-radius: 40px;
    }

    .distribucion .box .list {
        width: 65%;
    }

    .distribucion .mapa {
        position: absolute;
        width: 40%;
        top: 0;
        left: 0px;
        z-index: 1;
    }

    .distribucion .img-hover {
        position: absolute;
        width: 40%;
        top: 0;
        left: 0px;
        z-index: 1;
    }

}

@media (min-width: 1200px) {
    /* .conocenos {
        padding: 20px 0;
    } */

    .socios .border {
        border: 1px solid rgba(255, 255, 255, .5) !important;
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border-radius: 40px;
        /* display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
    }

    .distribucion .mapa {
        position: absolute;
        width: 60%;
        top: -30px;
        left: -15px;
        z-index: 1;
    }

    .distribucion .img-hover {
        position: absolute;
        width: 60%;
        top: -30px;
        left: -15px;
        z-index: 1;
        /* display: none; */
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 80%;
    }

    .distribucion .mapa {
        position: absolute;
        width: 55%;
        top: -35px;
        left: 0;
        z-index: 1;
    }

    .distribucion .img-hover {
        position: absolute;
        width: 55%;
        top: -35px;
        left: 0;
        z-index: 1;
    }
}

@media (max-width: 1199px) {

    p,
    a,
    li {
        font-size: 14px;
    }

    .home .logo-ranchero {
        width: 200px;
    }

    .contacto h3 {
        font-size: 1.5rem;
    }

    h2.title {
        font-size: 2rem;
    }

    .conocenos .accordion-header h5 {
        font-size: 18px;
    }

    .contacto {
        height: 840px;
    }

    .contacto .correo {
        font-size: 15px;
    }

    .socios .mapa {
        position: initial;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .socios {
        background-image: url(../images/Socios/Bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 0;
    }

    .socios .img-hover-2 {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 1rem;
        max-width: 100%;
        height: auto;
    }

    .conocenos,
    .productos {
        height: 100vh;
        min-height: 700px;
    }
}

@media (max-width:991px) {
    h2.title {
        font-size: 2rem;
    }

    .navbar ul {
        list-style: none;
        width: 50%;
        margin: 0 auto;
    }

    .navbar .nav-link {
        color: #ebfcb7 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 18px;
    }

    .navbar {
        padding: 10px 15px;
    }

    .menu .nav-link img {
        width: 45px;
    }

    .menu li {
        border-bottom: 1px solid #39c232;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home,
    .productos {
        background-position: center !important;
        background-repeat: no-repeat !important;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .home {
        background: url(../images/Home/Bg.png);
    }

    .conocenos {
        background-image: url(../images/Conocenos/Bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px;
        height: auto;
    }

    .conocenos .border {
        position: relative;
    }

    .productos {
        background-image: url(../images/Productos/back.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .distribucion {
        background-image: url(../images/Distribucion/back.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px 0;
    }

    .distribucion .border {
        border: 1px solid rgba(255, 255, 255, .5) !important;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        margin: 0 auto;
    }

    .border {
        height: 100%;
        width: 100%;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }


    .distribucion .box .list {
        width: 100%;
    }

    .distribucion .mapa,
    .distribucion .img-hover {
        max-width: 100%;
        height: auto;
    }

    .distribucion .img-hover {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        padding: 0 3rem;
    }

    .socios .mapa {
        position: initial;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .socios .img-hover {
        width: calc(100% - 30px);
        height: auto;
        left: 15px;
        top: 0;
    }

    .contacto {
        background-image: url(../images/Contacto/Bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 20px;
        height: auto;
    }

    .home .redes {
        left: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        border-radius: 10px;
    }

    .productos .right-pos,
    .modal-body .right-pos {
        margin-left: 150px !important;
    }

    .productos .left-pos,
    .modal-body .left-pos {
        margin-left: -150px !important;
    }

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

    .productos li {
        width: 300px !important;
    }

    #prev,
    #next {
        top: 50%;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 10px;
    }

    .footer a,
    .footer span {
        text-align: center;
        margin: 5px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 30px;
    }

    .hamburguer {
        width: 20px;
        height: 15px;
    }

    .navbar ul {
        list-style: none;
        width: 90%;
        margin: 0 auto;
    }

    .navbar .nav-link {
        font-size: 13px;
    }

    .menu .nav-link img {
        width: 35px;
    }

    img.icon {
        width: 40px;
    }

    .home .logo-ranchero {
        width: 150px;
    }

    h2.title {
        font-size: 1.3rem;
    }

    .conocenos {
        height: auto;
        padding: 20px 0;
    }

    .conocenos .box-image {
        padding: 15px;
        border-radius: 15px;
    }

    button.owl-prev,
    button.owl-next {
        width: 30px;
    }

    button.owl-prev {
        left: -30px;
    }

    button.owl-next {
        right: -30px;
    }

    .productos .item h3 {
        font-size: 1.5rem;
    }

    .contacto h3 {
        font-size: 1.2rem;
    }

    .distribucion .img-hover {
        padding: 0;
    }

    .distribucion .box ul li {
        font-size: 14px;
    }

    .carousel-caption {
        width: 100%;
        left: 0;
    }

    .carousel-item h3 {
        width: calc(100% - 10px);
        font-size: 1.2rem;
    }

    .contacto a.correo {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cookies {
        position: fixed;
        width: 90%;
        left: 5%;
        flex-wrap: wrap;
    }

    .cookies a {
        margin-top: 1rem;
    }

    .footer a,
    .footer span {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .menu li {
        height: 35px;
    }

    .menu .nav-link img {
        width: 25px;
    }

    .navbar .languages {
        margin: 20px !important;
    }
}

@media (max-width: 576px) {
    .contacto .btn {
        width: 100%;
    }
}