/*
Theme Name: Movere con Bootstrap Basic 4
Theme URI: https://movere.com.ar
Author: usinadeideas
Author URI: https://usinadeideas.com.ar
Description: This is a child theme of Bootstrap Basic 4. It is basic theme with basic style for build new theme with Bootstrap.
Version: 1.0.0
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

/*
Required WordPress CSS
*/
.page-header{ background-color: #FFF;
}
.navbar-light .navbar-nav .nav-link, ul#breadcrumbs a { color: #565656; text-transform: uppercase;   letter-spacing: 2px;  
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .current-menu-item > .nav-link {
  color: #59aa01 !important;
}
a  {
 color: #59aa01;
}

h2, h3, h4  {
font-weight: 100; font-size: 0.8rem;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}

#content  {
	margin-top:70px
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  animation: aparecer linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

@keyframes aparecer {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#servicios .carousel-item {
  height: 35vh; /* definí el alto que quieras */
  overflow: hidden;
}
#servicios .carousel-item img {
  width: 100%;
  object-fit: cover;
  object-position: center center; /* centra la imagen */
	
}

/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
header  {
 background-color: #FFF;
}

/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

#site-footer {color: #ccc}
#site-footer a{color: #52a834;}
#site-footer {font-size:1rem}
#site-footer form{font-size:1rem;color: #ccc }

#bb4-sesion-menu li.menu-item-84 a{font-weight: bold;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* 
servicios
*/
.wp-block-accordion {
    box-sizing: border-box;
    border-bottom: 1px solid #f0f1f2;
    padding: 10px 0;
}
.wp-block-accordion-heading__toggle-icon {
    align-items: center;
    display: flex;
    height: 1.2em;
    justify-content: center;
    width: 1.2em;
	font-size:30px
}
button span.wp-block-accordion-heading__toggle-title{
font-size:18px
}
.wp-block-accordion ul {
   list-style-type: square;
}
.wp-block-accordion ul li::marker{
    color: #39ac00; line-height: 15px;
}

details {
  scroll-margin-top: 140px;
}
.fg-image-wrap .fg-caption-inner{
   Text-align:left
}
/* 
Home
*/


.gs_logo_container,
.gs_logo_single {
    max-width: 100%;
    overflow: hidden;
}

.gs_logo_single img {
    max-width: 100%;
    height: auto;
}
#slider{
   background-color: #ccc
}

/* --- OVERLAY OSCURO SOBRE IMAGEN --- */
#carouselhome .carousel-item {
  position: relative;
}

#carouselhome .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* ajustá intensidad */
  z-index: 1;
}

/* --- CAPTION POR ENCIMA DEL OVERLAY --- */
#carouselhome .carousel-caption {
  position: absolute;
  z-index: 2;

  top: 50%;
  left: 10%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);

  text-align: left;
  max-width: 500px;

  padding: 20px 25px;
}

/* --- TEXTO --- */
#carouselhome .carousel-caption h1,
#carouselhome .carousel-caption h2 {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);

  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
}

/* --- ANIMACIÓN AL ACTIVAR SLIDE --- */
#carouselhome .carousel-item.active .carousel-caption h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

#carouselhome .carousel-item.active .carousel-caption h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.imagen-animada {
  animation-name: slideIn;
  animation-duration: 1s;
  animation-fill-mode: both;

  /* clave */
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

@keyframes slideIn {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  #carouselhome .carousel-caption {
    left: 5%;
    right: 5%;
    max-width: 100%;
    padding: 15px;
  }

  #carouselhome .carousel-caption h1 {
    font-size: 1.5rem;
  }

  #carouselhome .carousel-caption h2 {
    font-size: 1rem;
  }
}

#soluciones{
   color: #FFF; background-image: url('https://movere.com.ar/wp-content/uploads/2020/01/counter-filtro-green-nosotros-v2.jpg'); padding:40px 20px
}
#soluciones .verde{
  color: #52a834;
}


