/* JOTA */

.share-buttons a {
    color: #96C23B;
    transition: all 0.3s ease-in-out;
}

.share-buttons a:hover {
    color: black;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.contenedor {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.reproductor {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 0/*56.25%*/
    ;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

img.imagen-previa {
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0.7;
    position: absolute;
    /*background: url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat;*/
}

div.youtube-play:hover {
    opacity: 1;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

.hvr-pulse {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    right: 5px;
    bottom: 5px;
    position: fixed;
}

.telefonoflotante a {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #96C23B;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    border: 1px solid white;
}

.telefonoflotante i {
    position: absolute;
    display: block !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.telefonoflotante .telefonoflotantetexto {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.telefonoflotanteicono {
    font-size: 24px !important;
    margin-top: 18px !important;
    width: 100%;
}

.telefonoflotante.hvr-pulse {
    z-index: 9999 !important;
}

.ocultar {
    display: none;
}

#formenviado {
    margin-top: 20px;
    color: #96C23B;
}

.container {
    padding-left: 0;
}

.md-form .prefix {
    font-size: 1.5rem;
    margin-top: 0.7rem;
}

.logo_form:after {
    content: url(../img/logo_form.png);
    position: absolute !important;
    top: -110px;
    right: -45px;
    opacity: 0.9;
}

.btn {
    text-transform: inherit;
}

.h3,
h3 {
    font-size: 1.65rem;
}

.h2,
h2 {
    font-size: 2.5rem;
}

.pdestacado {
    font-size: 1.375rem;
}

.fondoblanco {
    background-color: white !important;
    padding: 1rem;
}

.margentopnegativo {
    margin-top: -100px !important;
    -webkit-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
}

.navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar {
    max-height: 70px;
    box-shadow: 0 1px 0 0 #96C23B;
    border-bottom: 1px solid #ccc;
}

.fas.fa-phone {
    transform: rotateY(180deg);
}

.semibold {
    font-weight: 600 !important;
}

.light {
    font-weight: 300 !important;
}

.medium {
    font-weight: 500 !important;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #96C23B;
    box-shadow: 0 1px 0 0 #96C23B;
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #96C23B;
}

.md-form .prefix.active {
    color: #96C23B !important;
}

a .img-fluid.logo {
    transition: all 2s ease-in-out;
}

a:hover .img-fluid.logo {
    filter: invert(0.3) sepia(0.4) hue-rotate(31deg) saturate(1000%);
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.card {
    background-color: rgba(255, 255, 255, 0.9);
}

.casinegro {
    color: #5D5D5D;
}

.verde {
    color: #96C23B;
}

.fondoverde {
    background-color: #96C23B;
    margin-left: -40px;
    margin-right: 180px;
}

.fondoverde span {
    margin-left: 100px;
}

.titulorojo {
    color: #E6183B;
    font-size: 1.375rem;
}

.fondorojo {
    background-color: #E6183B;
    font-size: 20px;
    text-align: justify;
    margin-left: -18px;
}

.separadorverticalrojo {
    margin-top: 30px;
}

.separadorverticalrojolista {
    margin-top: 60px;
}

.ficosagro {
    -webkit-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    padding: 1rem 2rem;
    /*background: #f4f1f1a6;*/
    padding: 0;
}

.logoficosagro {
    margin-left: 20px;
    padding-top: 20px;
}

.fondoficosagro {
    background: url(../img/ficosagro-agrobiotecnologicos.es-bokashi.es-biofertilizantesliquidos.es-abonofoliar.es-bioestimulantesecologicos.es-abonoliquidoecologico.es-fertilizanteecologicoliquido.es.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.padding10 {
    padding: 1rem 0rem;
}

.padding12 {
    padding: 1rem 2rem;
}

.listaroja ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.listaroja ul li:before {
    content: '✓';
    color: #E6183B;
    font-size: 20px;
}

.logo_shc {
    width: 100px;
    max-width: initial;
    padding-bottom: 2rem;
    display: flex;
    align-items: end;
}

.tituloazul {
    color: #3DAEA7;
    font-size: 1.375rem;
}

.fondoazul {
    background-color: #3DAEA7;
    font-size: 20px;
    text-align: justify;
    margin-left: -18px;
}

.btn-cyan {
    color: #fff;
    background-color: #3DAEA7 !important;
    border: 2px solid #3DAEA7;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin: auto !important;
    margin-bottom: 3rem !important;
}

.btn-cyan:hover {
    color: #3DAEA7 !important;
    background-color: white !important;
}

.btn-anticyan {
    color: #3DAEA7;
    background-color: #fff !important;
    border: 2px solid #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin: auto !important;
    margin-bottom: 3rem !important;
}

.btn-anticyan:hover {
    color: #fff !important;
    background-color: #3DAEA7 !important;
}

.separadorverticalazul {
    margin-top: 30px;
}

.separadorverticalazullista {
    margin-top: 60px;
}

.cystium-k {
    -webkit-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    padding: 1rem 2rem;
    /*background: #f4f1f1a6;*/
    padding: 0;
}

.logocystium-k {
    margin-left: 20px;
    padding-top: 20px;
}

.fondocystium-k {
    background: url(https://www.ficosterra.com/wp-content/uploads/2020/05/bioestimulante-biofertilizante-ficosterra-bokashi-cesped-antiestrés-portada-ficha-cystium-k-para-web_ES_1022px-600x531.jpg);
    /*
    background: url(../img/cystium-k-agrobiotecnologicos.es-bokashi.es-biofertilizantesliquidos.es-abonofoliar.es-bioestimulantesecologicos.es-abonoliquidoecologico.es-fertilizanteecologicoliquido.es.jpg);
    * */
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.listaazul ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.listaazul ul li:before {
    content: '✓';
    color: #3DAEA7;
    font-size: 20px;
}

.blanco {
    color: white;
}

.navbar {
    background-color: #eae8e8;
}

.logo {
    height: 45px;
    max-height: 45px;
}

.separadoverticalnormal {
    margin-top: 10px;
}

.textoderecha {
    text-align: right;
}

.textocentrado {
    text-align: center;
}

.padding1rem {
    padding: 1rem;
}

.padding1remlateral {
    padding: 0 1rem;
}

.margennegativo1 {
    margin-left: -5%;
}

.margentop5rem {
    margin-top: 5rem;
}

.margentop2rem {
    margin-top: 2rem;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.sombreadotexto1 {
    text-shadow: 0px 3px 6px #00000029;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #000;
    margin-left: 5px;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #96C23B;
    border: 1px solid #96C23B;
    -webkit-box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.75);
}

.nav-link span {
    color: #bbb;
    transition: 1.5s;
}

.nav-link:hover span {
    color: #96C23B;
}

.nav-link i {
    margin-right: 5px;
    transition: 1s;
}

.columna6flex {
    display: flex;
    align-content: flex-end;
    flex-wrap: inherit;
    position: relative;
}

.nuevo {
    position: absolute;
    top: 30px;
    right: 30px;
}

.btn-blue-grey {
    color: #fff;
    background-color: #7c7c7c !important;
    border: 2px solid #7c7c7c;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 80%;
    margin: auto !important;
    margin-bottom: 3rem !important;
}

.btn-blue-grey:hover {
    color: #7c7c7c !important;
    background-color: white !important;
}

.btn-unique {
    color: #fff;
    background-color: #e6183b !important;
    border: 2px solid #e6183b;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 80%;
    margin: auto !important;
    margin-bottom: 3rem !important;
}

.btn-unique:hover {
    color: #e6183b !important;
    background-color: white !important;
}

.card-body .btn-indigo {
    border: 2px solid #96c23b;
    color: #fff !important;
    background-color: #96C23B !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.btn-indigo {
    border: 2px solid #96c23b;
    color: #fff !important;
    background-color: #96C23B !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.btn.btn-indigo:hover {
    color: #96c23b !important;
    background: transparent !important;
    border: 2px solid #96c23b;
}

.cta2,
.btn.btn-indigo.cta2:hover {
    width: 50%;
    margin: auto !important;
    box-shadow: none;
}

.estrellas {
    font-size: 2rem;
}

.estrellas span {
    margin: 10px;
}

.centradovertical {
    display: flex;
    align-items: center;
}

.tochez {
    font-size: 80px;
}

.politica {
    font-size: 10px;
    text-align: justify;
    font-weight: light;
    font-family: roboto;
}

.infografia {
    margin-top: 15px;
    font-size: 25px;
}


/* Slider INICIO */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*SLIDER JOTA*/

.slick-slide img:hover {
    filter: grayscale(0);
    transform: scale(1.2);
    /*
-webkit-box-shadow: 4px 6px 12px -2px rgba(0,0,0,0.75);

-moz-box-shadow: 4px 6px 12px -2px rgba(0,0,0,0.75);

box-shadow: 4px 6px 12px -2px rgba(0,0,0,0.75); */
    border: 2px solid #96c23b;
}

.slick-slide img {
    filter: grayscale(0);
    border: 2px solid #96c23b;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
    width: 75%;
}

.slick-list.draggable {
    padding: 1rem;
}


/*SLIDER FIN*/

.premios {
    margin-top: 1rem;
    /*-webkit-box-shadow: 4px 6px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 12px -2px     rgba(0,0,0,0.75);*/
}

.ptestimonios {
    font-size: 17px;
}


/*VIDEO TESTIMONIOS */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px;
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.carousel {
    height: auto;
    text-align: center;
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 20px;
    height: 2px;
}

.blog {
    margin-top: 2rem;
}

.carousel-inner {
    margin-bottom: 2rem;
    padding-bottom: 20px;
}

.blog .carousel-indicators .active {
    background: #96c23b;
}

.page-footer {
    background-color: #96c23b;
    padding: 1rem;
}

.logopie {
    margin-bottom: 1rem;
}

.page-footer a {
    transition: all 1s ease-in-out;
}

.page-footer a:hover {
    filter: invert(0.6) !important;
}

.escritorio {
    display: block;
}

.movil {
    display: none;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    /*padding-top: 30px; IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view.overlay {
    height: 220px;
}

.card-body a {
    color: #96C23B !important;
    text-decoration: underline !important;
}

.card-text h4,
.card-text h5,
.card-text p {
    color: #939292
}

.card-body a {
    margin-right: 20px;
}

.card-body i {
    margin-right: 5px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #96C23B !important;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: #96C23B !important;
}

.margen120menos {
    margin-top: -80px;
}

.modal-backdrop.show {
    opacity: 0;
    display: none;
}

.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.modal {
    position: fixed;
    top: 45px;
}

#exampleModal a {
    color: #96c23b;
}

#exampleModal a:hover {
    color: #96c23b;
    text-decoration: underline;
}

.modal-dialog .modal-content .modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
    background-color: #96c23b;
    color: white;
}

.close:hover {
    color: #fff;
}

.modal-body {
    padding: 1rem 1rem 0 1rem;
}

@media only screen and (min-width: 1440px) and (max-width: 1690px) {
    .tochez {
        font-size: 70px;
    }
    .col-md-1 {
        flex: 0;
    }
    .col1024 {
        flex: -1 0 23.667%;
        max-width: 23.667%;
    }
    .col-md-1.separa1024 {
        flex: 2px;
    }
    .col-md-4.col-xl-3.mb-4.wow.fadeInRight.margen120menos {
        max-width: 41% !important;
        flex: 0 0 42%;
    }
    .fondoverde span {
        margin-left: 0;
    }
    .fondoverde {
        background-color: #96C23B;
        margin-left: -15px;
        margin-right: auto !important;
    }
    .navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar {
        max-height: 70px;
        box-shadow: 0 1px 0 0 #96C23B;
        border-bottom: 1px solid #ccc;
    }
}


/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1366px) {
    .tochez {
        font-size: 50px;
    }
    .mask.rgba-black-light.d-flex.justify-content-center.align-items-center {
        /*margin-top: 4rem;*/
        padding-top: 2rem;
    }
    .fondoverde {
        margin-right: 1px !important;
        background-color: #96C23B;
        font-size: 25px;
    }
    .margentopnegativo {
        margin-top: -80px !important;
        -webkit-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 6px 12px -2px rgba(0, 0, 0, 0.75);
    }
    .col-md-1 {
        flex: 0;
    }
    .col1024 {
        flex: -1 0 23.667%;
        max-width: 23.667%;
    }
    .col-md-1.separa1024 {
        flex: 2px;
    }
    .col-md-4.col-xl-3.mb-4.wow.fadeInRight.margen120menos {
        max-width: 41% !important;
        flex: 0 0 42%;
    }
    .fondorojo {
        background-color: #E6183B;
        font-size: 17px;
        text-align: justify;
        margin-left: -18px;
    }
    .fondoazul {
        background-color: #3DAEA7;
        font-size: 21px;
        text-align: justify;
        margin-left: -18px;
        margin-right: auto !important;
    }
    .btn-indigo {
        border: 2px solid #96c23b;
        color: #fff !important;
        background-color: #96C23B !important;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
        text-decoration: none !important;
    }
}


/******************** MEDIA QUERIES ***************/


/* Móviles en horizontal o tablets en vertical */

@media only screen and (max-width: 768px) {
.mask > div:nth-child(1) {
 margin-top: 2rem !important;
}

#cajacookies {
	box-shadow: 0px 0px 5px 5px #808080;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 10vh  !important;;
	margin-left: 0  !important;
	margin-right: -15px;
	margin-bottom: 0px;
	position: fixed;
	top: 8px;
	width: 100vw;
	z-index: 99999 !important;
	text-align: center;
	min-height: 100% !important;
}

    .container-fluid.movil.fixed-top {
        width: 100%;
        max-width: 100vw;
    }
    .margen120menos {
        margin-top: 0px;
    }
    .movil {
        display: block;
    }
    .escritorio {
        display: none;
    }
    .container {
        padding-left: 15px;
    }
    .navbar {
        background-color: #ccc;
        padding-bottom: 55px;
    }
    .divider-new,
    .navbar .nav-flex-icons {
        flex-direction: column;
    }
    #navbarSupportedContent {
        background-color: #ccc;
        padding: 1rem;
        margin-left: -20px;
        margin-right: -47px;
        text-align: center;
    }
    .navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar {
        max-height: 60px;
        box-shadow: none;
        border-bottom: 0;
    }
    .nav-link span {
        color: #000;
        transition: 1.5s;
    }
    .view.full-page-intro {
        background-position: center;
    }
    .padding1remlateral {
        padding: 0;
    }
    .blanco {
        color: white;
    }
    .fondoverde {
        background-color: #96C23B;
        margin-left: 0;
        margin-right: 0 !important;
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 0;
    }
    .fondoverde span {
        margin-left: 0;
    }
    .margentop2rem {
        margin-top: 0;
    }
    .tochez {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .logo_form::after {
        content: url(../img/logo_form2.png);
        position: absolute !important;
        top: -37px;
        right: -15px;
        opacity: 1;
    }
    .form-check {
        text-align: center;
        width: auto;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 10px;
    }
    .margentopnegativo,
    .mt-5,
    .my-5 {
        margin-top: 0 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .padding12 {
        padding: 2rem;
    }
    .fondorojo {
        background-color: #E6183B;
        font-size: 20px;
        text-align: center;
        margin: 0 !important;
    }
    .logoficosagro {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .separadorverticalrojolista {
        margin-top: 20px;
    }
    .logo_shc {
        width: 100px;
        max-width: initial;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        margin-left: 33%;
    }
    .fondoficosagro {
        background: none;
    }
    .fondoazul {
        background-color: #3DAEA7;
        font-size: 20px;
        margin: 0 !important;
        text-align: center;
    }
    .logocystium-k {
        margin-bottom: 20px;
    }
    .fondocystium-k {
        background: none;
    }
    .nuevo {
        width: auto !important;
        margin: 0 auto !important;
        margin-bottom: 0px;
        margin-bottom: 0px;
        margin-bottom: 10px !important;
        position: relative !important;
        top: auto;
        right: auto;
    }
    .cystium-k .padding12 {
        padding: 2rem 2rem 0 2rem;
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 0px;
        padding-left: 2rem;
    }
    .slick-initialized .slick-slide {
        display: block;
        width: 150px !important;
    }
    .slick-slide {
        margin: 0 !important;
    }
    .slick-slider {
        max-height: 140px;
    }
    .cta2,
    .btn.btn-indigo.cta2:hover {
        width: 90%;
        margin: auto !important;
        margin-bottom: auto;
        box-shadow: none;
        font-size: 18px;
        margin-bottom: 15px !important;
    }
    .montserrat.semibold.textocentrado.casinegro.margentop2rem.wow.fadeIn {
        font-size: 30px;
    }
    .view.overlay {
        height: 225px;
    }
    footer.page-footer a {
        color: #fff;
        font-size: 10px;
    }
    .view.full-page-intro {
        background-position: center;
        margin-top: 3.5rem;
    }
    .separadoverticalnormal {
        margin-top: 120px;
    }
    .container-fluid.movil.fixed-top {
        background: #eae8e8;
        text-align: center;
        max-height: 160px;
    }
    .container-fluid.movil {
        background: #eae8e8;
        text-align: center;
        max-height: 120px;
    }
    .nologo li {
        display: inline-block;
    }
    .nologo .nav-link {
        color: #000;
    }
    .nologo .nav-link:hover {
        color: #96C23B;
    }
    ul.semibold {
        padding: 0;
    }
    .card-body a {
        margin-right: 20px;
        display: block;
    }
    .carousel-item {}
    .form-check-input {
        position: absolute;
        margin-top: 1.3rem;
        margin-left: -1.25rem;
    }
    .fondoazul.montserrat.blanco.padding1remlateral.medium {
        width: 120%;
        margin-left: -2rem !important;
    }
}


/*MEDIA QUERY AVISO MOVIL*/

#aviso-movil-horizontal {
    display: none;
}

@media only screen and (orientation:portrait) {
    #wrapper {
        display: none;
    }
    #aviso-movil-horizontal {
        display: block;
    }
}

@media only screen and (orientation:landscape) {
    #aviso-movil-horizontal {
        display: none;
    }
}


/*MEDIA QUERY AVISO MOVIL*/


/*MEDIA QUERY TABLETA VERTICAL*/

@media only screen and (min-width:768px) and (orientation:portrait) {
    .tochez {
        font-size: 43px;
    }
    .container-fluid.movil.fixed-top {
        background: #eae8e8;
        text-align: center;
        max-height: 80px;
    }
    .nologo li {
        display: inline-block;
    }
    .nologo .nav-link {
        color: #000;
    }
    .nologo .nav-link:hover {
        color: #96C23B;
    }
    .separadoverticalnormal {
        margin-top: 45px;
    }
    .col-md-6.tablet {
        flex: auto;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .col-md-1 {
        -ms-flex: 0 0 2.333%;
        flex: 0 0 2.333%;
        max-width: 2.333%;
    }
    .col-md-6.mb-4.col-xl-6.white-text.text-center.text-md-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-md-4.col-xl-3.mb-4.wow.fadeInRight.margen120menos {
        -ms-flex: 0 0 50.333% !important;
        flex: 0 0 50.333% !important;
        max-width: 50.333% !important;
    }
    .view.full-page-intro {
        background-position: center;
        margin-top: 0;
    }
    .primermargen {
        margin-top: -100px;
    }
    .margentopnegativo {
        margin-top: -120px !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .col-md-2.tablet {
        -ms-flex: 0;
        flex: 0 0 0;
        max-width: 200px !important;
    }
    .fondocystium-k {
        background: url(../img/cystium-k-agrobiotecnologicos.es-bokashi.es-biofertilizantesliquidos.es-abonofoliar.es-bioestimulantesecologicos.es-abonoliquidoecologico.es-fertilizanteecologicoliquido.es.jpg);
        /* background-repeat: repeat; */
        /* background-size: auto; */
        background-size: cover;
        background-repeat: no-repeat;
    }
    .fondoficosagro {
        background: url(../img/ficosagro-agrobiotecnologicos.es-bokashi.es-biofertilizantesliquidos.es-abonofoliar.es-bioestimulantesecologicos.es-abonoliquidoecologico.es-fertilizanteecologicoliquido.es.jpg);
        background-repeat: repeat;
        background-size: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mt-5.cystium-k {
        margin-top: 30px !important;
    }
    .nuevo {
        width: auto !important;
        margin: 0 auto !important;
        margin-bottom: 0px;
        margin-bottom: 0px;
        margin-bottom: 210px !important;
        position: relative !important;
        top: auto;
        right: auto;
    }
    #blogCarousel {
        max-width: 55%;
        margin-left: 22%;
    }
}
