/* variables generales estilos globales */
:root {
    --color-primario: #008536;
    --color-secundario: #74a711;
    --color-terciario: #9CD829;
    --color-botones: #ffa800;
    --color-texto: #3a674e;
    --color-hover: #ffc554;
    --borde-noticias: 5px;
}

/* variables generales estilos globales */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: darkgrey;
    box-sizing: border-box;
}

.container {
    font-family: 'Rajdhani', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--color-primario)
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 55px;
    font-weight: 300;
}

p {
    color: var(--color-texto);
}

/* header */


header {
    background-color: white;
    z-index: 20;
}

nav {
    z-index: 10;
}

.nav-mobile {
    display: none;
}

.banner-caja .banner p {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo-mobile {
    display: none;
}

.lupa {
    background: none;
    border: none;
    cursor: pointer;

}
.nav-item{
    height: 87px;
}
.nav-item.drop:hover{
    background: #3a674e;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #bd7d00;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0.5rem; */
    /* padding-left: 0.5rem; */
    padding: 34px 0.5em;
}
.nav-item.drop .nav-link:hover, .nav-item.drop .nav-link:active{
    color: #fff;
}
.dropdown-area:hover + .nav-item.drop .nav-link{
    color:red;
}
.dropdown-options {

    width: 100% !important;
}
.dropdown-area{
    min-width: 93% !important;
    background: #3a674e !important;
    top: 91px;
    position: absolute;
    left: 0 !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
box-shadow: 10px 26px 29px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 26px 29px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 26px 29px 3px rgba(0,0,0,0.75);

}
ul.navbar-nav li.drop {
    position: inherit !important;
}

}
.top-bar{
    background: #69a817;
    color:#fff;
    font-family: 'Rajdhani', sans-serif;
}

.dist-tb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dist-tb .col{
    text-align: center;
    padding: 8px 0;
}








#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
    position: relative;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #82b135;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
 display: block;
     position: fixed;
     top: 0;
     right: -100%;
     width: 300px;
     height: 100%;
     margin: 0;
     padding: 126px 0 0 0;
     list-style: none;
     background-color: #3a674e;
     box-shadow: 11px 4px 126px rgb(0 0 0);
     transition-duration: .25s;
 
}
.menu__item {
    display: block;
padding: 9px 26px;
color: #fff;
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition-duration: .25s;
}
ul.social-network2 {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
}
ul.social-network2 li {
    display: inline;
    margin: 0 5px;
}

.menu__item:hover {
    background-color: #8c9f96;
text-decoration: none;
color: #fff;
}
















/*
.navbar-nav .drop .nav-link:hover:after {
    width: 100%;
}
*/

.navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.dropdown-options {
    list-style: none;
}

.dropdown-options li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.image-dropdown-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
}

.items-dropdown-image img{
    max-height:162px;
}
.dropdown-options li {
    padding: 7px 10px;
    border-bottom: 1px solid #81978b;
    font-family: 'Lato';
    font-weight: 300;
}

.dropdown-options li:hover {
    padding: 7px 10px;
    border-bottom: 1px solid transparent;
    background-color: #81978b;
    border-radius: 6px;
}

.dropdown-area {
    position: relative;
    background: #e9e9e9;
    text-align: left;
    border: none;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: -5.5px;
}

.navbar-nav .nav-item:hover div.dropdown-area {
    display: block;
}

.navbar-nav .nav-item .dropdown-area:hover ul.drop:after {
    width: 100%;
}

.container-buscador {
    background-color: #FFA800;
}

.form-box {
    background-color: #FFA800;
    width: 100%;
    height: auto;
    padding: 30px;
    position: absolute;
    margin-top: -999px;
    z-index: 1;
    transition: all 0.4s ease;
}

.form-box-show {
    margin-top: 0px;
}


