@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap');

:root {
  --marquee-width: 80vw;
  --marquee-height: 12vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}

html{
     scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color:#000;
}

/* CABECERA */


/* Versión 2.0 Ventas y repuestos R.A.*/
/* MENÚ */

ul.menu li:nth-child(1) {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 3px solid red;
}
/* CABECERA */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    z-index: 10;
}
/* Carrusel - Hero*/
#carruselHero .camion {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#carruselHero .carousel-item img {
    width: 85%;
}

.portada{
    width:100%;
    height:70vh;
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
}

.portada::after {
    content: '';
    display: block;
    background-color: transparent;
    position: absolute;
    top: 370px;
    right: 0;
    z-index: 3;
    border: 223px solid #f00;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    opacity: 1;
}

.portada::before {
    content: '';
    display: block;
    background-image: url(https://www.ventasyrepuestosra.cl/wp-content/uploads/2023/05/Recurso-29.png);
    position: absolute;
    width: 161px;
    height: 78px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 545px;
    right: 9px;
    z-index: 4;
    opacity: 1;

}

.transferible img{
    margin: 23px;
    width: 99px;
    height: auto;
}

.repuestos img{
    margin: 23px;
    width: 60px;
    height: auto;
}

.repuesto {
    width: 100%;
    height: 67vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.repuesto img{
    width: 100%;
    height: auto;
}

#carruselHero .carousel-item.active .repuesto::after {
    content: '';
    background-image: url(https://www.ventasyrepuestosra.cl/wp-content/uploads/2023/06/Recurso-1.png);
    width: 300px;
    height: 400px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    background-size: cover;
}

.bajada-repuesto {
    font-family: 'Roboto', sans-serif;
    width: 74%;
    height: 268px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}

.bajada-repuesto p{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    font-weight:400;
    text-transform:uppercase;
}

.seccion-informativa {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px -20px 90px 0px black;
}

.repuestos {
    width: 50%;
    height:auto;
}

.transferible {
    width: 50%;
    height: auto;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Carrusel - Camiones*/
#carouselCamiones .carousel-inner {
    height: 30rem;
}

#carouselCamiones .camion {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#carouselCamiones .carousel-item img {
    width: 52%;
}

.grafica-repuestos{
    width:21%;
    height:auto;
}

.menu-redes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 63%;
    height: auto;
}

.menu-redes a {
    border: 1px solid #fff;
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

/* Icono Left Right*/
.bi-whatsapp:before {
    font-size: 33px!important;
    margin-right: 0px!important;
}
.bi-facebook:before {
    font-size: 33px!important;
    margin-right: 0px!important;
}
.bi-instagram:before {
    font-size: 33px!important;
    margin-right: 0px!important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #f4f4f4;
    border: 3px solid #5b5b5b;
    background-color: transparent;
    border-radius: 3px;
    padding: 0px 0px 0px 20px;
    width: 300px;
    height: 4rem;
    font-size: 17px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #fff;
}

label {
    display: inline-block;
    margin-bottom: 3px!important;
}

label  br{
    display: none;
 
}

div#wpcf7-f4451-o1 {
    width: 300px;
    height: auto;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px!important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

/* Repuestos */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #f00;
    border-color: #c80013;
}

.nav-tabs {
    border-bottom: none;
}



/* Carrusel Repuestos */

/* Nosotros */
.nosotros {
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-attachment: fixed;
}


.que{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
}


.hacemos {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}


.site {
    padding-top: 0px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
}


.contactanos-titulo{
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
    border-bottom:2px solid #fff;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:visited{
    color: #fff;
}

.post,
.page {
    margin: 0 0 0em;
}

/* Header - navegación  */

.site-header .contenedor-logo {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.site-header .contenedor-logo img {
    width: 12%;
    height: auto;
    margin-left: 27%;
}

.site-header {
    width: 100%;
    height: 51px;
    background-color: rgb(0 0 0 / 79%);
    position: sticky;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.site-header .main-navigation {
    width: 50%;
    height: auto;
}

.menu-menu-principal-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 51%;
}

footer ul.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 69%;
}


