﻿/*Estilos para elementos de la barra de menú*/
.menu-option {
    padding-top: 1vh;
}

.nav-separator {
    margin-top: -1.5vh;
}

input, textarea {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.1 );
    border: 0px;
    margin-top: 10px;
}

/*Estilos para el slider de los productos*/

    @media only screen and (max-width: 375px) {
        #versaSliderProductos {
            width:100%;
            height: 640px;
            padding-bottom: 0px;
        }
        #versaSliderProductos .carousel-item {
            height: 100vh;
        }

        #versaSliderProductos .caption-icon {
            display: none;
        }

        #versaSliderProductos .product-img {
            position: initial;
            width: 80%;
            margin-top: 2.5%;
            margin-left: 20%;
        }

        #versaSliderProductos .caption-product {
            width: 100%;
            overflow-x:hidden;
            height: 50vh;
            padding-left: 15%;
            padding-top: 0vh;
            font-family: 'gotham-book';
            text-align: left;
        }

            #versaSliderProductos .caption-product p{
                width:80%;
                text-align: left !important;
            }

            #versaSliderProductos .caption-product .btn {
                margin-top: 20px !important;
                margin-left: 75% !important;
            }

    }

/***********************************************************************************/

.banner-line {
    position: initial;
    display: none;
    border: none;
    border-radius: 0px;
    height: 60px;
    background-color: transparent;
    text-transform: uppercase;
}

.banner {
    margin-left: -45px;
    z-index: 9;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.banner-rp {
    display: none;
}

.caption-product .a {
    width: 40%;
}

.caption-product .b {
    width: 55%;
    float: right;
    top: 0 !important;
    padding-left: 45px;
}

.more-info {
    border: none;
    /*border-radius: 50%;*/
    margin-left: 100%;
}


@@media only screen and (max-width: 375px) {
    .banner {
        width: 100%;
    }

    .banner-line {
        display: block;
    }

    .caption-family {
        display: none;
    }

    .banner-rp {
        display: inline;
    }

    .caption-product .a {
        width: 100%;
        padding-right: 25px;
    }

        .caption-product .a h3 {
            font-size: 48px !important;
        }

    .caption-product .b {
        display: none;
        width: 55%;
        float: right;
        top: 0 !important;
    }

    .more-info {
        margin-left: 0% !important;
    }
}

#versaSliderProductos {
    margin-top: 6vh;
}

.active-bactericida span {
    color: #006220;
}

.active-fungicida span {
    color: #76CEC9;
}

.active-nutricion span {
    color: #8B7633;
}

.active-insecticida span {
    color: #C40E91;
}

.active-biorracional span {
    color: #8AC746;
}

.active-coadyuvante span {
    color: #AAA9A7;
}

.active-herbicida span {
    color: #C3B354;
}