#soluciones a, #servicios a, #trayectoria a{
   color:#5fbc31; 
}


#servicios{
   background-color: #41687c; color: #FFF;padding:8rem 3rem
}

#trayectoria{
 background-color: #FFF;padding:8rem 3rem

}
#clientes{
   background-color: #5ab646; color: #FFF;padding:40px 0
}
#proyectos{
background-color: #FFF;padding:40px 0
}
hr.hrhome {
   width: 10%;
   margin-right: auto;
   margin-left: auto;
border: 1px solid #59aa01; 
	
}
#breadcrum {
border-bottom: 1px solid #f3f3f3;border-top: 1px solid #f3f3f3;padding: 10px 0 0 0; background-color:#fdfdfd; margin-bottom: 20px; }
 ul#breadcrumbs {
  list-style:none ;  font-size: 0.8em; color: #b2b2b2; font-style: normal;  text-transform: uppercase; margin-left: 16px; padding-left: 0;
	
}
 ul#breadcrumbs li{
  display:inline
	
}

/* 
Proyectos
*/
.recuadro{ background-color:#eff0ec; padding:40px 0; font-size:20px; font-weight:100;
	
}

/* 
Archivo
*/

#archivo .postimage { background-color:#eff0ec; height:150px; overflow:hidden	
}
#archivo h5.card-title a, .bps_related_posts h5.card-title a{ text-transform:uppercase; color:#7a7a7a
}
#archivo h5.card-title a:hover, .bps_related_posts h5.card-title a:hover{ color: #59aa01
}
#archivo .card-body a,  .bps_related_posts .card-body a{ color: #59aa01; 
}

#archivo .bg-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;background-color:#eff0ec;
}

#archivo .img-16-9, .bps_related_posts .img-16-9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#archivo .img-16-9 img, .bps_related_posts .img-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#archivo .card-img-top, .bps_related_posts .card-img-top{
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 apaisada */
  object-fit: cover;
	background-color:#CCC
}

#archivo .card-img-top,.bps_related_posts .card-img-top {
  height: 220px;
  object-fit: cover;background-color:#CCC
}
ul.page-numbers {
    list-style: none;
    margin: 0; padding:20px 0
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
   color:#565656
}

.page-numbers a span { padding: 0 }
.page-numbers .current{
color: #59aa01;
   font-weight:bold;
    text-decoration: none;
}
.page-numbers a:hover,

.page-numbers.current:hover {
color: #59aa01;  text-decoration: none;
}
.page-numbers:hover { text-decoration: none }

/* 
noticias
*/
entry-title
h2.wp-block-heading{
 font-size:25px; color: rgb(122, 122, 122); text-transform:uppercase;
}

#ultimas .card-img-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

#ultimas .card-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

#noticias p.card-text a {
color: #5fbc31;
}

#noticias .bg-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#noticias .img-16-9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#noticias .img-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#noticias .card-img-top {
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 apaisada */
  object-fit: cover;
	background-color:#CCC
}

#noticias .card-img-top {
  height: 220px;
  object-fit: cover;background-color:#CCC
}

#noticias .col-4 img {
 width: 100%;
  height: 100px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
	background-color:#CCC
}
.object-fit-cover {
  object-fit: cover;
}
#noticias .col-lg-7 .card-img-top {
  height: 300px;background-color:#CCC
}
#agro img.img-fluid {
  height: 100px; background-color:red
}