ul.menu li {
    position: relative;
}

ul.menu li a{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration:none;
    color: #fff;
}


.call-to-action {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: red;
    padding-left: 12px;
    width: 165px;
    height: 31px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.menu-especial{
    width: 100%;
    height: 24px;
    background-color: #f00;
    padding-left: 93px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-especial ul{
    width: 84%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.menu-especial ul li .bajada{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 15px!important;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.bi-whatsapp:before {
    font-size: 15px;
    margin-right: 15px;
}
.bi-facebook:before{
    font-size: 15px;
    margin-right: 15px;

}

.bi-envelope:before{
    font-size: 15px;
    margin-right: 15px;
}

/* Página de inicio */

.hero{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    flex-direction: row!important;
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 30px;
}

.boton{
    background-color: #ff0000;
    color: #fff;
    display: flex;
    height: 36px;
    width: 140px;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index: 1;
}

.boton::after {
    content: '';
    display: block;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 22px;
    position: absolute;
    left: -6px;
    z-index: 0;
}

.boton::before {
    content: '';
    display: block;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 6px;
    height: 22px;
    position: absolute;
    right: -6px;
    z-index: 0;
}


.descripcion{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    height: auto;
    margin-top: 60px;
}


.titulo{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 24px!important;
    text-transform: uppercase;
    color: #FFF!important;
}

.subtitulo{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.bajada{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 19px!important;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}


.fa {
    color: #000;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 15px;
}

.lista {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;
    width: 100%;
    flex-direction: row!important;
    margin-bottom: 12px;
}

.info{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.contacto{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.contacto:hover{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.cajas-grandes-imagen{
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 118%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
}

.cajas-grandes-imagen:hover{
    background-size: auto 126%;
    text-decoration: none;
}

.caja-grande-derecha{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 6px solid #f00;
    border-right: 6px solid #f00;
    transition: all 1s ease;

}

.caja-grande-izquierda{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 6px solid #f00;
    border-left: 6px solid #f00;
    transition: all 1s ease;
}

.caja-grande-derecha:hover{
    border-top: 9px solid #f00;
    border-right: 9px solid #f00;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.caja-grande-izquierda:hover{
    border-bottom: 9px solid #f00;
    border-left: 9px solid #f00;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.cajas-grandes-repuesto{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 118%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
}

.cajas-grandes-repuesto:hover{
    background-size: auto 126%;
    text-decoration: none;
}

.caja-marcas{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.bajada-marcas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: auto;
    color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #fff;
}

.imagen-repuesto{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 195px;
    margin-bottom: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit{
    width:174px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 17px;
    background-color: #ff0000;
    margin-top: 15px;
    transition: .6s;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 0px 10px 0px 10px;
}


/*tipo*/

/*estilo banner */

.carousel {
    position: relative;
    padding: 0px;
    z-index: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item {
  height: 30rem;
  background-size:100%;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
  background-position:top center;
}

.carousel-inner {
    height: 30rem;
}


.botones a {
  color: #ff00b0;
  width: 15rem;
  border-radius: 10px;
  border-color: #ff00b0;
}


/*estilo banner */

/*banner base publica*/



.logo-video {
    height: auto;
    width: 22%;
    margin-bottom: 4px;
    margin-top: -61px;
}

.logo-video img {
  width: 100%;
  height: auto;
}
.categorias-slider-bp {
  margin: 0px;
  padding: 6px 13px;
  list-style: none;
  background-color: var(--color-bp);
  margin-bottom: 30px;
}

.texto-banner-bp {
  margin-bottom: 0px;
  width: 40%;
}

.home .texto-banner-bp {
margin-bottom: 44px;
    width: 100%;
    height: auto;
    display: block;
    max-height: 103px;
    padding-left: 0px !important;
    min-height: 120px;
}
/*banner base publica*/


.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 49px!important ;
    z-index: 1020;
}


/* Footer */

footer {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f00;
    margin-top: 100px;
    border-bottom: 9px solid #f00;
}

.contenedor-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.logo-footer {
    width: 50%;
    height: auto;
}

.nav-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi-whatsapp::before {
    content: "\f618";
    color: #fff;
}

.bi-facebook::before {
    content: "\f344";
    color: #fff;
}

.bi-envelope::before {
    content: "\f32f";
    color: #fff;
}


.wptwa-container .wptwa-toggle, .wptwa-container .wptwa-mobile-close, .wptwa-container .wptwa-description, .wptwa-container .wptwa-description a {
    background-color: #0dc152;
    color: #fff;
}
.wptwa-left-side .wptwa-toggle, .wptwa-left-side .wptwa-box {
    right: auto;
    left: 20px;
}
.wptwa-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    padding: 3px;
    border-radius: 50px;
    position: fixed;
    bottom: 90px;
    right: 18px;
    width: 40px;
    height: 40px!important;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
transition: width .2s;
  transition-timing-function: linear;
}


.wptwa-toggle:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 40px;
    white-space: nowrap;
    padding: 3px;
    border-radius: 50px;
    position: fixed;
    bottom: 90px;
    right: 18px;
    width: 13%;
    height: 40px!important;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
    transition: .2s;
    background-color: #0dc152;
}

.wptwa-toggle:hover::before{
    content: 'Chater vía Whatsapp';
    margin-right: 6px;
}

.wptwa-toggle, .wptwa-box {
    z-index: 9999999;
}
.wptwa-toggle, .wptwa-box .wptwa-description, .wptwa-button, .wptwa-mobile-close {
    background: #0dc152;
    color: #fff;
}

i.ws.bi.bi-whatsapp::before {
    margin: 0px!important;
    padding: 0px!important;
    width: 100%!important;
    height: auto!important;
    text-align: center!important;
    font-size: 21px!important;
}

.wptwa-text{
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.contenedor-busqueda {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.navbar .navbar-light .bg-light{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 89%;
    height: 39px;
}



.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff30;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-success {
    color: #f00;
    border-color: #f00;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.boton-cotizar .active {
    width:100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 17px;
    background-color: #fff;
    margin-top: 0px;
    transition: .6s;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.nav-item{
    margin-right: 13px;
}

.contenedor-caja-marcas{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    flex-direction: row;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #f00;
    border-radius: 3px;
    background: #f00;
    color: #fff;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
}


/* Especiales */

.centrado{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.logo-home{
    width: 60%;
    height: auto;
}


.titulo-home{
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 24px!important;
    text-transform: uppercase;
    color: red!important;
}

.parrafo-bienvenida{
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
}


/* Start Gallery CSS */
.thumb {
    margin-bottom: 15px;
}
.thumb:last-child {
    margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.video-hero {
   width: 100%;
    height: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.video-hero-der {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.carousel-inner.nuevo {
    height: auto;
}

.carousel-item.nuevo-carrusel {
    display: block;
    height: 605px!important;
    background-size: cover;
    background-position: center center;
    margin-top: 0px!important;
}


.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.gallery-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gallery-item {
  width: 100%;
  height: auto;
}


.lg-show-in .lg-outer.lg-hide-items .lg-toolbar {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}



.marquee {
  width: 100%;
  height: var(--marquee-height);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
}
.marquee:after {
  right: 0;
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
    width: 26%;
    height: auto;
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}

.rrss-contacto{
    width: 100%;
    height: 150px;
    background-color: #f00;
    padding-left: 30px;
    padding-right: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rojo{
    background-color:#f00;
    padding:30px;
}

.rojo label{
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #fff;
}

.rrss-contacto .bi-whatsapp::before{
    font-size: 39px;
}

.rrss-contacto .bi-facebook::before{
    font-size: 39px;
}

.rrss-contacto .bi-envelope::before{
    font-size: 39px;
}


.rrss-contacto .contacto{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.v-e{
    display:block;
}

.v-m{
    display:none;
}