/*
Theme Name: automoto
Theme URI: automoto.es
Description: Tema de la web de Automoto
Author: Tiralineas
Author URI: 
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css?family=Play");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


/*---------------------------------------------
	ESTILOS GENERALES
----------------------------------------------*/

:root {
  --color-rojo: #E60013;
  --titulo-claro: rgba(255, 255, 255, 1);
  --barra-menu: rgba(255, 255, 255, 0.7);
  --caja-gris: rgba(212, 211, 211, 1);
  --caja-gris-cl: rgba(212, 211, 211, 0.2);
  --fondo-footer: rgba(233, 233, 233, 1);
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
}

.full {
  width: 100%;
  margin: 0 auto;
}
.full-dentro {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 100px;
}

.main {
  max-width: 1300px;
  margin: 0 auto;
  height: auto;
  padding: 0px 20px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

.cabecera-dentro {
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

.cabecera-dentro h1 {
  font-family: "Play", sans-serif;
  text-align: center;
  padding-bottom: 10px;
  font-size: 35px;
  margin-bottom:0 !important;
}
.cabecera-dentro > p {
  text-align: center;
  font-size:16px;
}

.container{
  padding:70px 0px;
  max-width: 1000px; margin:0 auto;
}


h1,
h2,
h3,
h4 {
  font-family: "Play", sans-serif;
  color: #000000;
  margin-bottom: 30px;
}

h5 {
  font-family: "Play", sans-serif;
  color: #000000;
  margin-bottom: 5px;
}
h2 {
  font-size: 35px;
}

/* h1 cabecera (especial) */

.especial {
  font-family: "Play", sans-serif;
  color: var(--titulo-claro);
  font-weight: bold;
  font-size: 40px;
}

p {
  font-family: "Open Sans", sans-serif;
}

/* P negrita */
.negrita {
  font-weight: bold;
}

/* P mayuscula */
.mayus {
  text-transform: uppercase;
}

/* P mas pequeño */
.pequeno {
  font-size: 13px;
  color: #c0bfbf;
}

.centrado {
  justify-content: space-around;
}

.rojo {
  color: var(--color-rojo);
  font-family: "Play", sans-serif;
}

.centrado {
  text-align: center;
}

a {
  color: #000000;
}
a:hover {
  font-weight: bold;
  color: var(--color-rojo);
  text-decoration: none;
}

.btn {
  border-radius: 0px;
}
.btn-outline-danger {
  color: black;
  font-family: "Play", sans-serif;
  border: 1.5px solid var(--color-rojo);
}
.btn-outline-danger:hover {
  background-color: var(--color-rojo);
  border: 1.5px solid var(--color-rojo);
}

.hr {
  width: 50%;
  margin: 0 auto;
  height: 1px;
  background-color: var(--color-rojo);
  margin-top: 30px;
  margin-bottom: 30px;
}
.hr2 {
  width: 30px;
  height: 2px;
  background-color: var(--color-rojo);
  margin-top: 20px;
  margin-bottom: 20px;
}

.paginacion {
  padding-top: 30px;
  border-top: 1px solid rgba(233, 233, 233, 1);
}

.link-pag {
  display: flex;
  justify-content: center;
  position: relative;
}
.link-pag button {
  border: none;
  background: white;
}
.link-pag button a {
  font-family: "Play", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.link-pag button a:hover {
  color: var(--color-rojo);
}

/*--------------------------------------------
	CABECERA
---------------------------------------------*/

#header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1
  ;

}
.taco1{
  width:100%;
  height:auto;
  background-color: #f1f1f1;
}
.taco2{
  width:100%;
  height:auto;
  background-color: var(--barra-menu);
}
.full > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/*
#header img{width:100%;}
*/


.carousel{z-index: 0;;}
.carousel-item.active img, .carousel-item img {
  width: 100%;
  min-width: 100% !important;
  margin-left: 50%;
  transform: translate(-50%);
}
.carousel-caption {
  bottom: 20%;
  background-color: rgba(0, 0, 0, 0.5);
}
.barra-menu {
  width: 100%;
  height: auto;
  top: 40px;
  padding: 10px;
  display: flex; 
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(233, 233, 233, 1); */
}

.barra-menu-interior {
  /* background-color: var(--barra-menu); */
  width: 100%;
  height: auto;
  
  top: 0;
  padding: 10px; 
  display: flex;
  justify-content: space-between;
 
  z-index:1;
}
/* .logo-automoto {
  display: flex;
  align-items: center;
}
.logo-yamaha {
  display: flex;
  align-items: center;
} */
.logos{
  display:flex;
  justify-content: flex-end;
  align-items: center;;

}

.logos .logo{width: auto;height: auto;margin:3px 10px;object-fit: contain;;}
.logos img{max-width:80px; height: auto;}

.logo-automoto img {
  max-width: 225px;
  margin-right: 50px;
}

/* .logo-yamaha img {
  height: 35px;
} */

.menu {
  /* max-width: 900px; */
  width: auto;
 
  /* float: right; */
  z-index: 999;
}

.contacto i{color: var(--color-rojo) !important;margin-right:15px;font-size:20px;}

/*-----------------------------------
	SECCION 1
-----------------------------------*/


.horario {
  color: var(--color-rojo);
}
.info-contacto {
  width: 100%;
 padding:50px;
  background: var(--caja-gris-cl);
}
.info-contacto i{
  color: var(--color-rojo);
  font-size: 21px;
    margin-right: 20px;
}
.caja-imagenes{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap:3%;
  align-items: center;
}
.caja-imagenes img{
  max-width:200px;
  margin: 0 auto;
}

/*-----------------------------------
	SECCION 2
-----------------------------------*/

.seccion2 {
  position: relative;
  height: auto;
  margin-bottom: 100px;
   margin-top: 70px; 
 
}
.seccion2 .row{align-items: center;;}
.seccion2 h1 {
  font-family: "Play", sans-serif;
}
.info-demos {
  /* background-color: var(--caja-gris); */
  height: 100%;
}
.info-demos p{
  font-size: 20px;
  font-family: "Play", sans-serif;
}
.info-demos-texto {
  padding-top: 100px;
  padding-left: 60px;
  padding-bottom: 100px;
}
.info-demos-texto p {
  margin-top: 15px;
}
.info-demos-img {
  position: absolute;
  top: 15%;
  right: 0;
  width: 60%;
  text-align: right;
}
.demo1 img {
  width: 100%;
  padding: 0;
}
.demo2 img {
  width: 100%;
  padding: 0;
}
/*-----------------------------------
	SECCION 3
-----------------------------------*/

.seccion3 {
  position: relative;
  text-align: center;
  height: 400px;
  overflow: hidden;
}
.seccion3-texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seccion3 > .fondo {
  width: 100%;
}

/*-----------------------------------
	SECCION 4
-----------------------------------*/

.seccion4 {
  text-align: center;
}
.info-ofertas {
  margin-bottom: 100px;
}
.oferta {
  text-align: center;
}
.info-ofertas h5{font-size:18px;}

.caja-imagen {
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oferta img {
  height: 100%;
  width: fit-content;
  min-width: 100%;
  object-fit: cover;
  object-position: center center;

}
.ofertas-motos .caja-imagen {
  height: 330px;
}
.desc-producto {
  width: 70%;
  margin: auto;
  border-top: 1px solid rgba(212, 211, 211, 1);
  padding-top: 10px;
}
.precio {
  float: none !important;
  font-size: 21px;
  font-weight: bold;
}
.precio-tachado {
  text-decoration: line-through;
}
.caja-precio {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(212, 211, 211, 1);
  padding-top: 10px;
}

/*-----------------------------------
	FOOTER
-----------------------------------*/

.enlaces-ext a p {
  margin: 0px 0px 5px 0px;
  padding: 0;
}

#footer {
  background-color: #000;;
  /* background-color: var(--fondo-footer); */
  padding: 0;
}
.logos-footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer .main {
  padding: 30px 0px;
}
.footer-contacto {
  display: flex;
  align-items: center;
}

.footer-info {
  padding-top: 20px;
}
.footer-contacto {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--color-rojo);
}
.footer-contacto,
.footer-menu,
.footer-rrss {
  padding: 0px 70px;
}
.footer-menu {
  border-right: 1px solid var(--color-rojo);
}
.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu ul li {
  list-style: none;
  padding-bottom: 7px;
}
.footer-menu ul li a {
  font-size: 14px;
}

.logo1 {
  height: 27px;
}
.logo2 {
  height: 29px;
}
.p-footer {
  font-size: 13px;
}
.p-footer a {
  font-size: 13px;
}
.p-footer a:hover {
  font-size: 15px;
  color: var(--color-rojo);
  text-decoration: none;
}
.p-footer2 {
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
}

.logos-footer img {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
}

#youtube {
  display: none;
}