#noticias a:hover {
color: #5fbc31; text-decoration: none;
}
   div.titsection{
    display: flex;  
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center; width:100%; clear:both; 
        align-items: center;  border-bottom: 2px solid #59aa01;
        margin-bottom:20px
    }

    #grve-content-area ul { 
    display: flex;  
    flex-flow: row wrap; width:100%
    }

    .post-list-featured-image img{ 
    width: 100%;
    height: 200px; 
    }
    #litio, #agro, #energia, #novmov, #sostenibilidad {width: 100%;float:left}

    a.titulo{color:#6b6b6b;font-weight: bold; text-transform: uppercase;line-height: 110%;  }
    .fecha{color:#a4a4a4; line-height: 200%; }
    .card__title{margin-bottom: 20px;line-height: 1.1; width: 100%; }
    .card__feature { border:1px solid #eee}

    /* litio */
    section #litio,  section #sostenibilidad{
    width: 100%;
        display:-webkit-flex; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; flex-direction: row;
        flex-wrap: wrap;justify-content:  space-between; 
            }


    #litio li { 
    list-style: none; width:32%; float: left;margin:0 2% 5% 0; 
    } 
#litio li:last-child{ 
   margin:0 0 5% 0; 
    } 


    #litio li, #sostenibilidad li { 
    list-style: none; width:32%; float: left;margin:0 2% 5% 0; 
    } 