.img-Elimiplan {
    background: url('../../Public/img/proteccion/b-Elimplan.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Hypnos {
    background: url('../../Public/img/proteccion/b-Hypnos.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Kook {
    background: url('../../Public/img/proteccion/b-Kook.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Mordare {
    background: url('../../Public/img/proteccion/b-Mordare.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Citán {
    background: url('../../Public/img/proteccion/b-Citan.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Collision {
    background: url('../../Public/img/proteccion/b-Collision.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Famster {
    background: url('../../Public/img/proteccion/b-Famster.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Furonto {
    background: url('../../Public/img/proteccion/b-Furonto.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Blissful {
    background: url('../../Public/img/proteccion/b-Blissful.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-Kaxtoli {
    background: url('../../Public/img/proteccion/b-Kaxtoli.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}






#versaSliderProductos {
    padding-bottom: 80px;
    border: none;
}

    #versaSliderProductos .carousel-fade .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }

        #versaSliderProductos .carousel-fade .carousel-item.active,
        #versaSliderProductos .carousel-fade .carousel-item-next.carousel-item-left,
        #versaSliderProductos .carousel-fade .carousel-item-prev.carousel-item-right {
            opacity: 1;
        }

    #versaSliderProductos .carousel-fade .active.carousel-item-left,
    #versaSliderProductos .carousel-fade .active.carousel-item-right {
        opacity: 0;
    }

    #versaSliderProductos .carousel-fade .carousel-item-next,
    #versaSliderProductos .carousel-fade .carousel-item-prev,
    #versaSliderProductos .carousel-fade .carousel-item.active,
    #versaSliderProductos .carousel-fade .active.carousel-item-left,
    #versaSliderProductos .carousel-fade .active.carousel-item-prev {
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
    }



    #versaSliderProductos .carousel-item {
        height: 56vh;
    }

        #versaSliderProductos .carousel-item .carousel-img {
            width: 100%;
            height: 100%;
        }

    #versaSliderProductos .carousel-caption {
        top: 10%;
        left: 0%;
    }

    #versaSliderProductos .caption-text {
        padding: 30px;
    }

        #versaSliderProductos .caption-text img {
            margin-top: 50px;
            filter: brightness(0) invert(1);
            position: absolute;
        }

        #versaSliderProductos .caption-text p {
            text-align: justify;
            text-justify: inter-word;
            font-size: 2vh;
            line-height: 2.5vh;
        }

    #versaSliderProductos .caption-icon {
        width: 12.5vh;
        float: left;
        margin-right: 2vh;
    }


    #versaSliderProductos .primary-banner {
        height: 24vh;
        color: #FFF;
        text-align: center;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        background-color: #8AC746;
        margin: 0;
        transition: all 0.8s cubic-bezier(.25,.8,.25,1);
        font-family: 'gotham-book';
    }

        #versaSliderProductos .primary-banner h3 {
            font-family: 'gotham-book';
            padding-top: 1.5%;
            padding-bottom: 1.5%;
            font-size: 1.5em;
        }



    #versaSliderProductos .banner-icons .col span {
        text-align: center;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

    #versaSliderProductos .banner-icon {
        text-align: center;
        width: 75px;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

        #versaSliderProductos .banner-icon:hover {
            cursor: pointer;
        }



    #versaSliderProductos .primary-icon .icon {
        margin-top: 5%;
        width: 35%;
    }

    #versaSliderProductos .caption-information {
        text-align: left;
        width: 118%;
        height: 56vh;
        margin-top: -8.5vh;
    }

    #versaSliderProductos .caption-family {
        width: 100%;
        height: 21vh;
        padding-left: 15%;
        background-color: rgba(0,0,0,0.10);
    }

        #versaSliderProductos .caption-family h3 {
            font-family: 'gotham-book';
            font-size: 6vh;
            padding-top: 3vh;
            padding-left: 2vh;
        }

        #versaSliderProductos .caption-family div {
            padding-top: 5vh;
        }

    #versaSliderProductos .caption-product {
        width: 100%;
        height: 35vh;
        padding-left: 15%;
        padding-top: 0vh;
        font-family: 'gotham-book';
    }

        #versaSliderProductos .caption-product h3 {
            font-family: 'gotham-black';
            font-size: 10vh;
            letter-spacing: -0.5vh;
            float: left;
        }

        #versaSliderProductos .caption-product .r {
            font-size: 20px;
            letter-spacing: -0.5vh;
            padding-top: 26px;
            padding-left: 4px;
            position: absolute;
        }

        #versaSliderProductos .caption-product p {
            width: 40%;
            text-align: justify;
            text-justify: inter-word;
            font-size: 1.8vh;
            line-height: 2vh;
            /*letter-spacing: 0vh;*/
        }

    #versaSliderProductos .product-menu {
        z-index: -10;
        padding-top: 1.5%;
        width: 100%;
        height: 11vh;
        bottom: -5.5%;
        font-size: 2vh;
        letter-spacing: -1px;
        text-align: center;
        background-color: #fff;
    }

        #versaSliderProductos .product-menu img {
            width: 100%;
        }

    #versaSliderProductos .product-indicators {
        padding-left: 15%;
    }

        #versaSliderProductos .product-indicators li {
            float: left;
            list-style-type: none;
            color: #ababab;
            font-family: 'gotham-black';
            font-size: 3.5vh;
            padding-left: 1vh;
            padding-right: 1vh;
            transition: all 0.8s cubic-bezier(.25,.8,.25,1);
        }

            #versaSliderProductos .product-indicators li:hover {
                cursor: pointer;
                color: #6a6868;
                transition: all 0.8s cubic-bezier(.25,.8,.25,1);
            }

        #versaSliderProductos .product-indicators .active {
            color: #84c110;
        }

    #versaSliderProductos .container {
        width: 100%;
        height: 100vh;
        color: #FFF;
        text-align: center;
        position: relative;
    }

    #versaSliderProductos .product-selector {
        width: 80%;
        position: absolute;
        left: 10%;
        top: 55%;
        transform: translate(0, -50%);
    }

        #versaSliderProductos .product-selector a {
            text-decoration: none;
            color: #FFF;
        }

    #versaSliderProductos .selector-icon {
        border-radius: 50%;
        width: 75%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.8s cubic-bezier(.25,.8,.25,1);
    }

        #versaSliderProductos .selector-icon:hover {
            margin-top: -15px;
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        }

    #versaSliderProductos .coadyuvantes {
        width: 75%;
    }

    #versaSliderProductos .product-img {
        position: absolute;
        width: 30%;
        margin-top: -25%;
        margin-left: 30%;
    }