#footer a, #footer p, #footer i {
  margin: 0 !important;
  padding: 0;
  font-size: 13px;
  color: white;
}
#footer a:hover {
  color: var(--color-rojo);
  font-weight: normal;
}
.legal p{text-align:center;}
.legal{padding-bottom:15px;}
#footer i{font-size:18px !important;margin-right:10px !important;}

/*-----------------------------------
	Buzon-sugerencia
-----------------------------------*/

.info-buzon input.wpcf7-form-control.wpcf7-submit {
  width: auto;
}
.info-buzon #wpcf7-f102-p49-o1.wpcf7 {
  width: 70%;
  margin: 0 auto;
}
.info-buzon input,
textarea {
  width: 100%;
}

/*-----------------------------------
	MODELOS
-----------------------------------*/

.c_segments {
  padding-top: 50px;
}

/*-----------------------------------
	OCASION
-----------------------------------*/

.ocasion {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------
	CONTACTO
-----------------------------------*/

input, textarea{padding:7px;border:1px solid rgba(0,0,0,0.2);}

input.wpcf7-form-control.wpcf7-submit {
  width: 30%;
}

#wpcf7-f102-p49-o1.wpcf7 {
  width: 70%;
  margin: 0 auto;
}

.info-contacto2 > .footer-contacto {
  border: none;
  padding-top: 40px;
}
.info-contacto2 {
  width: 100%;
  padding: 30px 10px;
}