.input-group-sm > .form-control {
    padding: 10px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.lupa-buscar {
    background-color: white;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: none !important;
    border-bottom-left-radius: none !important;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: 1px solid white;
}

.hamburger:focus{
    box-shadow: none;
}

/*busqueda*/

.categoria{
    min-height: 20px;
}

/* Main */

main{
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

main.evento-bg{
    background-image: url('../img/bg-evento.png');
}

main.angus-bg{
    background-image: url('../img/bg-angus-1.jpg');
}

main.ternium-bg{
    background-image: url('../img/bg-angus-1.jpg');
}

main.ford-bg{
    background-image: url('../img/bg-angus-1.jpg');
}

main.directorio-bg{
    background-image: url('../img/bg-angus-1.jpg');
}

/* Top ad */
.top-ad-container{
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat;
    background-position: center center;
    margin: 0;
    padding:0;
    background-color: #fff;
    
}
.titular-verde h2{
    color: #fff;
    background: #3a674e;
    display: inline-block;
    padding: 6px 16px;
    font-size: 3em;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 0;
}
.titular-verde:after {
    background: url('../img/pin-verde.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    content: " ";
    display: block;
}
.titular h3, .titular p{
    font-family: 'Rajdhani', sans-serif;
}
.titular p{
    font-size: 1.4em;
}
.titular h3{
    color: #3a674e !important;
    font-weight: 700;
}

.titular-noticia{
    color: #214a33 !important;
    font-weight: 600;
}

.enunciado-noticia{
    padding: 5em 5em 4em 7em;
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: no-repeat;
    background-position: left calc(5em + 7px);
    background-size: 95px 70px;
}

.enunciado-noticia p{
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    padding-left: 2em;
    color: #214a33;
}

.enunciado-noticia::before{
    width: 15px;
    height: 70px;
    margin-top: 7px;
    background-color: #e0e93c;
    content: "";
    display: inline-block;
    position: absolute;
}

.fondo-notas{
    padding: 3.5em 0em 0em;
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 70px;
}

.fondo-ad{
    width: fit-content;
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat;
    background-position: center center;
}

.title-notas::before{
    width: 15px;
    height: 90px;
    margin-top: 3.5em;
    background-color: #e0e93c;
    content: "";
    display: inline-block;
    position: absolute;
}

.title-notas h2{
    color: #214a33;
    font-size: 45px;
    font-weight: 600;
    padding: 20px 0px 50px 30px;
}

.notas-list{
    padding-bottom: 2em;
}

.notas-list .image-wrapper{
    height: 130px;
}

.notas-list h5{
    color: #b15215;
    font-weight: 700;
}

.notas-list p{
    color: #3a674e;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.notas-list p a{
    font-size: 15px;
    font-weight: 700;
    color: #128d45;
    text-decoration: underline 1px;
}

.notas-list span{
    padding: 0px 15px;
    background-color: #e0e93c;
    border-top-left-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    color: black;
}

.contenido p{
    color: #214a33;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 2em;
}

.contenido h4{
    color: #214a33;
}

.contenido p a{
    color: #214a33;
    font-weight: 700;
}

.video-bg{
    padding-top: 618px;
    background-color: #fff9d5;
    border-width: 40px 0px;
    border-style: solid;
    border-color: #f0f67f;
    width: 60%;
}

.video-info{
    z-index: 2;
    padding: 5em 0em 4em 4em;
    background-color: #fff9d5;
    border-width: 40px 40px 40px 0px;
    border-style: solid;
    border-color: #f0f67f;
}

.video-info .image-wrapper{
    height: 270px;
}

.video-info .image-wrapper > .row{
    background-image: linear-gradient(transparent , #d66a25 110%);
    padding-top: 5em;
}

.video-info .image-wrapper img:first-child{
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
    object-fit: contain;
}

.video-info h4{
    color: #b15215;
    font-weight: 700;
    font-size: 20px;
}

.video-info p{
    color: #3a674e;
}

.video-info a{
    color: #128d45;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
}

.video-info hr{
    color: #81967b;
    height: 2px;
}

.video-info h3{
    color: #215732;
    font-size: 32px;
    font-weight: 600;
}

.video-info p{
    color: #215732;
    font-size: 18px;
    font-weight: 500;
}

.fya-block h4{
color: #d66a25;
    font-family: 'Rajdhani', sans-serif;
font-weight: 600;
 margin-top: 26px;
}
.fya-block p{
    font-family: 'Rajdhani', sans-serif;
font-weight: 500;
color: #3a674e;
}
.fya-block a{
    text-decoration: underline;
color: #128d45;
font-family: 'Rajdhani';
font-weight: 700;
}
.botones-circle{
    color: #d66a25;
    background: #fff;
    border: 5px solid #d66a25;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    border-radius: 99px;
    width: 100%;
    text-align: center;
}
.botones-circle:hover{
    background: #d66a25;
    color: #fff;
}
.botones-circle2{
    color: #ffffff;
    background: transparent;
    border: 5px solid #ffffff;
    padding: 10px 26px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    border-radius: 99px;
    width: 100%;
    text-align: center;
}
.botones-circle2:hover{
    background: #ffffff;
    color: #457503;
}
.botones-plain{
    color: #fff;
    background: #d66a25;
    border: 5px solid #d66a25;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    border-radius: 99px;
    width: 100%;
    text-align: center;
}
.botones-plain:hover{
    background: #fff;
    color: #d66a25;
}

.cotizacion-granos .col{
    background: #457503;
    background-clip: content-box;
}
.cotizacion-granos .col p{
    color: #fff;
}
.cotizacion-granos h3{
    color:#fff;
    font-weight: 700;
}
.boton-cotizador{
    background: #fff;
    padding:16px;
    border-radius: 15px;
    color: #457503;
    font-weight: 700;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.cotizador-wrapper{
    position: relative;
    min-height: 280px;
}
.cotizador-wrapper .social-circle li i {
    margin: 0;
    line-height: 2em;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 99px;
    width: 2em;
    height: 2em;
}
.cotizador-wrapper  ul.social-network li {
display: block;
margin-bottom: 16px;
}
.cotizador-wrapper  ul.social-network li:last-child {
margin-bottom: 0;
}

.cotizador-wrapper.social-circle li a {
display: block;
position: relative;
margin: 0;
}
.noticias-slider{
    background-image: url('../img/fondo-news.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover; 
    margin: 0;
    padding:0;
    
}
.fecha-slider{
    color: #fff;
    display: inline;
    border-left: 10px solid #acc782;
    padding-left: 11px;
}
.slider-texto{
    color: #fff;
}
.card-title{
    font-weight: 700;
}

.rounded-wrapper{
    border-radius: 10px;
}
.ofh{
    overflow: hidden;
}
.ofh img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.ofc{
    object-fit: cover;
}
.noticias-slider .carousel-cell .ofh{
    height: 180px;
}
.noticia-main .image-wrapper{
    height: 440px;
}
.tiempo .card .ofh{
    height: 145px;
}
.en-movimiento .image-wrapper{
    height: 146px;
}

#navbarNavDropdown{
    justify-content: right;
    font-weight: 900;
}

/* Banner */
.mobile {
    display: none;
}

.banner {

    background-image: url("../img/banner1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-primario);
    height: 100%;
    background-color: aqua;
    box-sizing: border-box;
    flex-wrap: wrap;
    color: white;
    z-index: -999;
}

.banner1-contenedor {
    color: var(--color-primario);
    font-weight: 600;
    font-size: 32px;
    /*background-color: rgba(215, 215, 0, 0.9);*/
    top: 330px;
    position: absolute;
    max-width: calc(100% / 2);
}

.banner1-contenedor a p:hover{
    text-decoration: underline;
}

.banner1-contenedor img {
    margin-left: 39%;
}

.banner-titulo1 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/banner-titulo1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 59%;
}

.banner-titulo1:before {
    border-top: 3px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 168px;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
}

.banner-titulo2 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/banner-titulo2.jpg");
    background-color: var(--color-primario);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 59%;
}

.banner-titulo2:before {
    border-top: 3px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 325px;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
}

.banner-titulo3 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%), url("../img/banner-titulo3.jpg");
    background-color: var(--color-primario);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 80%;
}

.banner-titulo3:before {
    border-top: 3px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 483px;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
}

/* Fin Banner */


/* main */


.bg-1 {
    background: url("../img/bg-shape.png") no-repeat center top;
    background-size: cover;
}


/*
.botones {
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    border-radius: 57px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 100px;
    background-color: var(--color-botones);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
*/

.botones:hover {
    background-color: var(--color-hover);
    color: white;
}



.tractor {
    background-image: url("../img/img-tractor.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

/* Detalles titulos*/

.titulos:before {
    border-top: 8px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
}

.titulos-expo-novedades:after {
    border-top: 8px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 90%;
    left: 511px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: block;
}


.titulos-expo-tv:after {
    border-top: 8px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 90%;
    left: 358px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: block;
}

.titulos-expo-momentos:after {
    border-top: 8px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 90%;
    left: 960px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: block;
}

.titulos-expo-gacetilla:after {
    border-top: 8px solid var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 90%;
    left: 610px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: block;
}

/* Fin detalles titulos*/

.destacado1 {
    background-image: url("../img/banner-titulo3.jpg");
    background-color: var(--color-botones);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
    height: 300px;
    border-radius: var(--borde-noticias);
}

.destacado2 {
    background-image: url("../img/destacado2.jpg");
    background-color: var(--color-secundario);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: var(--borde-noticias);
}

.carousel .carousel-cell {
    cursor: pointer;
}

.carousel .carousel-cell h5:hover {
    text-decoration: underline;
    color: var(--color-primario);
}

.fecha {
    font-weight: 300;
    color: var(--color-terciario);
}

.fecha:before {
    background: rgba(156, 216, 41, 0.2);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 26px;
    display: block;
}

.card-img-top {
    border-radius: var(--borde-noticias);
}

.card {
    background: none;
}

.carousel {
    background: none;
}

.carousel-cell {
    height: auto;
    margin-right: 10px;
    border-radius: var(--borde-noticias);
    counter-increment: carousel-cell;
}

.flickity-page-dots {
    display: none;
}
.celebrar h1, .celebrar p{
    color:#fff;
    font-weight: 700;
    
}
.celebrar h1{
    font-size: 2.3em;
    
}
.mapa {
    background-image: url("../img/mapa-bg.png"), url("../img/mapa.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 39% 3%;
    height: auto;
}
.escudo {
    background-image: url("../img/back_escudo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 39% 3%;
    height: auto;
}

.fecha-tiempo {
    color: #3a664e;
    display: inline;
    border-left: 13px solid #acc782;
    padding-left: 11px;
    font-weight: 700;
    font-size: 1.2em;

}
.tiempo {
    background-image: url("../img/back_tiempo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
}
.tiempo-title{
    color:#3a674e;
    font-weight:700;
}
.mejores5-title{
    color:#b15215;
    font-weight:700;
    font-size: 20px;
}
.mejores5-link, .mejores5-link:hover, .mejores5-link:active, .mejores5-link:focus{
    color:#128d45;
    font-size: 15px;
    font-weight:700;
    text-decoration: underline;
}

.mejores5-texto p{
    font-size: 18px;
    font-weight: 500;
}

.expoagro-bg {
    background: url("../img/bg-shape-2.png") no-repeat center top;
    background-size: cover;
}


.videos-container {
    background-color: rgba(225, 238, 0, 0.21);
}

.scroll-videos {
    height: 480px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-primario);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-primario);
}

.footer-nav {
    background-color: var(--color-primario);
}

.carrousel-texto li a {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #74a711;
    text-decoration: none !important;
}

.carrousel-texto li a:hover {
    border-bottom: 4px solid var(--color-primario);
    border-top: none;
    border-left: none;
    border-right: none;
    color: #008536;
    background-color: none !important;
}

.carrousel-texto li i {
    font-size: 45px;
    color: var(--color-primario);
    border: 4px solid var(--color-primario);
    cursor: pointer;
    padding: 8px 12px 7px 12px;
}

.imagen-tractor {
    background-image: url("../img/img-tractor2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 39% 99%;
}

.texto-carrousel {
    margin-top: -161px;
    padding-bottom: 92px;
}

.momentos-expoagro {

    background-color: rgba(225, 238, 0, 0.21);
}

/* Fin main*/

/* Enlaces de Ayuda */

.help-links{
    border-radius: 30px 30px 0 0;
    border-width: 8px 8px 0 8px;
    border-color: #3a674e;;
    border-style: solid;
    position: relative;
    padding: 2em 1em;
}

.help-links::after{
    content: '';
    position: absolute;
    border-right: 8px white solid;
    height: 65%;
    width: 100%;
    top: 35%;
    right: -8px;
}

/* Gcetillas */

/* final header */

.video-mobile {
    display: none;
}

/* footer */


.texto-suscribir {
    color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-shadow: 0 0 15px rgba(255, 255, 255, .5), 0 0 10px rgba(255, 255, 255, .5), -1px 1px 12px rgba(0, 0, 0, 0.8);
}

.caja-suscribirse {
    height: 283px;
    background-image: url("../img/bg_suscribir.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #74a711;
}

.caja-suscribirse .btn {
    background-color: var(--color-botones);
    border: 1px solid var(--color-botones);
    font-weight: 600;
}

.caja-suscribirse .btn:hover {
    background-color: var(--color-hover);
    border-color: var(--color-hover);
}

.caja-suscribirse input{
    color: #3a674e;
    font-weight: 600;
}

.caja-logos {
    margin-top: -180px;
}

.bg_ilustracion {
    height: 540px;
    background-image: url("../img/ilustracion_expoagro.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: white;
}


footer {
    background-color: white;
    color: white;
    margin-top: 16px;
}

footer a {
    color: #fff;
    font-size: 18px;
    transition-duration: 0.2s;
    text-decoration: none;
}

footer a:hover {
    color: #FA944B;
    text-decoration: none;
}

.copyright {
    font-size: 12px;
    padding: 30px;
    background-color: #397a20;
    height: auto;
    color: white;
}

.footer-middle {
    padding-top: 1em;
    color: white;
    background-color: var(--color-secundario);
}



/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i {
    color: var(--color-botones);
}

.social-circle i {
    color: white;

}

/* fin footer */

/* Header secciones */

.banner_busqueda {
    background-image: linear-gradient(180deg, rgba(0, 133, 54, 0.3) 0%, rgba(0, 133, 54, 0.5998774509803921) 50%, rgba(0, 133, 54, 0) 100%), url("../img/bg_busqueda.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-blend-mode: color-dodge;
    padding: 25px 25px;
}

.secciones {
    background-image: linear-gradient(180deg, rgba(0, 133, 54, 0.3) 0%, rgba(0, 133, 54, 0.5998774509803921) 50%, rgba(0, 133, 54, 0) 100%), url("../img/bg-secciones.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: color-dodge;
    padding: 25px 25px;
}

.secciones .caja-titulo-secciones {
    background-color: white;
    border-radius: var(--borde-noticias);
}

.comunicado {
    background-color: rgba(255, 168, 0, 0.2);
    border-radius: var(--borde-noticias);
    color: darkgray;
}

.bg-adds {
    background-color: rgba(220, 220, 220, 0.20);
}

.destacado-noticia:before {
    background: var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 49px;
    display: block;
}

.noticia {
    text-align: justify;
}

.descarga {
    color: var(--color-botones);
    cursor: pointer;
}

.detalle-descarga:before {
    background: var(--color-botones);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 49px;
    display: block;
}

.caja-compartir {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 150px;
    background-color: rgba(161, 197, 19, 0.10)
}

.compatir {
    margin-top: -56px;
}

.fecha-post-interes {
    color: var(--color-terciario);
}

.fecha-post-interes:before {
    background: rgba(156, 216, 41, 0.2);
    content: "";
    margin: 0px 0px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 23px;
    display: block;
}

/* gacetillas listado */

.listado-gacetillas-mobile {
    display: none;
}

.buscador-gacetilla input,
.buscador-gacetilla button {
    background: rgba(255, 168, 0, 0.2);
}

.buscador-gacetilla .form-control:focus {
    color: #212529;
    background-color: rgba(255, 168, 0, 0.2);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.buscador-gacetilla button:hover {
    background-color: rgba(255, 168, 0, 0.2);
}

.buscador-gacetilla i {
    font-size: 25px;
    color: var(--color-botones);
}

.buscador-gacetilla i:hover {
    font-size: 25px;
    color: #d88e00;
}

.nav-listado-gacetillas-mobile {
    display: none;
}

.nav-listado-gacetillas {
    border-bottom: 5px solid var(--color-botones);
}

.nav-listado-gacetillas ul {
    margin-bottom: 12px;
}

.nav-listado-gacetillas ul li a {
    color: dimgray;
}

.nav-listado-gacetillas ul li a:hover {
    background-color: var(--color-botones);
    color: white;
}

.nav-listado-gacetillas ul li a:active {
    background-color: var(--color-botones);
    color: white;
}

.row-gacetilla-img-dark {
    background-color: rgba(207, 238, 22, 0.20);
    margin-bottom: 4px;
}

.row-gacetilla-img-light {
    background-color: rgba(207, 238, 22, 0.10);
    margin-bottom: 4px;
}

.row-gacetilla-fecha-dark {
    background-color: rgba(207, 238, 22, 0.20);
    margin-bottom: 4px;
    padding: 22px;
    min-height: 132px;
    max-height: 132px;
}

.row-gacetilla-fecha-dark a p:hover {
    text-decoration: underline;
}

.row-gacetilla-fecha-light {
    background-color: rgba(207, 238, 22, 0.10);
    margin-bottom: 4px;
    padding: 22px;
    min-height: 132px;
    max-height: 132px;
}

.row-gacetilla-fecha-light a p:hover {
    text-decoration: underline;
}

.paginacion-gacetillas li i {
    font-size: 25px;
    color: var(--color-botones);
    cursor: pointer;
}

.paginacion-gacetillas li i:hover {
    font-size: 25px;
    color: var(--color-botones);
    cursor: pointer;
}

.paginacion-gacetillas li a {
    color: var(--color-primario);
}

.paginacion-gacetillas span {
    color: var(--color-primario);
}

.paginacion-gacetillas li a:hover {
    color: var(--color-botones);
    border-bottom: 6px solid var(--color-botones);
}

/* fin gacetillas listado */

.app-banner {
    background-image: url("../img/app_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
.w-100{
    width: 100%;
}

/* Videos */

.lasted-videos-bg{
    background-color: rgba(225, 238, 0, 0.5);
}

.lasted-videos{
    padding: 2em 0em;
}

.lasted-videos .col-lt-video:first-child{
    background-color: #fff9d5;

}

.lasted-videos .col-lt-video{
    padding: 2.5em 1.5em;
}

.lasted-videos .image-wrapper, .evento-inicio .image-wrapper{
    height: 350px;
}

.lasted-videos .principal .image-wrapper > .row h5, .featured-news .main-new .image-wrapper > .row h5, 
.evento-inicio .image-wrapper > .row h5, .angus-featured .image-wrapper > .row h5{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 0em;
}

@media only screen and (min-width: 768px){
    .lasted-videos .principal .image-wrapper > .row .col-9{
        padding-right: 10em;
    }
}

.lasted-videos .principal .image-wrapper > .row{
    background-image: linear-gradient(transparent 1%, #d66a25 90%);
}

.lasted-videos .principal > h4, .lasted-videos .principal > h5{
    color: #3a674e;
}

.lasted-videos .principal > h4{
    font-size: 27px;
}

.lasted-videos .principal > h5{
    font-size: 22px;
}

.lasted-videos .otros .image-wrapper{
    height: 140px;
}

.lasted-videos .otros .image-wrapper img:first-child{
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
    object-fit: contain;
}

.featured-videos{
    padding-bottom: 13em;
    padding-top: 2em;
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat;
    background-position: center center;
}

.featured-videos .image-wrapper > .row{
    background-image: linear-gradient(transparent, #d66a25 130%);
}

.featured-videos .rounded-wrapper, .interview-videos .rounded-wrapper{
    border-radius: 10px 10px 0px 0px;
}

.featured-videos div.shadow{
    border-radius: 10px;
    background-color: #ffffff;
}

.featured-videos div.shadow h6, .interview-videos div.shadow h6{
    color: #b15215;
}

.featured-videos div.shadow a.fw-bold, .interview-videos div.shadow a.fw-bold{
    color: #128d45;
    text-decoration: underline;
}

.featured-videos .image-wrapper, .interview-videos .image-wrapper, .previous-videos .image-wrapper{
    height: 150px;
}

.interview-bg{
    background-color: rgb(164,196,126, 0.7);
}

.interview-videos{
    padding-bottom: 10em;
}

.interview-videos div.shadow{
    border-radius: 10px;
    background-color: #e3f0db;
}

.previous-videos .image-wrapper img:first-child{
    padding-left: 37.5%;
    padding-right: 37.5%;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0.3);    
}

.previous-videos p{
    color: #214a33;
}

.previous-videos:last-child{
    padding-bottom: 15em;
}

/* Listado Noticias */

.lasted-news .carousel-cell{
    width: 24%;
    margin-right: 0px;
}

.lasted-news .carousel{
    padding: 1em 0em 0em;
}

.lasted-news .carousel-cell .card{
    margin: 0em 0.85em;
}

.lasted-news .flickity-prev-next-button.next{
    right: -40px;
}

.lasted-news .flickity-prev-next-button.previous{
    left: -40px;
}

.flickity-button-icon{
    color: #498e00;
}

.lasted-news .slider-texto h5, .more-news .slider-texto h5{
    font-size: 23px;
}

.lasted-news .slider-texto p, .more-news .slider-texto p, .lasted-news .fecha-slider, .more-news .fecha-slider{
    font-size: 18px;
}

.more-news .fecha-slider, .more-news .slider-texto h5, .more-news .slider-texto p{
    color: #1c4831;
    border-color: #8ca497;
}

.more-news .ofh {
    height: 180px;
  }

.slider-texto a, .slider-texto h5{
    text-decoration: none;
}

.featured-news{
    background-color: rgb(225,238,0, 0.21);
}

.featured-news .main-new .image-wrapper, .angus-featured .image-wrapper{
    height: 525px;
}

.featured-news .main-new .image-wrapper > .row, .angus-featured .image-wrapper > .row{
    background-image: linear-gradient(transparent, #217536 90%);
}

@media only screen and (min-width: 768px){
    .featured-news .main-new .image-wrapper > .row .col-9, .angus-featured .image-wrapper > .row .col-9{
        padding-right: 5em;
    }
}

.scroll-videos::-webkit-scrollbar-track{
    background: rgb(156,216,41, 0.3);
}

.scroll-videos::-webkit-scrollbar{
    width: 17px;
}

.scroll-videos{
    scrollbar-color: var(--color-primario) rgb(156,216,41, 0.3);
}

.scroll-videos .image-wrapper img:first-child{
    object-fit: contain;
    padding-left: 40%;
    padding-right: 40%;
    padding-bottom: 10%;
    background-color: rgba(0, 0, 0, 0.4);
}

.scroll-videos .image-wrapper{
    height: 140px;
}

.scroll-videos .video-title{
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 17px;
}

.titular-verde b{
    font-weight: 700;
}

.best-moments-bg{
    background-color: #f8fbd6;
    margin-bottom: 10em;
}

.best-moments .carousel-cell{
    width: 100%;
}

.carousel-text{
    background-image: url("../img/marco-carrousel-texto.png");
    background-size: 100% 100%;
    min-height: 150px;
}

.carousel-text p{
    margin-bottom: 0px;
}

.best-moments .image-wrapper{
    height: 450px;
}

.best-moments .carousel-cell > .row > div:first-child{
    padding-bottom: 10em;
}

.best-moments .flickity-button{
    border: 4px solid #1d8536;
    background: transparent;
}

.best-moments .flickity-button:hover, .best-moments .flickity-button:focus{
    background: rgb(29,133,54, 0.4);
    box-shadow: none;
}

.best-moments .flickity-prev-next-button{
    width: 65px;
    height: 65px;
    transform: none;
    border-radius: 0px;
    bottom: 0;
    top: unset;
}

.best-moments .flickity-prev-next-button.previous{
    left: 20%;
}

.best-moments .flickity-prev-next-button.next{
    left: calc(20% + 75px);
    right: 0;
}

.best-moments .flickity-prev-next-button .flickity-button-icon{
    color: #1d8536;
}

.best-moments .pagination{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.best-moments .pagination .page-link{
    background: transparent;
    border: none;
    color: #74a712;
    font-weight: 700;
    font-size: 22px;
}

.best-moments .pagination .page-link:focus{
    box-shadow: none;
}

.best-moments .pagination .active .page-link{
    text-decoration: underline 2px;
}

/* Evento Expoagro */

.navbar-evento{
    background-color: #f9fbc9;
}

.navbar-evento .nav-link:hover{
    text-decoration: none;
    color: #bd7d00 !important;
}

.navbar-evento .nav-link{
    font-weight: 700;
    font-size: 18px;
    color: #737373 !important;
}

.navbar-evento .nav-link.active{
    color: #bd7d00 !important;
    border-bottom: 8px solid #bd7d00;
}

.navbar-evento .nav-item{
    height: auto;
}

.navbar-evento .navbar-nav span{
    width: 2px;
    height: 16px;
    background-color: #737373;
    margin-top: 14px;
}

.navbar-evento .navbar-toggler{
    margin-left: auto;
    border: none;
    width: 50px;
    height: 50px;
    color: #bd7d00 !important;
}

.navbar-evento .navbar-toggler .lineas-menu{
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #bd7d00;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.navbar-evento .navbar-toggler .lineas-menu::before, .navbar-evento .navbar-toggler .lineas-menu:after{
    content: '';
    position: absolute;
    z-index: 100;
    top: -10px;
    width: 100%;
    height: 3px;
    background: inherit;
}

.navbar-evento .navbar-toggler .lineas-menu:after{
    top: 10px;
}

.navbar-evento .navbar-toggler:focus{
    box-shadow: none;
}

.evento-inicio .image-wrapper > .row{
    background-image: linear-gradient(transparent 1%, #000000 110%);
}

.evento-inicio > div h4{
    color: #3a674e;
}

.evento-inicio .enunciado-noticia{
    padding: 2em 1em 2em 7em;
    background-position: left calc(2em + 7px);
}

.evento-inicio > div > p{
    font-size: 1.4em;
}

.evento-inicio .como-llegar{
    background-image: url("../img/como-llegar-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4em 3em;
}

.evento-inicio .como-llegar h4{
    font-size: 40px;
    font-weight: 700;
    color: #fff1a2;
}

.evento-inicio .como-llegar h5{
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.evento-inicio .como-llegar h6{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.evento-inicio .proxima-text{
    color: #21372b;
    font-weight: 600;
}

.expo-mapa{
    background-image: url("../img/mapa-full-letter.jpg");
    background-position-x: center;
    min-height: 320px;
}

.expo-mapa .mobile > div:first-child{
    background-image: url("../img/mapa-full-letter.jpg");
    background-position-x: calc(30% - 20px);
    background-size: cover;
    min-height: 250px;
}

.expo-mapa .mobile > div:last-child{
    background-image: url("../img/mapa-full.jpg");
    background-position-x: calc(65% - 20px);
    background-size: cover;
    min-height: 250px;
}

.expo-mapa .como-llegar{
    padding-left: 10em;
    
}

.expo-mapa .como-llegar h4{
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.expo-mapa .como-llegar h5{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.expo-mapa .como-llegar h6{
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

/* Evento Angus */

.titular-verde.bg-azul h2{
    background: #1e60a9;
}

.titular-verde.bg-azul::after{
    background: url('../img/pin-azul.png');
    background-repeat: no-repeat;
}

.evento-angus .como-llegar{
    padding: 3em 2em;
    background-image: url('../img/como-llegar-angus.png');
}

.evento-angus .como-llegar h4{
    font-size: 50px;
    color: #fff;
}

.evento-angus .como-llegar h5{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.evento-angus .como-llegar .botones-circle2{
    display: block;
    width: 50%;
    padding: 5px 26px;
}

.evento-angus .como-llegar .botones-circle2:hover{
    color: #1a492f;
}

.evento-angus > div > h5{
    color: #3a674e;
    font-size: 1.25rem;
}

.evento-angus > div > p{
    font-size: 16px;
    font-weight: 600;
}

.novedades-angus{
    background-image: url('../img/novedades-angus-bg.jpg');
}

.novedades-angus .carousel-cell, .novedades-ternium .carousel-cell{
   width: 33%;
}

.novedades-angus .botones-circle2, .novedades-ternium .botones-circle2{
    padding: 5px 46px;
}

.angus-galicia-bg{
    height: 144px;
    background-image: url("../img/banner-galicia-2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 6em 0em;
    background-color: #f96300;
}
us-bg
.angus-featured{
    background-color: rgb(225,238,0, 0.21);
    margin-bottom: 10em;
}

/* Ternium */

.titular-verde.bg-gold h2{
    background: #ab7201;
}

.titular-verde.bg-gold::after{
    background: url('../img/pin-gold.png');
    background-repeat: no-repeat;
}

.info-premio{
    background-image: url('../img/como-llegar-angus.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.novedades-ternium{
    background-image: url('../img/novedades-angus-bg.jpg');
}

.medals .ofh img{
    object-fit: contain;
}

.info-premio .accordion-button{
    background-color: #28440a;
    color: #fff;
    border-color: #6f963d;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.7rem 1.5rem;
}

.info-premio .accordion-body h3{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.info-premio .accordion-button:focus{
    box-shadow: none;
}

.info-premio .accordion-button::after{
    background-image: url("../img/accordion-arrow.png");
}

.info-premio .accordion-body{
    color: #fff;
    padding: 2rem;
}

/* Ford */

.image-wrapper.titular-logo{
    height: 85px;
    width: auto;    
    display: inline-block;
    vertical-align: top;
}

.image-wrapper.titular-logo img{
    object-fit: contain;
}

.ford-productos-title{
    padding-left: 100px;
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100px;
}

.ford-productos-title h3{
    font-weight: 700;
    font-size: 32px;
    color: #3a684e;
    padding-left: 20px;
    border-left: 15px solid #e0e93c;
    
}

.ford-productos-slider .flickity-prev-next-button{
    height: 55px;
    width: 55px;
}

.ford-productos-slider .flickity-button, .ford-productos-slider .flickity-button:hover {
    background: transparent;
}

.ford-productos-slider .flickity-button:focus{
    box-shadow: none;
}

.ford-productos-slider .flickity-prev-next-button.previous {
    left: -10px;
}

.ford-productos-slider .flickity-prev-next-button.next {
    right: -10px;
}

.ford-productos-slider .flickity-button-icon {
    color: #1d4707;
}

.ford-productos-slider .image-wrapper{
    height: 500px;
}

.ford-productos > p{
    font-size: 1.4em;
    font-weight: 600;
    color: #214a33;
}

.ford-historia{
    font-size: 1.4em;
}

/* Directorio */

.btn-rubros{
    padding: 5px 20px;
    width: fit-content;
    color: #a04d17;
    background-color: #fefefe;
    transition: all 0.5s;
}

.btn-rubros:hover, .btn-rubros:focus{
    color: #fff;
    background-color: #d66a25;
}

.info-empresa{
    padding: 15px 30px 25px;
    background-color: #ffffff;
    border-radius: 20px;
    border-top: 3px solid #3b674e;
    border-right: 3px solid #3b674e;
}

.info-empresa .banner-empresa{
    height: 150px;
}

.btn-contacto{
    color: #fff;
    font-weight: 700;
    padding: 0px 15px;
    background-color: #d66a25;
    border-radius: 20px;
    border: 3px solid #d66a25;
    text-align: center;
    transition: all 0.5s;
}

.btn-contacto:hover, .btn-contacto:focus{
    color: #d66a25;
    background-color: #fff;
}

.btn-contacto.btn-ws{
    background-color: #3b674e;
    border-color: #3b674e;
}

.btn-contacto.btn-ws:hover, .btn-contacto.btn-ws:focus{
    color: #3b674e;
    background-color: #fff;
}

.btn-contacto svg{
    margin-bottom: 3px;
}

.info-empresa::after{
    height: 15px;
    width: 100%;
    content: "";
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat-x;
    display: block;
    background-size: 100px;
}

.name-empresa h3{
    width: fit-content;
    margin: 0px 0px 0px auto;
    padding-left: 15px;
    border-left: 10px solid #e0e93b;
    background-color: #ffffff;
    color: #3b674e;
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    padding-top: 2px;
}

.name-empresa{
    background-image: url('../img/back-rayas-ad.png');
    background-repeat: repeat-x;
    background-size: 100px;
}

.logo-empresa{
    width: 110px;
    height: 110px;
    top: -20px;
    left: -20px;
    border-radius: 100%;
    border: 6px solid #ffffff;
    background-color: #ffffff;
}

.info-empresa::before{
    content: '';
    position: absolute;
    border-right: 4px #ffffff solid;
    border-bottom: 4px #ffffff solid;
    height: 20px;
    width: 100%;
    bottom: 0;
    right: -3px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.social-empresa{
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    bottom: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.social-empresa:hover, .social-empresa:focus{
    color: #000000;
}

.social-empresa.btn-left{
    left: calc(50% - 38px);
}

.social-empresa.btn-right{
    right: calc(50% - 38px);
}

.directorio{
    padding-bottom: 15em;
}


/* Mobile */

@media (max-width: 600px) {

    h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .titular-verde h2 {
        font-size: 2em;
    }

    .enunciado-noticia{
        padding: 2em 0em !important;
        background-position: left 2em !important;
    }
    
    .enunciado-noticia p{
        color: #214a33;
    }
    
    .enunciado-noticia::before{
        width: 15px;
        height: 70px;
        margin-top: 0px;
        display: inline-block;
        position: static;
        margin-left: 115px;
    }

    .noticia-main .image-wrapper, .notas-list .image-wrapper, .video-info .image-wrapper, 
    .lasted-videos .otros .image-wrapper, .featured-videos .image-wrapper, .interview-videos .image-wrapper, 
    .previous-videos .image-wrapper, .scroll-videos .image-wrapper{
        height: 180px;
    }

    .video-info{
        padding: 2em 0em;
        border-width: 25px 25px 25px 0px;
    }

    .lasted-videos .image-wrapper, .evento-inicio .image-wrapper{
        height: 250px;
    }

    .lasted-videos .col-lt-video.principal{
        padding-bottom: 0em;
    }

    .lasted-videos .otros .image-wrapper img:first-child{
        width: 25%;
        margin-left: 37.5%;
        margin-right: 37.5%;
    }

    .lasted-videos .principal .image-wrapper > .row img, .featured-news .main-new .image-wrapper > .row img, 
    .angus-featured .image-wrapper > .row img{
        object-fit: contain;
    }

    .lasted-videos .principal .image-wrapper > .row h5, .featured-news .main-new .image-wrapper > .row h5, 
    .angus-featured .image-wrapper > .row h5{
        font-size: 1.25rem;
    }

    .featured-videos, .interview-videos, .previous-videos:last-child{
        padding-bottom: 4em;
    }

    .lasted-news .carousel-cell{
        width: 100%;
    }

    .more-news .ofh, .noticias-slider .carousel-cell .ofh{
        height: 200px;
    }

    .featured-news .main-new .image-wrapper, .angus-featured .image-wrapper, 
    .ford-productos-slider .image-wrapper{
        height: 325px;
    }

    .noticias-slider .flickity-prev-next-button.next {
        right: 10px !important;
    }

    .noticias-slider .flickity-prev-next-button.previous {
        left: 10px !important;
    }

    .scroll-videos .video-title{
        font-size: 16px;
    }

    .best-moments .image-wrapper{
        height: 250px;
    }

    .best-moments .flickity-prev-next-button{
        bottom: 260px;
    }
    
    .best-moments .flickity-prev-next-button.next{
        left: unset;
        right: 20%;
    }

    .navbar-evento .navbar-nav span{
        display: none;
    }

    .navbar-evento .navbar-collapse{
        background: transparent;
    }

    .navbar-evento .navbar-nav{
        padding-bottom: 2em;
    }

    .evento-inicio .botones-plain{
        width: 50% !important;
    }

    .evento-angus .como-llegar h4{
        font-size: 42px;
    }
    
    .evento-angus .como-llegar h5{
        font-size: 20px;
    }
    
    .evento-angus .como-llegar .botones-circle2{
        width: 100%;
    }

    .angus-galicia-bg{
        height: 90px;
        background-image: url("../img/banner-galicia.jpg");
        background-size: cover;
    }

    .angus-featured{
        margin-bottom: 5em;
    }

    .bm-ternium-title h2{
        font-size: 24px;
    }

    .image-wrapper.titular-logo{
        height: 55px;
    }
    
    .directorio-grid > div.col-md-4{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-contacto{
        font-size: 14px;
    }

    .directorio {
        padding-bottom: 10em;
    }

    .rus{
        width: 160px;
    }
    .news-mb{
        text-align:center;
    }
    .boton-cotizador-mb{
    background: #fff;
    padding: 16px;
    border-radius: 15px;
    color: #457503;
    font-weight: 700;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 142px;
}
.cotizador-wrapper {
    min-height: 300px;
}
    ul.social-network {
    display: flex;
    justify-content: space-around;
    
}
.nav-item {
    height: inherit;
}
.top-bar .carousel-cell{
    width: 100%;
    text-align: center;
}
.top-bar .flickity-button{
    display:none;
}
.en-movimiento .row .col{

        flex: 1 0 100%;

}
    .logo-mobile {
        display: block;
    }

    .expoagro-bg {
        background: none;
    }

    .banner-caja {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* nav */

    .navbar-collapse {
        background-color: #E9E9E9;
    }

    .nav-mobile {
        display: block;
    }

    .navbar .hamburger {
        z-index: 2;
        width: 65px;
        height: 65px;
        padding: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .navbar .hamburger > .lineas-menu {
        position: relative;
        width: 100%;
        height: 3px;
        background-color: var(--color-secundario);
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .navbar .hamburger > .lineas-menu:before,
    .navbar .hamburger > .lineas-menu:after {
        content: '';
        position: absolute;
        z-index: 100;
        top: -10px;
        width: 100%;
        height: 3px;
        background: inherit;
    }


    .navbar .hamburger > .lineas-menu:after {
        top: 10px;
    }

    /* dropdown */

    .dropdown-menu {
        background-color: #E2E1E0;
    }

    .dropdown-menu li a {
        border-bottom: 1px solid white;
        padding: 15px;
    }

    .navbar-nav .nav-item .nav-link:hover {
        background-color: #c8c7c7;
        text-decoration: none;
        color: black;

    }

    .navbar-nav .nav-item .nav-link:hover:before {
        width: 0%;
    }

    .dropdown-menu .dropdown-item:active {
        background-color: #c8c7c7;
    }

    .dropdown-menu .dropdown-item:active {
        background-color: #c8c7c7;
    }

    .lupa {
        margin-top: 0px;
    }



    .banner-mobile {
        background-image: url("../img/banner1.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--color-primario);
        height: 350px;
    }

    .botones {
        -webkit-border-radius: 57px;
        -moz-border-radius: 57px;
        border-radius: 57px;
        color: white;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 75px;
        background-color: var(--color-botones);
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
    }

    .botones:hover {
        background-color: var(--color-hover);
        color: white;
    }

    .bg-mobile {
        background-color: rgba(215, 215, 0, 10);
    }

    .banner-titulo {
        background: none;
    }

    .banner-titulo:before {
        border-top: 5px solid var(--color-botones);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 197px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 20px;
    }

    .destacado1 img {
        width: 80px;
        height: 80px;
        padding: 0px;
    }

    .destacado1 br {
        display: none;
    }

    .tractor {
        background-image: url("../img/img-tractor.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 250px;
    }

    .titulos-expo-momentos:after {
        border-top: 8px solid var(--color-botones);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 90%;
        left: 273px;
        right: 0;
        bottom: 0;
        width: 65px;
        display: block;
    }

    .titulos-expo-novedades:after {
        border-top: 6px solid var(--color-botones);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 90%;
        left: 306px;
        right: 0;
        bottom: 0;
        width: 25px;
        display: block;
    }

    .titulos-expo-tv:after {
        border-top: 6px solid var(--color-botones);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 90%;
        left: 220px;
        right: 0;
        bottom: 0;
        width: 50px;
        display: block;
    }

    .mapa {
        background-image: url("../img/mapa-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .mapa-mb {
        background-image: url("../img/mapa.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -780px;
        height: 250px;
    }

    .imagen-tractor {
        background-image: url("../img/img-tractor2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 250px;
    }

    .video-mobile {
        display: block;
    }

    .secciones {
        padding: 80px 0px 25px 0px;
    }

    /* footer */

    .footer-nav span {
        display: none;
    }

    .caja-logos {
        margin-top: -60px;
    }

    .bg_ilustracion {
        height: 200px;
        background-image: url("../img/ilustracion_expoagro.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-color: white;
    }

    /* Gacetilla */

    .titulos-expo-gacetilla:after {
        border-top: 8px solid var(--color-botones);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 90%;
        left: 288px;
        right: 0;
        bottom: 0;
        width: 50px;
        display: block;
    }

    .listado-gacetillas-mobile {
        display: block;
    }

    .nav-listado-gacetillas {
        display: none;
    }

    .nav-listado-gacetillas-mobile {
        display: block;
    }

    .nav-listado-gacetillas-mobile ul li a {
        background-color: #f3f3f3;
        color: var(--color-texto);

    }

    .nav-listado-gacetillas-mobile ul li a:active {
        background-color: var(--color-botones);
        color: white;

    }

    .fecha-mobile:before {
        background: rgba(156, 216, 41, 0.2);
        content: "";
        margin: 0px 0px;
        position: absolute;
        top: 14px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 26px;
        display: block;
    }

    .paginacion-gacetillas span {
        padding-top: 10px;
    }

    .app-banner {
        background-image: url("../img/app_banner.jpg");
        background-size: cover;
        background-position: -350px center;
        background-repeat: no-repeat;
        height: 250px;
    }


}
