@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');


body{
    
}


.main-menu{
    background-color: #fff !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.header-home-top{
    min-height: 300px;
    background-image: url(../img/header-bg-home.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.logo-header-home{
    width: 500px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.nav-item.active a.nav-link {
    border: 1px solid #0a8e36;
    background: #0a8e36;
    border-radius: 20px;
    color: #fff !important;
}

.nav-item.active.cta a.nav-link {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 12px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(10, 142, 54);
    font-weight: 600;
}

.info-box-home p{
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #027f1d;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px;
}

.info-box-home span{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: -40px 0 !important;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent !important;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #273583 !important;
    border: 2px solid #273583;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid #fff;
}


.home-products-section{
    background-color: #0b8e36;
    padding: 60px;
    position: relative;
}

.home-products-section h5{
    text-align: center;
    color: #fff;
    padding: 30px;
    font-weight: 100;
    letter-spacing: 2px;
}


.btn-primary.main-cta{
    background-color: #273583 !important;
    border-color: #273583 !important;
    border-radius: 50px;
    padding: 8px 30px;
}


.btn-primary.main-cta:hover {
    background-color: #1463ad !important;
    border-color: #1463ad !important;
    border-radius: 50px;
    padding: 8px 30px;
}


.cintillo-plantas-section{
    min-height: 300px;
    background-image: url("../img/header-bg-home.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.cintillo-plantas-section h1{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
}


.social-media-section{
    min-height: 340px;
    background-color: #fff;
    color: #64aa2f !important;
}


.social-media-section p{
    font-weight: 100;
    font-size: 30px;
}

.social-media-section a{
    text-decoration: none;
    color: #64aa2f;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
}

.social-media-section a:hover {
    color: #283482;
}

.social-media-section a:hover > i {
    background-color: #283482;
    color: #fff;
}


.social-media-section a > i{
    background-color: #64aa2f;
    color: #fff;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    padding: 5px;
}


.bg-cover{
    background-size: cover;
    min-height: 0px !important;
}

.bg-white{
    background-color: #fff;
}


.row.breadcrumb{
    background-color: #e9ecef;
    margin-bottom: 0px;
    padding: 0;
}

nav.breadcrumb{
    font-size: 12px;
    margin-bottom: 0px !important;
}

a.breadcrumb-item{
    color: #293ecc !important;
}

.list-group-item a{
    color: #293ecc !important;
    font-size: 14px;
}

.list-group-item a{
    color: #000 !important;
    font-size: 14px;
}
.list-group-item a:hover{
    color: #293ecc !important;
    font-size: 14px;
}


@keyframes bg-prod-color {
  /* You could think of as "step 1" */
  0% {
    opacity: 0;
  }
  /* You could think of as "step 2" */
  100% {
    opacity: 0.5;
  }
}

.single-product-container{
    background-color: #fff;
    padding: 20px;
    opacity: 1;
    z-index: 1;
    position: relative;
    cursor: pointer;
    min-height: 280px;
}

.single-product-container::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    right: 0px;
    top: 0px;
    bottom: 0;
    z-index: -3;
}

.single-product-container:hover::before{
    z-index: 3 !important;
    background-color: #0c8d37;
    animation: bg-prod-color 0.5s;
}

.single-product-container:hover h6{
    z-index: 12 !important;
    color: #283482;
    position: relative;
}

.single-product-container:hover small{
    z-index: 12 !important;
    color: #000 !important;
    position: relative;
}

.single-product-imgs{
    background-color: #fff;
    padding: 20px;
}

.single-product-imgs img{
    width: 100%;
}


.products-menu{
    padding: 20px 10px;
}

.products-menu li{
    padding: 4px;
    border: none;
}

.products-menu li a{
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}

.products-menu li a:hover{
    color: #0c8d37;
}

.product-container{
    padding: 0px 0px 10px 10px;
}

.product-container h6{
    color: #000;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: -3px;
}

.products-section{
    background-color: #f9f9f9;
}

.contact-section{
    min-height: 800px;
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.contact-section .contact-info-text p{
    color: #0b8e36;
}

.about-section{
    min-height: 640px;
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: justify;
}

.about-section h4{
    color: #027f1d;
    font-weight: 700;
    font-size: 20px;
}

.about-section p{
    color: #000;
}



/* left light */
.ll{
    border-left: 2px solid #2ca641;
}

/* right dark */
.rd{
    border-right: 2px solid #098031;
}

/* top dark */
.td{
    border-top: 2px solid #098031;
}


/* bottom light */
.bl{
    border-bottom: 2px solid #2ca641;
}

.carousel-banner-item{
    background-size: cover;
    background-position: center center;
    height: 900px;
    color: #fff;
}

.carousel-banner-item h1{
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-shadow: 0px 3px 40px #000;
}

.carousel-banner-item h3{
    font-weight: 100 !important;
    letter-spacing: 2px;
}


.footer-section{
    background-color: #0b8e36;
    background-image: url(../img/footer-tierra.jpg);
    min-height: 600px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 20px;
}

.footer-section::before{
content: "";
    background-size: 100%;
    display: inline-block;
    width: 310px;
    height: 500px;
    background-image: url(../img/hojas-izquierda.png);
    position: absolute;
    z-index: 1000;
    top: -170px;
    left: 0;
    background-repeat: no-repeat;
}

.footer-section::after {
    content: "";
    background-size: 100%;
    display: inline-block;
    width: 320px;
    height: 500px;
    background-image: url(../img/hojas-derecha.png);
    position: absolute;
    z-index: 1000;
    top: -180px;
    right: 0;
    background-repeat: no-repeat;
}


.footer-section p{
    color: #fff;
}

.footer-section .copy-text p{
    color: #8cd655;
}



    .owl-carousel .owl-item img {
        transform-style: initial;
        width: 100%;
        object-fit: cover;
    }

    .owl-thumb-item img {
        width: 70px;
        height: auto;
        margin: 2px;
        cursor: pointer;
    }

    .owl-thumb-item img {
        opacity: 1;
    }

    .owl-thumbs {
        bottom: 0;
        left: 0;
        display: table;
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }

    .owl-thumb-item {
        display: table-cell;
        border: none;
        background: none;
        padding: 0;
        opacity: .4;
        border: 2px solid #fff;
    }

    .owl-thumb-item.active {
        opacity: 1;
        border: 2px solid green;
    }


@media screen and (max-height: 450px) {
}



@media only screen and (max-width: 475px) {
    
    .navbar-nav.ml-auto{
        margin-top: 20px;
    }
    
    .single-product-container {
        background-color: #fff;
        padding: 20px;
        opacity: 1;
        z-index: 1;
        position: relative;
        cursor: pointer;
        min-height: 200px !important;
    }
    
    .col-lg-5.p-5{
        padding-left:  1rem!important;
        padding-right: 1rem!important;
    }
    
    .footer-section {
        background-color: #0b8e36;
        background-image: url(../img/footer-tierra.jpg);
        min-height: 720px;
        background-size: 200%;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: relative;
        padding: 140px 20px 40px 20px;
    }
    
    .footer-section .copy-text p {
        font-size: 12px;
    }
    
    .footer-section span{
        font-size: 12px;
    }
    
    .col-lg-3.col-xs-12.bg-white.p-0{
        margin: 10px 0;
    }
    
    .cintillo-plantas-section{
        min-height: 120px !important;
    }
    
    .cintillo-plantas-section h1{
        font-size: 18px;
    }
    
    .about-section {
        padding: 30px 20px;
    }

    .header-home-top {
        min-height: 170px;
    }
    
    
    .home-products-section {
        padding: 0px 0px 30px 0px;
    }
    
    .info-box-home p {
        font-size: 20px;
        padding: 80px 20px;
    }
    
    .carousel-banner-item {
        background-size: 120% 120%;
        height: 160px;
        color: #fff;
        background-position: center center;
    }

    
    .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        margin: 4px 0 !important;
        width: 100%;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 7px;
        background: #ccc !important;
        border: 2px solid #ccc;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
    .carousel-banner-item h1 {
        font-size: 10px;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        text-shadow: 0px 3px 40px #000;
    }
    
    .btn.btn-primary.main-cta{
        padding: 6px 20px !important;
        font-size: 10px !important;
    }
    
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #273583 !important;
        border: 2px solid #273583;
    }
    
    .navbar-light .navbar-toggler {
        background: #efefef;
        border-color: transparent !important;
        padding: 6px !important;
        border-radius: 25rem;
    }
    
    .product-container {
        padding: 0px !important;
    }
    
    h1.single-product-imgs{
        font-size: 24px;
    }
    
    .social-media-section {
        min-height: 200px;
    }
    
    .social-media-section p {
        font-weight: 100;
        font-size: 20px;
    }
    
    .footer-section::before{
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 200px;
        background-image: url(../img/hojas-izquierda.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        left: 0;
        background-repeat: no-repeat;
    }

    .footer-section::after{
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 170px;
        background-image: url(../img/hojas-derecha.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        right: 0;
        background-repeat: no-repeat;
    }
    
    
    .contact-section {
        padding: 0;
    }
    
    .contact-section .p-5{
        padding: 20px !important;
    }
}


@media screen and (min-width: 1600px) {
}


/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-width: 1200px) 
  and (max-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .header-home-top{
        background-image: url(../img/header-bg-home.jpg);
        min-height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
      
    .carousel-banner-item {
        background-size: cover;
        background-position: center center;
        height: 550px;
        color: #fff;
    }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-width: 1200px) 
  and (max-width: 1600px) 
  and (min-resolution: 192dpi) {
      
      
    .carousel-banner-item {
        background-size: cover;
        background-position: center center;
        height: 550px;
        color: #fff;
    }      

    .header-home-top{
        background-image: url(../img/header-bg-home.jpg);
        min-height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
      
    .footer-section {
        background-color: #0b8e36;
        background-image: url(../img/footer-tierra.jpg);
        min-height: 800px;
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: relative;
        padding: 80px 20px;
    }
    .footer-section::before{
    content: "";
        background-size: 100%;
        display: inline-block;
        width: 220px;
        height: 350px;
        background-image: url(../img/hojas-izquierda.png);
        position: absolute;
        z-index: 1000;
        top: -120px;
        left: 0;
        background-repeat: no-repeat;
    }

    .footer-section::after {
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 230px;
        height: 360px;
        background-image: url(../img/hojas-derecha.png);
        position: absolute;
        z-index: 1000;
        top: -120px;
        right: 0;
        background-repeat: no-repeat;
    }
      
      .home-slider .owl-item{
          height: 550px;
      }
      
      .home-slider .h-100{
          height: 650px !important;
      }
}




/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px){

    .navbar-brand{
        width: 200px;
    }

    .navbar-toggler {
        font-size: 0.95rem;
    }
}


/* Portrait */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (orientation: landscape) {
      
      
    .footer-section::after {
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 170px;
        background-image: url(../img/hojas-derecha.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        right: 0;
        background-repeat: no-repeat;
    }
      
    .footer-section::before {
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 200px;
        background-image: url(../img/hojas-izquierda.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        left: 0;
        background-repeat: no-repeat;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px){
}

/* Portrait */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
  and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) { 
}

/* Portrait */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 667px) 
  and (orientation: landscape) {
      
    .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px 0 !important;
        width: 100%;
    }
      
    .btn.btn-primary.main-cta{
        padding: 6px 20px !important;
        font-size: 10px !important;
    }
    
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #273583 !important;
        border: 2px solid #273583;
    }
    
    .navbar-light .navbar-toggler {
        background: #efefef;
        border-color: transparent !important;
        padding: 6px !important;
        border-radius: 25rem;
    }
      
    .carousel-banner-item {
        background-size: cover;
        background-position: center center;
        height: 260px;
        color: #fff;
    }
      
    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 7px;
        background: #ccc !important;
        border: 2px solid #ccc;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
    .carousel-banner-item h1 {
        font-size: 20px;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        text-shadow: 0px 3px 40px #000;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) { 
}

/* Portrait */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 812px) { 
}

/* Portrait */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 812px) 
  
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-width: 375px) 
  and (max-width: 900px) 
  
  and (orientation: landscape) { 
      
    .col-lg-4.p-5{
        max-width: 400px;
    }

    .footer-section::after {
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 170px;
        background-image: url(../img/hojas-derecha.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        right: 0;
        background-repeat: no-repeat;
    }
      
    .footer-section::before {
        content: "";
        background-size: 100%;
        display: inline-block;
        width: 120px;
        height: 200px;
        background-image: url(../img/hojas-izquierda.png);
        position: absolute;
        z-index: 1000;
        top: -30px;
        left: 0;
        background-repeat: no-repeat;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 812px) 
  and (max-width: 1200px)
  and (orientation: landscape) {
      .header-home-top{
        background-image: url(../img/header-bg-home.jpg);
        min-height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 812px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
      .header-home-top{
        background-image: url(../img/header-bg-home.jpg);
        min-height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}