#litio li:last-child, #sostenibilidad li:last-child{ 
   margin:0 0 5% 0; 
    } 


    #litio li.card,    #sostenibilidad li.card{ 
    list-style: none;text-align: left; line-height: 100%; 
    }

    #litio li .card__box p,    #sostenibilidad li .card__box p{ 
    line-height: 100%;
    
    }

    #litio li .card__info a, #sostenibilidad li .card__info a{ 
    color: #59aa01;
    }
    #litio li .card__title a.titulo,  #sostenibilidad li .card__title a.titulo{ 
    font-size: 1.2rem; font-weight: bold; line-height: 100%;line-height: 1.1; 
    
    }
    #litio  .card__feature,  #sostenibilidad .card__feature { width: 100%;overflow: hidden; height: 120px;object-position: center center;
    }
    #litio .card__img,  #sostenibilidad .card__img{
    display: block; 
    max-width: 100%;
    height: 150px;
    width: 100%; height: auto;  object-fit: cover; 
    }
    #litio .card__about,    #sostenibilidad .card__about{
    font-size: 0.8em; line-height: 100%;color: #bbb;
    }

    /* energia y agro */

    #energia li, #agro li{ width: 39%;margin: 0; padding: 0;float: left;list-style: none;text-align: left;padding-bottom: 3%; margin-left: 4%; 
    }

    #energia li:first-child , #agro li:first-child{ width: 57%;  margin-left: 0%; }
    #energia .card__feature , #agro .card__feature { display: block; overflow: hidden;max-width: 100%;max-height: 100px;width: 30%; float:left
    }

    #energia li:first-child .card__feature , #agro li:first-child .card__feature {
    display: block; overflow: hidden;
    max-width: 100%;
    max-height: 200px;
    width: 100%; float:left
    }

    #energia .card__box , #agro .card__box {
    float:left; width: 68%; padding-left: 2%;
    }
    #energia li:first-child .card__box , #agro li:first-child .card__box{
    width: 100%; padding-left: 0%;  line-height: 100%; 
    }
    #energia li:first-child .card__box p , #agro li:first-child .card__box p, #energia .card__box p , #agro .card__box p{
    line-height: 100%; 
    }
    #energia .card__box a , #agro .card__box a{
    float:left; line-height: 100%; display: inline;
    }
    #energia li:first-child .card__box a , #agro li:first-child .card__box a{
    float:left; 
    }

    #energia .card__title , #agro .card__title {
    float:left; font-size: 1rem;line-height: 120%; margin-bottom: 5px; line-height: 1.1; width: 100%; clear: both;
    }
    #energia li:first-child .card__title , #agro li:first-child .card__title{
    font-weight: bold; line-height: 120%; font-size: 1.5rem; line-height: 1.1; width: 100%; clear: both;
    }

    #energia li:first-child  .card__info, #agro li:first-child .card__info , #energia .card__info, #agro .card__info {
    display:block;  line-height: 100%;
    }
    #energia .card__info, #agro .card__info , #energia .fecha , #agro .fecha  {
    display: none;
    }
    #energia  li:first-child .fecha , #agro  li:first-child .fecha  {
    display: inline; 
    }
    #energia li:first-child .card__info p a, #agro li:first-child .card__info p a , #energia  .card__info p a, #agro .card__info p a{
    color: #59aa01; float: none;
    }

    #energia li:first-child .card__feature , #agro li:first-child .card__feature{ width: 100%; height: 200px; float: left; overflow:hidden; object-fit: cover;
        object-position: center center; margin-right: 5%; bottom: 0;
    }


    /* movere novedades */

    section#novmov{
    width: 100%;
        display:-webkit-flex; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; flex-direction: row;
        flex-wrap: wrap;justify-content:  space-between; 
            }


    #novmov li { 
    list-style: none;	width:32%; float: left;margin:0 2% 2% 0; 
    } 

    #novmov li:first-child { 
    list-style: none;	width:100%; float: left;margin:0 1% 2% 0; 
    } 
     #novmov li:last-child { 
    margin:0 0% 2% 0; 
    } 
    #novmov li.card { 
    list-style: none;text-align: left; line-height: 100%; 
    }


    #novmov li:first-child .card__box{ 
    margin: 0 0 0 2%;
    }

    #novmov li .card__box{ 
    margin: 0 0 0 0
    }

    #novmov li .card__box p{ 
    line-height: 100%;
    
    }

    #novmov li .card__info a{ 
    color: #59aa01;
    }
    #novmov li .card__title a.titulo{ 
    font-size: 1.2rem; font-weight: bold; line-height: 100%;line-height: 1.1;
    
    }
    #novmov .card__feature{ width: 100%;overflow: hidden; height: 120px;object-position: center center;
    }
    #novmov li:first-child .card__feature{ width: 50%; height: 220px; float: left; background-color: #000;overflow:hidden; object-fit: cover;
        object-position: center center; margin-right: 2%; bottom: 0;
    }

    #novmov li:first-child .card__img {
    display: block; 
    max-width: 100%;
    max-height: 220px;
    width: 100%; height: 220px;  object-fit: cover;object-position: center center;top: 50px;
    }

    #novmov .card__img {
    display: block; 
    max-width: 100%;
    height: 150px;
    width: 100%; height: auto;  object-fit: cover; 
    }
    #novmov .card__about {
    font-size: 0.8em; line-height: 100%;color: #bbb;
    }

    #novmov  li:first-child  .card__info{
    display:block;  
    }
    #novmov  .card__info {
    display: none;
    }
    /* ultimos posteos */



    #ultimas li:first-child{ width:100%; background:#262626; height:600px}

    #ultimas li{ background:#262626;  list-style: none;width:49%; float:left; margin:0 1% 2% 0; color: #FFF;overflow:hidden; 
    position: relative;
    display: block;
    text-decoration: none;
    height: 200px;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    }

    #ultimas li:last-child{ margin:0 0 0 1% ; background:#262626;
    }
    #ultimas li a{color: #FFF; font-weight: bold;}
    #ultimas .card__wrapper{ overflow: hidden;  }

    #ultimas .card__feature{ height:auto; overflow:hidden; 	 object-fit: cover;
        object-position: center center; width: 100%; 
    }
    #ultimas li:first-child .card__feature{ height:800px; overflow:hidden; 	 object-fit: cover;
        object-position: center center; width: auto; 
    }
    #ultimas .card__img {
    object-position: center center; display: block; opacity: 0.8;
    
    }

    #ultimas li:first-child .card__img {
    object-position: center center; display: block; opacity: 0.8; width: auto;  height: 600px; object-fit: cover;
    
    }


    #ultimas li:first-child .card__box { 
    top: auto;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem; text-transform: uppercase;
    padding: 15px 10px;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;

    }

    #ultimas .card__box {
    top: auto;
    display: flex;
    flex-direction: column;
   text-transform: uppercase;
    padding: 15px 10px;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;position: absolute;
    right: 0;
    bottom: 0;
    left: 0;line-height: 100%;

    }

    #ultimas .card__about span{color: #fff; font-size: 1rem;}
    #ultimas .card__title{color: #fff; font-size: 1.5rem; margin-bottom: 0; font-weight: bold;line-height: 1.1;}
    /* single */


    .postimage {width:100%; height:auto}

     /* sidebar */