span.wpcf7-list-item > input[type="checkbox"] {
  width: 4%;
}

input[type="submit"] {
  color: black;
  font-family: "Play", sans-serif;
  border: 1.5px solid var(--color-rojo);
  background: transparent;
  padding: 3px 20px;
}
input[type="submit"]:hover {
  background-color: var(--color-rojo);
  border: 1.5px solid var(--color-rojo);
  color: white;
}
input[type="submit"]:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}


/*-----------------------------------
	TIENDA
-----------------------------------*/

.principal-tienda {
  position: relative;
  width: 100%;
  height: auto;
}
.principal-tienda img {
  width: 100%;
}
.texto-tienda {
  margin-top: -100px;
  margin-bottom: 70px;
}
.tarjeta-tienda {
  background-color: rgba(212, 211, 211, 1);
  padding: 70px;
}

.marca-yamaha img {
  width: 100%;
  padding-top: 35%;
}
.img-tienda img {
  width: 100%;
  height: 100%;
}
.marcas {
  max-width: 1400px;
  margin: 0 auto;
}
.marcas-fila {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 10px;
}
.marcas-fila img {
  max-height: 40px;
  margin: 25px;
}
/*.marcas img{width:auto;height: 60px;}*/
.img-servicios {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.img-servicios a img {
  max-width: 70%;
  height: auto;
}
.texto-centrado {
  padding: 100px 100px;
  text-align: center;
}
.texto-centrado > h3 {
  font-family: "Play", sans-serif;
  color: #000000;
  margin-bottom: 30px;
}
/*-----------------------------------
	MOTOS DEMO
-----------------------------------*/

.info-demo {
  margin-bottom: 100px;
}
.demo {
  text-align: center;
  padding-bottom: 40px;
}
.demo img {
  width: 80%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(212, 211, 211, 1);
}

/*-----------------------------------
	TALLER
-----------------------------------*/
.img-taller {
  margin-top: 100px;
}
.img-taller img {
  width: 100%;
  height: 100%;
}
.principal-taller img {
  width: 100%;
}
.texto-taller {
  margin-top: -100px;
  margin-bottom: 70px;
}
.tarjeta-taller {
  background-color: rgba(212, 211, 211, 1);
  padding: 70px;
}
.caja-img {
  position: relative;
}
.caja-img img {
  width: 100%;
  height: auto;
}
.caja-img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*.info-taller h3{padding-top:40%;padding-left: 10%;padding-left: 10%;; text-align:center;}*/
.caja-tarjeta {
  padding-top: 30%;
  text-align: center;
}

/*-----------------------------------
	CONTACTO
-----------------------------------*/
.mapa-contacto {
  width: 100%;
}
.info-contacto2 input {
  width: 100%;
}
.info-contacto2 textarea {
  width: 100%;
}

/* Acordeon cookies */

label {
  width: 100%;
}
.wpcf7-form-control-wrap {
  font-size: 12px;
}

.lopd {
  margin-bottom: 30px;
}
.lopd .inner {
  width: 100%;
  margin: auto;
}
.lopd a{
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
}
.lopd a:hover{background: rgba(0,0,0,0.1);font-weight: normal !important;color:#000;}
.lopd a.collapsed{background: rgba(0,0,0,1); color: #fff; transition:0.2s}
.lopd a i:before{content: '\F286' !important; font-family: bootstrap-icons; font-size:12px;margin-left:10px;color: #000;}
.lopd a.collapsed i:before{content: '\F282' !important; font-family: bootstrap-icons;color: #fff;}

form .card img{max-width:100%;}



p.nota {
  font-size: 11px !important ;
  margin-top: 20px;
  font-weight: normal !important;
  line-height: inherit !important;
}
.check-lopd span.wpcf7-list-item {
  font-size: 13px;
  text-align: left;
}
.legal {
  background: #000;
}
.legal a,
.legal p {
  color: #ffffff;
  text-decoration: none;
  margin: 5px 0px;
  font-size: 14px !important;
  padding: 0;
}
.legal a {
  margin-left: 20px;
}
.legal p a:first-child {
  margin-left: 0px;
  margin-right: 20px;
}

/*-----------------------------------
	single oferta
-----------------------------------*/

.cabecera-dentro-oferta {
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 30px 20px;
}

.cabecera-dentro-oferta h1 {
  font-family: "Play", sans-serif;
  text-align: center;
  padding-bottom: 10px;
}

.oferta-individual {
  text-align: center;
  padding-right: 30px;
}
.oferta-individual img {
  width: 80%;
}
.oferta-individual-descripcion {
  padding: 8% 6%;
}

.caja-gris {
  width: 100%;
  background-color: rgba(212, 211, 211, 1);
  text-align: center;
  padding-bottom: 100px;
}
.caja-gris h4 {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Play", sans-serif;
  padding: 2% 3%;
}

.caja-gris2 {
  width: 100%;
  background-color: rgba(212, 211, 211, 1);
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.caja-gris2 h4 {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Play", sans-serif;
  padding: 2% 3%;
}
.oferta-individual-descripcion h4 {
  padding-top: 50px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.info-descripcion {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}
.info-descripcion p {
  font-size: 18px;
}
.info-descripcion a:hover {
  font-size: 18px;
  color: black;
}

#legal ul {
  padding-left: 40px;
}
#legal ul li {
  margin-bottom: 10px;
}


.error span{font-size:100px;color: var(--color-rojo);}
/*--------------------------------------------------------------
		MEDIA QUERIES
--------------------------------------------------------------*/

/*------------------------------
		Home
------------------------------*/

@media only screen and (min-width: 1450px) {
  .info-demos-img {
    top: 15%;
    width: 50%;
  }
}

@media only screen and (max-width: 1310px) {
  .logo-automoto img {
    max-width: 200px;
  }
  .logo-yamaha img {
    height: 30px;
  }
}

@media only screen and (max-width: 1201px) {
  .info-demos-img {
    top: 10px;
  }
  

  .logo-automoto img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1072px) {
  /* .barra-menu > .logo-yamaha {
    display: none;
  }
  .barra-menu-interior > .logo-yamaha {
    display: none;
  } */
  .info-demos-img {
    top: 10%;
  }
  .oferta img {
    height: auto;
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* .barra-menu > .logo-yamaha {
    display: none;
  }
  .barra-menu-interior > .logo-yamaha {
    display: none;
  } */
  .caja-tarjeta {
    padding-top: 40%;
  }
  .seccion3 > .fondo {
    width: fit-content;
    height: 100%;
    text-align: center;
}
.caja-imagenes img {
  max-width: 140px;
  margin: 0 auto;
}
.oferta-individual .caja-imagen{height: 350px;}
}

@media only screen and (max-width: 900px) {
  /* .barra-menu {
    padding: 15px 15px;
  }
  .barra-menu-interior {
    padding: 15px 15px;
  } */
  .info-demos-img {
    top: 15%;
  }
  .info-contacto {
    width: 100%;
    padding: 50px 20px;
    background: var(--caja-gris-cl);
}
  .oferta h5{font-size: 1rem;}
  .precio{font-size:18px;}
  .caja-precio p {
    font-size:16px;
    margin-bottom:5px;
  }
  .desc-producto {
    width: 100%;
}
.cabecera-dentro-oferta h1{font-size:25px;}

}

@media only screen and (max-width: 767px) {
  .carousel-inner{
    height: 90vh;;
  }
  
  .carousel-item.active, .carousel-item{height: 100% !important;}
  .carousel-item.active img, .carousel-item img {
    height: 100% !important;
    min-width: 100% !important;
    width: auto !important;
    margin-left: 50%;
    transform: translate(-50%);
  }
  .seccion1 {
    padding: 50px 20px;
  }
  .info-contacto {
    margin: 0 auto;
  }
  .info-contacto > ul > li > img {
    width: 24px;
  }
  .info-contacto > ul > li > .media-body > p {
    font-size: 14px;
  }

  .footer-contacto {
    border-right: none;
  }
  .footer-rrss {
    text-align: center;
  }

  .marca-yamaha {
    display: none;
  }
  .texto-tienda {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tarjeta-tienda {
    padding: 40px;
  }
  .texto-taller {
    width: 100%;
    margin-top: 0;
  }
  .tarjeta-taller {
    padding: 40px;
  }

  .info-taller h3 {
    padding-left: 0;
    padding-top: 20%;
  }
  .tarjeta-tienda h1 {
    font-size: 25px;
  }
  .tarjeta-tienda h5 {
    font-size: 15px;
  }

  .tarjeta-taller h1 {
    font-size: 25px;
  }
  .tarjeta-taller h5 {
    font-size: 15px;
  }

  .info-contacto2 {
    text-align: center;
  }
  .mapa-contacto {
    text-align: center;
    height: 400px;
  }

  .info-demos-img {
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-top: 50px;
  }
  .demo1 img {
    width: 100%;
    margin-bottom: 50px;
  }
  .demo2 img {
    width: 100%;
  }
  .logo-automoto {
    display: block;
  }
  .info-demos-texto {
    padding-top: 50px;
  }
  .logo-automoto img {
    float: left;
    max-width: 140px;
    padding-top: 13px;
  }
  /* .barra-menu {
    display: block;
  }
  .barra-menu-interior {
    display: block;
  } */
  .menu {
    width: auto;
  }
  .caja-tarjeta {
    padding-top: 0;
  }
  .especial {
    font-size: 27px;
  }
  .oferta-individual img {
    width: 90%;
  }
  .cabecera-dentro h1 {
    font-size: 30px;
  }
  .cabecera-dentro-oferta h1 {
    font-size: 22px;
  }
  .cabecera-dentro-demos h1 {
    font-size: 22px;
  }
  .hr2 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 25px;
  }
  .seccion2 {
    margin-top: 50px;
    margin-bottom:50px;
  }
  .seccion1 .cabecera-dentro {
    padding-top: 0;
    font-size: 27px;
  }
  .caja-imagenes img {
    max-width: 120px;
    margin: 0 auto;
  }
  .container {
    padding: 50px 0px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .precio {
    font-size: 18px;
    font-weight: normal;
  } 
  .horario, .tachado {
    font-size:15px;
  }
    .oferta img {
    height:100%;
    width: fit-content;
    min-width: 100%;
  }
  .info-ofertas .oferta:last-child{display: none;;}
  .taxonomia .info-ofertas .oferta:last-child{display: block;;}
  
  .logos img{
    max-width:70px;
  }
  .barra-menu-interior{padding:0;}
  .cabecera-dentro-oferta{padding:0px 20px;}

}

@media only screen and (max-width: 600px) {
  .seccion3-texto h1 {
    font-size: 25px;
  }
  .seccion3-texto img {
    max-width: 150px;
  }
  .texto-centrado {
    padding: 100px 30px;
  }
  .oferta-individual img {
    width: 100%;
  }
}

@media only screen and (min-width: 575px) {
 
  .hr {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  #wpcf7-f102-p49-o1.wpcf7{width:100%;}
  .footer-menu {
    border-right: none;
    display: flex;
    justify-content: center;
  }
  .hr {
    display: block;
  }
  .marcas-fila img {
    max-height: 27px;
    margin:15px;
  }
  .img-servicios {
    display: inherit;
    text-align: center;
  }
  .img-servicios a img {
    max-width: 70%;
    margin-top: 50px;
  }
  .especial {
    font-size: 25px;
  }
  .caja-img h3 {
    font-size: 24px;
  }

  .barra-menu {
    top: 0;
  }

  /* #carouselExampleIndicators {
    padding-top: 81px;
  } */
  .link-pag {
    padding: 15px 0px;
  }
  .desc-producto {
    width: 80%;
    margin: auto;
    border-top: 1px solid rgba(212, 211, 211, 1);
    padding-top: 10px;
}
.cabecera-dentro {

  padding: 40px 20px;
}
.seccion3-texto {

  width: 80%;
}


.caja-imagenes {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;

}
.caja-imagenes img {
  
  max-width: 110px;
  }

  .info-ofertas .oferta{
    margin-bottom:30px;
  }
  .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logos .logo {
    margin: 3px 5px;
  
  }
  .full-dentro .container{padding:0 ;}
  .carousel-inner {
    height: 50vh;
  }
}

@media only screen and (max-width: 450px) {
  .info-contacto {
    width: 100%;
  }
  .seccion1 {
    padding: 50px 30px;
  }
  .info-demos-texto {
    padding: 30px 10px;
  }
  .seccion3-texto img {
    max-width: 110px;
  }
  .marcas-fila img {
    max-height: 32px;
    padding: 0;
  }
  .seccion3 {
    height: 300px;
  }
  .info-demos-texto h1 {
    font-size: 25px;
  }
  .cabecera-dentro h1 {
    font-size: 30px;
  }
  .menu {
    width: auto;
  }
  .logo-automoto {
    float: left;
  }
  .texto-centrado {
    padding: 80px 30px;
  }
  .img-servicios a img {
    max-width: 80%;
  }
  h1.especial {
    font-size: 20px;
  }
  .desc-producto {
    width: 90%;
    margin: auto;
    border-top: 1px solid rgba(212, 211, 211, 1);
    padding-top: 10px;
  }
  .oferta-individual .caja-imagen {
    height: 250px;
  }
  .logos img {
    max-width: 60px;
  }
  .taco1 .main{padding: 0 5px;}
}

@media only screen and (max-width: 375px) {
  
  input.wpcf7-form-control.wpcf7-submit {
    width: 35%;
  }
}
@media only screen and (max-width: 375px) {
  input.wpcf7-form-control.wpcf7-submit {
    width: 40%;
  }
  .logos img {
    max-width: 55px;
}
}