.banner-line {
    position: initial;
    display: none;
    border: none;
    border-radius: 0px;
    height: 60px;
    background-color: transparent;
    text-transform: uppercase;
}

.banner {
    margin-left: -45px;
    z-index: 9;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.banner-bactericida, .btn-bactericida {
    background-color: #006220;
}

.banner-fungicida, .btn-fungicida {
    background-color: #76CEC9;
}

.banner-nutricion, .btn-nutricion {
    background-color: #8B7633;
}
/*Set colors*/
.banner-insecticida, .btn-insecticida {
    background-color: #C40E91;
}

.banner-biorracional, .btn-biorracional {
    background-color: #8AC746;
}

.banner-coadyuvante, .btn-coadyuvante {
    background-color: #AAA9A7;
}

.banner-herbicida, .btn-herbicida {
    background-color: #C3B354;
}

.banner-rp {
    display: none;
}

.caption-product .a {
    width: 40%;
}

.caption-product .b {
    width: 55%;
    float: right;
    top: 0 !important;
    padding-left: 45px;
}

.more-info {
    border: none;
    /*border-radius: 50%;*/
    margin-left: 85%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.nombre {
    font-size: 62px !important;
    font-family: 'gotham-black';
    letter-spacing: -5px;
}

.subnombre {
    padding-left: 24px;
    font-size: 48px !important;
    font-family: 'gotham-book';
    letter-spacing: -5px;
}

.product-name {
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}

.indicators-container {
    width: 52.5%;
    overflow-x: scroll;
    margin-left: 14%;
    padding: 0 !important;
}

.products-indicators {
    width: 4000px;
    margin-left: 0px !important;
    padding-bottom: 16px !important;
}

    .products-indicators ul li {
        list-style: none;
        float: left;
        color: #ABABAB;
        margin-left: -40px;
        margin-right: 50px;
    }

        .products-indicators ul li:hover {
            cursor: pointer;
            color: #6A6868;
        }

.banner-bactericida {
    background-color: #006220;
}

.banner-fungicida {
    background-color: #76CEC9;
}

.banner-nutricion {
    background-color: #8B7633;
}

.banner-insecticida {
    background-color: #C40E91;
}

.banner-biorracional {
    background-color: #8AC746;
}

.banner-coadyuvante {
    background-color: #AAA9A7;
}

.banner-herbicida {
    background-color: #C3B354;
}

.primary-banner {
    height: 24vh;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    transition: all 0.8s cubic-bezier(.25,.8,.25,1);
    font-family: 'gotham-book';
}

    .primary-banner h3 {
        font-family: 'gotham-book';
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        font-size: 1.5em;
    }



.banner-icons .col span {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.banner-icon {
    text-align: center;
    width: 75px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .banner-icon:hover {
        cursor: pointer;
    }

.primary-icon .icon {
    margin-top: 5%;
    width: 35%;
}

.product-name-rp {
    display: none;
}

.banner-icons-container {
    margin-left: -5%;
    width: 100%;
    overflow-x: scroll;
}

.line-title {
    display: none;
}

@media only screen and (max-width: 375px) {
    .product-name-rp {
        display: block;
    }

    .product-name {
        display: none;
    }

    .banner {
        width: 100%;
    }

    .banner-line {
        display: block;
    }

    .caption-family {
        display: none;
    }

    .banner-rp {
        display: inline;
    }

    .caption-product .a {
        width: 100%;
        padding-right: 30px;
    }

    .caption-product .b {
        display: none;
        width: 55%;
        float: right;
        top: 0 !important;
    }

    .more-info {
        margin-left: 0% !important;
    }


    #versaSliderProductos .caption-product .r {
        font-size: 20px;
    }

    .indicators-container {
        width: 100%;
        overflow-x: scroll;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .primary-banner {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .banner-icon {
        width: 100px;
    }

    .banner-icons {
        padding-left: 13%;
    }

    .banner-icon-container {
        padding-bottom: 32px;
    }

    .product-name {
        height: 60px;
        background-color: blue;
        overflow: hidden;
    }

    .products-indicators {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 24px !important;
    }

    .banner-icons {
        width: 1400px;
    }

    .banner-icons-container {
        margin-left: 0%;
    }

    .line-title {
        display: inline;
    }
}