.widget-title{text-transform: uppercase; font-size: 1.1rem; font-weight: bold;}
#recent-posts-2 li a{font-weight: bold;text-transform: uppercase; }
        /* PANTALLAS CHICAS */

    @media screen and (max-width: 600px) {
        li.card{margin: o;padding: 0;}
        #ultimas li {width: 100%;}
        #ultimas li:last-child{ margin:0 ;}

            #energia li {width: 100%;}
            #energia li:first-child {width: 100%;}
            #energia li {margin: 0;}
            #energia li .card__feature{width: 100%;}
            #energia li .card__title{font-size: 1.5rem; width: 100%; clear:both}
            #energia li .card__box{margin: 0; padding: 0; width: 100%;}
            #energia .card__info {display: inline;}
            #energia  .fecha , #agro .fecha  {
    display: inline; 
    }

        #litio li,   #sostenibilidad li {width: 100%;}

        #agro li {width: 100%; margin: 0;}
        #agro li:first-child {width: 100%;}
        #agro li .card__feature{width: 100%;}
        #agro li .card__title{font-size: 1.5rem; width: 100%;}
        #agro li .card__box{margin: 0; padding: 0; width: 100%;}
        #agro  .card__info {display: inline;}

        #novmov li {width: 100%;}
        #novmov li:first-child .card__box{ margin: 0 ;}
        #novmov li .card__box{margin: 0; padding: 0;}
        #novmov li:first-child .card__feature{width: 100%;}
        #novmov  .card__info {display: inline;}
    }i.card{ 
    list-style: none;text-align: left; line-height: 100%; 
    
    }

    #litio li .card__box p{ 
    line-height: 100%;
    
    }

    #litio li .card__info a{ 
    color: #59aa01;
    }
    #litio li .card__title a.titulo{ 
    font-size: 1.2rem; font-weight: bold; line-height: 100%;line-height: 1.1; 
    
    }
    #litio  .card__feature { width: 100%;overflow: hidden; height: 120px;object-position: center center;
    }
    #litio .card__img {
    display: block; 
    max-width: 100%;
    height: 150px;
    width: 100%; height: auto;  object-fit: cover; 
    }
    #litio .card__about {
    font-size: 0.8em; line-height: 100%;color: #bbb;
    }

         /* sostenibilidad */
   
     section #sostenibilidad {
                    width: 100%;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
        
        
     #sostenibilidad li {
                    list-style: none;
                    width: 31%;
                    float: left;
                    margin: 0 2% 5% 0;max-height: 350px;
                }
        
      #sostenibilidad li:last-child {
                    margin: 0 0 5% 0;
                }
        
        
     #sostenibilidad li.card {
                    list-style: none;
                    text-align: left;
                    line-height: 110%;
        
                }
     
     #sostenibilidad li .card__wrapper  {
                     
        	height: 400px;
                   }
     #sostenibilidad li .card__box p {
                    line-height: 110%;
        
                }
    #sostenibilidad li.card__info{
            line-height: 110%;
    
        }
    #sostenibilidad li .card__info a {
                    color: #59aa01;
                }
        
    #sostenibilidad li .card__title a.titulo {
                    font-size: 1.2rem;
                    font-weight: bold;
                    line-height: 100%;
                    line-height: 1.1;
        
                }
        
    #sostenibilidad .card__feature {
                    width: 100%;
                    overflow: hidden;
                    height: 120px;
                    object-position: center center;
                }
        
      #sostenibilidad .card__img {
                    display: block;
                    max-width: 100%;
                    height: 150px;
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                }
        
    #sostenibilidad .card__about {
                    font-size: 0.8em;
                    line-height: 100%;
                    color: #bbb;
                }

    /* energia y agro */

    #energia li, #agro li{ width: 39%;margin: 0; padding: 0;float: left;list-style: none;text-align: left;padding-bottom: 3%; margin-left: 4%; 
    }

    #energia li:first-child , #agro li:first-child{ width: 57%;  margin-left: 0%; }
    #energia .card__feature , #agro .card__feature { display: block; overflow: hidden;max-width: 100%;max-height: 100px;width: 30%; float:left
    }

    #energia li:first-child .card__feature , #agro li:first-child .card__feature {
    display: block; overflow: hidden;
    max-width: 100%;
    max-height: 200px;
    width: 100%; float:left
    }

    #energia .card__box , #agro .card__box {
    float:left; width: 68%; padding-left: 2%;
    }
    #energia li:first-child .card__box , #agro li:first-child .card__box{
    width: 100%; padding-left: 0%;  line-height: 100%; 
    }
    #energia li:first-child .card__box p , #agro li:first-child .card__box p, #energia .card__box p , #agro .card__box p{
    line-height: 100%; 
    }
    #energia .card__box a , #agro .card__box a{
    float:left; line-height: 100%; display: inline;
    }
    #energia li:first-child .card__box a , #agro li:first-child .card__box a{
    float:left; 
    }

    #energia .card__title , #agro .card__title {
    float:left; font-size: 1rem;line-height: 120%; margin-bottom: 5px; line-height: 1.1;
    }
    #energia li:first-child .card__title , #agro li:first-child .card__title{
    font-weight: bold; line-height: 120%; font-size: 1.5rem; line-height: 1.1; width: 100%; clear:both
    }

    #energia li:first-child  .card__info, #agro li:first-child .card__info , #energia .card__info, #agro .card__info {
    display:block;  line-height: 100%;
    }
    #energia .card__info, #agro .card__info , #energia .fecha , #agro .fecha  {
    display: none;
    }
    #energia  li:first-child .fecha , #agro  li:first-child .fecha  {
    display: inline; 
    }
    #energia li:first-child .card__info p a, #agro li:first-child .card__info p a , #energia  .card__info p a, #agro .card__info p a{
    color: #59aa01; float: none;
    }

    #energia li:first-child .card__feature , #agro li:first-child .card__feature{ width: 100%; height: 300px; float: left; overflow:hidden; object-fit: cover;
        object-position: center center; margin-right: 5%; bottom: 0;
    }


    /* movere novedades */

    section#novmov{
    width: 100%;
        display:-webkit-flex; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; flex-direction: row;
        flex-wrap: wrap;justify-content:  space-between; 
            }


    #novmov li { 
    list-style: none;	width:32%; float: left;margin:0 2% 2% 0; 
    } 

    #novmov li:first-child { 
    list-style: none;	width:100%; float: left;margin:0 1% 2% 0; 
    } 
     #novmov li:last-child { 
    margin:0 0% 2% 0; 
    } 
    #novmov li.card { 
    list-style: none;text-align: left; line-height: 100%; 
    }


    #novmov li:first-child .card__box{ 
    margin: 0 0 0 2%;
    }

    #novmov li .card__box{ 
    margin: 0 0 0 0
    }

    #novmov li .card__box p{ 
    line-height: 100%;
    
    }

    #novmov li .card__info a{ 
    color: #59aa01;
    }
    #novmov li .card__title a.titulo{ 
    font-size: 1.2rem; font-weight: bold; line-height: 100%;line-height: 1.1;
    
    }
    #novmov .card__feature{ width: 50%;overflow: hidden; height: 120px;object-position: center center;
    }
    #novmov li:first-child .card__feature{ width: 50%; height: 220px; float: left; background-color: #000;overflow:hidden; object-fit: cover;
        object-position: center center; margin-right: 2%; bottom: 0;
    }

    #novmov li:first-child .card__img {
    display: block; 
    max-width: 100%;
    max-height: 220px;
    width: 100%; height: 220px;  object-fit: cover;object-position: center center;top: 50px;
    }

    #novmov .card__img {
    display: block; 
    max-width: 100%;
    height: 150px;
    width: 100%; height: auto;  object-fit: cover; 
    }
    #novmov .card__about {
    font-size: 0.8em; line-height: 100%;color: #bbb;
    }

    #novmov  li:first-child  .card__info{
    display:block;  
    }
    #novmov  .card__info {
    display: none;
    }
    /* ultimos posteos */

