/* diseño,montaje html y front-end UX/UI por Rafael Olea contacto@rafelolea.cl www.rafaelolea.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* icons FontAwesome 4 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {color: #555; font-family: 'Montserrat', sans-serif;
}

.btn {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px 20px; font-weight: 400; font-size: 14px;}
a {color:#40A5E8; text-decoration: none;}
a:hover {text-decoration: none; color:#000;}
p {font-weight: 400; font-size: 1em;}
p strong {font-weight: 500; color: #094093; }
h1 {font-size: 1.6em; font-weight: 500; color: #094093; margin: 10px 0 25px 0; padding: 0 15px; letter-spacing: -1px;}
h2 {font-size: 1.3em; font-weight: 500; color: #094093;}
header {padding: 10px 20px 20px 20px}
.h-header {background: #F1F3F3;}
.h-header-info {padding: 5px; display: flex; justify-content: space-between;}
.breadcrumb {border: 1px solid #ddd; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: .8em;}
.breadcrumb-item.active {color: #A6A6A6; }
.breadcrumb-item + .breadcrumb-item::before {color: #A6A6A6;}
::placeholder {color: #9fa5ab !important; font-weight: 300;}
.clientes-total p {font-size: 12px; margin: 0; font-weight: 400; display: inline-block; line-height: 12px;}
.btn-info {background: #40A5E8; border-color: #40A5E8; color: #fff;}
.btn-info:hover {background: #32448d; border-color: #32448d; color: #fff;}
.btn-outline-dark {border: 1px solid #fff; padding: 8px 15px;}
.btn-outline-dark:hover {background: #ddd; border-color: #ddd; color:#000; }
.text-success {color:#48c31d !important;}
.list-group-item {padding: 8px 15px; font-size: .9em;}
.list-group-item:hover {background: #E8E8E8;}
.list-group-item.active {background-color: #094093; border-color: #094093;}
iframe {width: 100% !important; height: 600px;}
.decargar-documentos {padding: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 15px;}
.decargar-documentos.descargas p {height: 50px;}
.categoria-descargas {background: #094093; padding: 10px 15px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.categoria-descargas h3 {font-size: 1.1em; color:#fff; margin: 0;}
.container-fluid {padding: 0;}
.container-menu {border-bottom: 2px solid #eaeced; background: #fff;}
.login-form .btn-link  {color: #000;}
.login-form .btn-link:hover  {color: #40A5E8;}
.login-form p {font-size: 16px;}
.card-team {border: 1px solid #ddd; padding: 15px; margin-bottom: 24px; text-align: center; -webkit-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61);
	-moz-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61); box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61);}
.card-team h2 {font-size: 1em; font-weight: 600; height: 40px;}
.card-team h3 {font-size: .9em; height: 30px;}
.card-team p {font-size: .8em; margin: 0; line-height: 14px; height: 50px;}
.card-team img {margin: 15px 0;}

.titulo-interior {margin-bottom: 15px;}
.titulo-interior h1 {display: inline-block;}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.97); transform: scale(0.97); }

/* >> HEADER << */
#header {border-bottom: 1px solid #FAFAFB;}
.sv-logo img {width: 411px; height: auto; display: inline-block; margin-bottom: 5px;}
.logo-menu {display: flex; align-items: center;}
.boton-menu {margin-left: 0;}
.boton-menu a {font-size: 15px;}
.h-derecho {display: flex; justify-content: end; align-items: center; }
.h-derecho a {font-size: .75em; font-weight: 500; }
.h-derecho img:hover {opacity: .6;}
.h-derecho p {text-align: right; margin-top: 35px; font-size: .9em; color:#40A5E8; font-weight: 500;}
.h-iconos {margin-top:0; color: #ddd;}
.h-iconos a {margin-left: 5px; color:#094093; }
.h-iconos a:hover {color: #000;}
.h-iconos img {margin: 0 5px;}
.h-buscador {min-width: 300px; }
.h-buscador .input-group {border-radius: 0x; -webkit-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61); -moz-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61); box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61);}
.h-buscador .input-group-text {background: #fff; border: none !important;}
.h-buscador .form-control {width: 200px; background: #fff; border: none; }
.h-buscador i {color: #094093; font-size: 25px;}
.h-buscador i:hover {color: #000;}
.menu-sesion {padding: 0; float: right;}
.menu-sesion img {margin-right: 10px;}
.menu-sesion p {margin: 0; font-size: .8em;}
.menu-sesion a {margin: 0; color:#32448d; font-weight: 500;}
.menu-sesion a:hover {color:#40A5E8;}

.card-body {font-size: .9em; font-weight: 300;}
.card-header {padding: 5px;}
.card-user .card {background: #fff;}
.card-user .card-header {background:#0A1362; color:#fff; border-bottom:none; }
/* >> BODY << */
.p-titulo {margin: 3em 0; background: #E0F7FF; padding: 5px 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.p-titulo h1 {font-size: 2em; font-weight: 200; color: #40A5E8; margin: 0;}
.p-titulo h1 span {font-weight: 700; color: #40A5E8;}
.p-titulo2 {padding: 2em 0 1em 0;}
.p-titulo2 h2 {font-size: 2.4em; font-weight: 200; color: #40A5E8;}
.p-titulo2 h2 strong {font-weight: 200; font-weight: 400; color: #40474e !important;}
.titulo-interiores {margin:1em 0 2em 0;}
.titulo-interiores h1 { font-size: 1.2em; font-weight: 500; color: #0A1362;}
.titulo-interiores-productos h1 {font-size: 1.5em; margin: 25px 0; font-weight: 300; color: #000000;}
.titulo-interno h1 {font-size: 1.6em; font-weight: 500; margin: 20px 10px 5px 10px; color: #40A5E8;}
.item-infomativo {max-width: 85%; margin: 4em auto; padding: 20px 50px 30px 50px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; box-shadow:rgb(224 227 233) 0px 7px 35px 0px;}
.item-infomativo h2 {color: #40A5E8; font-size: 1.5em; font-weight: 300; margin-bottom: 25px;}
.item-infomativo h2 strong {color: #2b43a6; font-weight: 500;}
.informativos a {display: flex; align-items:center; justify-content: center; margin: 10px 0; background: #f4f3f8; padding: 10px 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: rgb(222 227 238) 0px 3px 5px; transition: box-shadow .3s;}
.informativos p {margin: 0; font-size: 1.1em; line-height: 20px; color:#32448d; font-weight: 500;}
.informativos img {padding: 5px; margin-left: 10px; }
.informativos a:hover {background:#eeeff4;}

.titulos-portada {display: flex; justify-content: space-between; margin: 2em 0; padding: 2px 15px; border-bottom: 2px solid #eceaf1;}
.titulos-portada h2 {color: #40A5E8; margin: 0; font-size: 1.5em; font-weight: 300;}
.titulos-portada h2 strong {color: #2b43a6; font-weight: 500;}
.titulos-portada a {color:#40A5E8; font-weight: 500;}
.titulos-portada a:hover {color: #2b43a6;}
.titulos-portada-b {display: flex; justify-content: space-between; margin: 0 0 1.24em 0; padding: 2px 15px; border-bottom: 2px solid #eceaf1;}
.titulos-portada-b h2 {color: #40A5E8; margin: 0; font-size: 1.5em; font-weight: 300;}
.titulos-portada-b h2 strong {color: #2b43a6; font-weight: 500;}
.portada-fotos p {color:#40A5E8; font-weight: 300; font-size: 1.2em; margin: 0;}
.portada-fotos p span {color:#40A5E8; font-weight: 400; font-size: .8em; margin: 0;}
.portada-fotos h2 {color: #2b43a6; font-size: 1.2em; font-weight: 600;}
.portada-fotos h3 {color: #2b43a6; font-size: .9em; font-weight: 600; margin-bottom: 20px;}
.categorias-destacadas {background: #F3F3F3; margin:4em 0; padding: 3em 0;}
.destacados-en-portada {-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background: #fff; -webkit-box-shadow: 0px 5px 10px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 5px 10px 0px rgba(212,212,212,1); box-shadow: 0px 5px 10px 0px rgba(212,212,212,1);}
.destacados-en-portada .destacado-margen div {padding: 5px;}
.portada-news {display: flex;}
.portada-news img { display: inline-block;}
.portada-news a img {margin:0; min-width: 350px;}
.portada-news p {margin: 0; color:#000; font-weight: 400; font-size: .8em;}
.portada-news h2 {font-size: 16px; font-weight: 500; color:#32448d; }
.portada-news .btn {padding: 5px 20px; margin-top: 10px;}
.comunicados-item {height: 150px;}
.comunicados a {display: block;}
.comunicados-item p {font-size: 14px;}
.comunicados-item h2 {font-size: .8em; color: #094093; display: block; }
.comunicados-item {display: block;}
.boletin-p {display: flex;}
.boletin-p-edicion {padding: 15px; background: #13307B;}
.boletin-p-edicion h2 {font-size: 1.6em; font-weight: 700; color:#fff;}
.boletin-p-edicion h4 {font-size: .8em; color: #40A3E7;}
.boletin-p-edicion p {font-size: 1em; color: #fff; line-height: 20px;}
.boletin-p-edicion a {color: #E9C017;}
.boletin-p-edicion a:hover {color:#fff;}
.boletin-portada-edicion img {min-width: 320px;}
.menu-categorias-productos { padding: 10px; color: #ff3000;  }
.menu-categorias-productos h2 {font-size: 1em; font-weight: 300; margin: 0;}
.descripcion-seminario h2 {font-size: 20px; background: #40A5E8; color:#fff; padding: 5px;}
.resultado-busqueda {max-width: 500px; margin: 1em auto 2em auto; display: block; padding: 15px 30px; border: 1px solid #ddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center;}
.resultado-busqueda h2 {font-size: 1em; margin: 0;}
.resultado-busqueda h2 strong {color:#40A5E8;}
.resultado-busqueda-gral {margin-bottom:100px ;}
.resultado-busqueda-gral div, .productos-interiores div {padding: 5px;}
.buscar-resultado a {padding: 5px 10px; display: block;}
.buscar-resultado a:hover {background: #f5f5f5; padding: 5px 10px; color:#0A1362; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 1em 0 4em 0;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em; color: #094093;}
.r-form-contacto span {color: #094093;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color: #000000;}
.r-contacto-info a {color: #094093;}
.titulo-registro  {display: block; width: 100%;}
.titulo-registro h2 {font-size: 1.3em; text-transform: uppercase; margin-top: 20px;}
.p-paginas a {color: #868585;}
.p-paginas a:hover {color: #000000;}
.p-paginas .page-link {padding: 7px 13px; font-size: .8em;}
.tab-portada .nav-tabs .nav-link.active {color: #007581;}
.tab-portada .nav-tabs .nav-link {color: #000;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 1em 0 4em 0;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em;}
.r-form-contacto .form-control {border-radius: 0; margin-top: 5px; margin-bottom: 10px;}
.mi-carro-datos {background: #f8f9fa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px 20px;}
.mi-carro-datos .form-group label {font-size: .9em; color:#6c757d;}
.mi-cuenta-ordenes span {padding: 5px; color:#fff; display: inline-block;}
.registro-clientes .form-control {margin-bottom: 10px; margin-top: 4px;}
.galerias p {margin: 10px 0 0 0; font-size:13px !important;}
.galerias h2 {font-size: 1em;}
.galeria-foto {margin-bottom: 20px; text-align: center;}
.galeria-foto img {padding-top: 15px;}
.noticias-detalle p { margin: .8em 0; }
.noticias-detalle img { margin: 1em 0; }
.noticias-detalle h2 {font-weight: 500; font-size: 1.8em; color: #094093;}
.noticias-detalle h4 { color: #094093; margin: 0; padding: 0; }
.noticias-horizontal {margin: 0 0 3em 0;}
.noticias-horizontal h2 { color: #094093; font-size: 1.3em;}
.menu-noticias-c a { font-size: 1.3em; color: #000; }
.menu-noticias-mini a { color: #696d71; font-weight: 300;}
.menu-noticias-mini a:hover {color:#000;}
.menu-noticias-mini a span { color: #094093; font-weight: 600; }
.menu-noticias-mini h2 { padding: 10px; font-size: 1.2em; background: #fff; color: #094093;}
/* MARCAS */
.lista-marcas {text-align: center; padding: 1em;}
.lista-marcas a {border: 1px solid #eee; transition: box-shadow .3s; display: block; color: #a1a1a1; display: block; font-size: .9em; margin: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}
.lista-marcas a:hover {display: block; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; color: #094093; text-decoration: none;}
.lista-marcas h2 {font-size: 1em; margin: 10px 0; color: #777777; font-size:.8em; font-weight:300;}
/* swiper carrusel */
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
/* CARD */
.card a:hover {text-decoration: none;}
.card .icon-control {float: right; } /* color: #ddd; */
.card .checkbox-btn input:checked ~ .btn { border-color: #3167eb; background-color: #3167eb; color: #fff;}
.card .checkbox-btn {position: relative; }
.card .checkbox-btn input {position: absolute; z-index: -1; opacity: 0;}
.card .filter-group .card-header {border-bottom: 0;}
.card .filter-group {border-bottom: 1px solid #e4e4e4;}
.card .btn-light { background-color: #fff; border-color: #e4e4e4;}
.card .title {color: #444444; text-decoration: none;}
/* ESTADO PEDIDO */
.informacion-pedido {max-width: 70%; margin: 0 auto; border: none; padding: 2em; background: #ffffff; border: 1px solid #E5E5E5; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.informacion-pedido h2 {font-size: 1.5em; margin-bottom: 1.5em; color: #2667D0;}
.informacion-pedido p strong {color: #2667D0;}
.estado-pedido-info {display: flex; justify-content: space-between; text-align: right;}
.estado-pedido-info p {margin: 0;}
.cuadro-linea {border-top: 2px solid #d8d8d8; margin-top: 1.5em; padding-top: .5em;}
.cuadro-linea p {margin: 0;}

.contenedor-buscar { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.contenedor-buscar a { color: #40A5E8; text-decoration: underline; display: block; margin: 0px 20px; padding:5px 10px; }
.contenedor-buscar a:hover { color: #000000; background: #f4f4f4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* >> FOOTER << */
#footer {background:#0A1362; padding:0 0 1em 0; margin-top: 50px; }
.f-menu {display: block; border-bottom: 1px solid #094093; padding: 10px 10px 14px 10px; text-align: center;}
.f-menu a {color: #fff; font-weight: 400; padding: 0 4px; font-size: .8em;}
.f-menu a:hover {color:#40A5E8;}
.f-logo img { height: auto; }
.f-footer p {font-size: 13px; margin: 0; font-weight: 500; color: #fff; }
.f-footer h2 {color:#40A5E8; font-size:14px; margin-bottom:1em; margin-top: 40px; font-weight: 600;}
.f-footer ul {list-style:none; padding-left: 0; display: inline-block; vertical-align: top; margin-right: 20%; line-height: 23px;}
.f-footer ul li a {font-size: .8em; font-weight: 500; color: #fff; }
.f-footer ul li a:hover {color:#40A5E8 }
.f-redes img {display:inline-block;  width: 25px; margin-right: 10px;}
.f-redes img:hover {opacity: .6;}
.f-infoweb img {width: 20px; height: auto;}
.f-infoweb {display: flex; justify-content: flex-start;}
.f-informacion img {width: 20; height: auto;}
.f-informacion p {text-align: left; font-size: 12px; font-weight: 300; margin: 0 0 5px 0; color: #40A5E8;}
.f-informacion p span {font-weight: 400;}
.f-informacion p a {color: #fff; font-weight:500; margin-left:5px;}
.f-informacion p a:hover {color:#40A5E8;}
.f-informacion strong {color: #40474e;}
.visual {text-align: right; display: block; }
.visual a {color: #5b609a; font-size:.7em; margin:1em 0; }
.visual a:hover {color: #40A5E8;}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.97); transform: scale(0.97); }
  .warpper{display:flex; flex-direction: column; align-items: center;}
  .tab {cursor: pointer; padding:10px 15px; margin:0px 2px; background:#fff; display:inline-block; color:#555; text-transform: uppercase; font-size: 18px; font-weight: 500;}
  .panels { min-height:200px; width:100%; border-radius:3px; overflow:hidden; padding:20px 0;}
  .panel { display: none; animation: fadein .8s;}

  @keyframes fadein {
	  from { opacity:0; }
	  to { opacity:1;}
  }
  .panel-title { font-size:1.5em; font-weight:bold }
  .radio{ display:none; }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel,
  #four:checked ~ .panels #four-panel,
  #five:checked ~ .panels #five-panel,
  #six:checked ~ .panels #six-panel{ display:block }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab,
  #four:checked ~ .tabs #four-tab,
  #five:checked ~ .tabs #five-tab,
  #six:checked ~ .tabs #six-tab { background:#fff; color:#ff3000; border-bottom: 2px solid #ff3000;}

/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
.btn {font-size: 12px; padding: 0.6rem 1rem; font-weight: 300;}
.sv-f-informacion a img {max-width: 200px;}
.sw-footer ul {margin-right: 24.5%;}
.sw-footer h2 {margin-top: 1em;}
.boletin-p-edicion h2 {font-size: 1.3em;}
.boletin-p-edicion p {font-size: .8em;}
.boletin-p-edicion a {font-size: .9em;}
.boletin-portada-edicion img {min-width: 270px;}
.portada-news {margin: 1em auto; text-align: center !important; max-width: 100%; flex-direction: column;}
.item-infomativo {max-width: 100%; padding: 10px;}
.galerias h2 {font-size: .8em;}
.portada-news h2 {margin-top: 10px;}
}
@media (max-width: 1200px) {
.footer-noticias {border-radius: 0;}
.boletin-portada-edicion {background: #13307B;}
}
@media (max-width: 992px) {
.sv-header {flex-direction: column; align-items: center;}
.sw-footer ul {margin-right: 15.5%;}
.f-footer {margin-top: 10px;}
.f-logo-menu img {max-width: 300px; height: auto; margin: 0 auto; display: block;}
.f-logo-info {display: flex; }
.f-informacion {margin-left: 10px; padding-top: 20px;}
.f-footer h2 {margin-top: 10px;}
.h-carros {border-left: none;}
.h-derecho {margin-top: 0; margin-bottom: 10px;}
.h-buscador {margin: 0 auto;}
.h-iconos {margin: 0 auto;}
.sv-logo {text-align: center;}
.sv-logo img {margin: 5px auto;}
.port-banner {text-align: center;}
.productos-interiores {text-align: center;}
.logo-menu {justify-content: center;}
.menu-sesion {float: none; text-align: center; }
.banner-portada-inscripcion {text-align: center; margin-top: 15px;}
.portada-fotos {text-align: center;}
.portada-fotos h2 {margin-bottom: 20px;}
.f-logo-info {flex-direction: column;}
.f-informacion {padding-top: 0; margin-left: 0;}
.galerias h2 {font-size: 1em;}
header {padding: 10px;}
}

@media (max-width: 768px) {
.sv-banner-mini-p {margin-bottom: 20px; text-align: center;}
.sv-buscador-datos {text-align: center;}
.sv-redes {display: block; float: none;}
.list-group {margin-bottom: 2em;}
.h-menu {text-align: center;}
.h-buscador {min-width: auto;}
.h-info-derecha {display: flex; justify-content: center; flex-direction: column; margin-bottom: 5px; text-align: center; width: 100%;}
.h-carros {justify-content: center; float: none;}
.h-carros h2 {text-align: left;}
.h-carros p {text-align: left;}
.datos-sesion {text-align: left; justify-content: center;}
.datos-sesion a {display: inline-block;}
.visual {text-align: center; margin-top: 10px;}
.warpper {text-align: center;}
.footer-datos h2 {text-align: left; margin-top: 15px;}
.f-footer {margin-top: 10px;}
.f-redes {margin-bottom: 20px;}
.f-informacion {padding-top: 0;}
.sv-logo img {width: 241px; }
.h-derecho p {text-align: center; margin-top: 10px;}
header {padding: 10px}
.boletin-p {flex-direction: column; text-align: center;}
.boletin-portada-edicion img {margin-top: 10px;}
.portada-news a img {min-width: 100%;}
.item-infomativo {max-width: 100%; padding: 10px;}
.informativos p {font-size: 1em;}
.galerias h2 {height: 40px;}
.galerias h2 {font-size: .8em;}
}

@media (max-width: 576px) {
h1 {padding: 0;}
p {font-weight: 500; line-height: 30px;}
.btn { font-weight: 600; font-size: .9em;}
.iconos-portada {max-width: 100%;}
.sv-datos-grupo {flex-direction: column; align-items: center; text-align: center;}
.titulo-interiores-productos h1 {text-align: center;}
.titulo-interiores h1 {font-size: 1.2em;}
.titulo-interno h1 {font-size: 1.2em;}
.nav-tabs .nav-item {width: 100%;}
.tab-portada .nav-tabs .nav-link {text-align: center;}
.tab-portada .nav-tabs .nav-link.active {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #ddd;}
.sv-e-redes {display: block;}
.servicios-item-icon img {width: 40px;}
.servicios-item h2 {font-size: 1em; padding-top: 0;}
.p-titulo h1 {text-align: center; font-size: 1.3em;}
.sv-logo img {margin: 0 auto; display: block;}
.h-menu {display: none;}
.h-derecho {flex-direction: column;}
.h-iconos {margin-top: 10px;}
.r-form-contacto, .r-contacto-info {padding: 1em 0;}
.f-logo-menu {padding-bottom: 0;}
.f-logo-menu a {margin: 0;}
.f-logo-menu a {margin: 0; }
.f-menu {text-align: center;}
.f-menu a {display: inline-block; margin: 0 7px;}
.f-footer {margin-top: 10px;}
.f-footer h2 {margin-top: 1em;}
.f-infoweb {flex-direction: column;}
.f-logo-info {display: flex; flex-direction: column;}
.f-informacion {margin-left: 0;}
.portada-news {flex-direction: column; margin-bottom: 15px;}
.f-informacion p a {display: inline-block;}
.f-logo-menu img {display: inline-block;}
.f-logo-info, .f-informacion p {text-align: center;}
.visual {text-align: center; margin-top: 10px;}
.h-whatsapp img, .h-carro-cotizacion {margin-right: 5px;}
.btn-comprar-cotizar a {margin-left: 0;}
.menu-sesion a {color: #000;}
.titulos-portada {flex-direction: column; align-items: center;}
.titulos-portada h2 {margin-bottom: 15px;}
.titulos-portada a {font-size: .8em;}
.card-team h2, .card-team h3, .card-team p	 {height: auto;}
.h-derecho a {font-size: .9em; font-weight: 600;}
.h-derecho p {font-weight: 600;}
.sv-logo img {width: 200px;}
.h-header-info {flex-direction: column;}
.portada-news p {line-height:20px;}
}