.imgarchive {
    display: none;
    }

    #ultimas li:first-child{ width:100%; background:#262626; height:600px}

    #ultimas li{ background:#262626;  list-style: none;width:49%; float:left; margin:0 1% 2% 0; color: #FFF;overflow:hidden; 
    position: relative;
    display: block;
    text-decoration: none;
    height: 200px;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
    }

    #ultimas li:last-child{ margin:0 0 0 1% ; background:#262626;
    }
    #ultimas li a{color: #FFF; font-weight: bold;}
    #ultimas .card__wrapper{ overflow: hidden;  }

    #ultimas .card__feature{ height:auto; overflow:hidden; 	 object-fit: cover;
        object-position: center center; width: 100%; 
    }
    #ultimas li:first-child .card__feature{ height:800px; overflow:hidden; 	 object-fit: cover;
        object-position: center center; width: auto; 
    }
    #ultimas .card__img {
    object-position: center center; display: block; opacity: 0.8;
    
    }

    #ultimas li:first-child .card__img {
    object-position: center center; display: block; opacity: 0.8; width: auto;  height: 600px; object-fit: cover;
    
    }


    #ultimas li:first-child .card__box { 
    top: auto;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem; text-transform: uppercase;
    padding: 15px 10px;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;

    }

    #ultimas .card__box {
    top: auto;
    display: flex;
    flex-direction: column;
   text-transform: uppercase;
    padding: 15px 10px;
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;position: absolute;
    right: 0;
    bottom: 0;
    left: 0;line-height: 100%;

    }

    #ultimas .card__about span{color: #fff; font-size: 1rem;}
    #ultimas .card__title{color: #fff; font-size: 1.5rem; margin-bottom: 0; font-weight: bold;line-height: 1.1;}
    /* single */


    .postimage {width:100%; height:auto}

     /* sidebar */
.widget-title{text-transform: uppercase; font-size: 1.1rem; font-weight: bold;}
#recent-posts-2 li a{font-weight: bold;text-transform: uppercase; }
        /* PANTALLAS CHICAS */

    @media screen and (max-width: 600px) {
        li.card{margin: o;padding: 0;}
        #ultimas li {width: 100%;}
        #ultimas li:last-child{ margin:0 ;}

            #energia li {width: 100%;}
            #energia li:first-child {width: 100%;}
            #energia li {margin: 0;}
            #energia li .card__feature{width: 100%;}
            #energia li .card__title{font-size: 1.5rem; width: 100%;}
            #energia li .card__box{margin: 0; padding: 0; width: 100%;}
            #energia .card__info {display: inline;}
            #energia  .fecha , #agro .fecha  {
    display: inline; 
    }

        #litio li,   #sostenibilidad li {width: 100%;}

        #agro li {width: 100%; margin: 0;}
        #agro li:first-child {width: 100%;}
        #agro li .card__feature{width: 100%;}
        #agro li .card__title{font-size: 1.5rem; width: 100%;}
        #agro li .card__box{margin: 0; padding: 0; width: 100%;}
        #agro  .card__info {display: inline;}

        #novmov li {width: 100%;}
        #novmov li:first-child .card__box{ margin: 0 ;}
        #novmov li .card__box{margin: 0; padding: 0;}
        #novmov li:first-child .card__feature{width: 100%;}
        #novmov  .card__info {display: inline;}
    }