@font-face {
  font-family: "DINOT";
  src: url("/fonts/DINOT-Light.eot");
  src: url("/fonts/DINOT-Light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/DINOT-Light.woff2") format("woff2"),
    url("/fonts/DINOT-Light.woff") format("woff"),
    url("/fonts/DINOT-Light.ttf") format("truetype"),
    url("/fonts/DINOT-Light.svg#DINOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINOT";
  src: url("/fonts/DINOT-Bold.eot");
  src: url("/fonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/DINOT-Bold.woff2") format("woff2"),
    url("/fonts/DINOT-Bold.woff") format("woff"),
    url("/fonts/DINOT-Bold.ttf") format("truetype"),
    url("/fonts/DINOT-Bold.svg#DINOT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINOT";
  src: url("/fonts/DINOT-Medium.eot");
  src: url("/fonts/DINOT-Medium.eot?#iefix") format("embedded-opentype"),
    url("/fonts/DINOT-Medium.woff2") format("woff2"),
    url("/fonts/DINOT-Medium.woff") format("woff"),
    url("/fonts/DINOT-Medium.ttf") format("truetype"),
    url("/fonts/DINOT-Medium.svg#DINOT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINOT";
  src: url("/fonts/DINOT.eot");
  src: url("/fonts/DINOT.eot?#iefix") format("embedded-opentype"),
    url("/fonts/DINOT.woff2") format("woff2"),
    url("/fonts/DINOT.woff") format("woff"),
    url("/fonts/DINOT.ttf") format("truetype"),
    url("/fonts/DINOT.svg#DINOT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
body {
  font-family: "DINOT";
  color: #58595B;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
} 
/* Ajuste Container */

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
/* FIN Ajuste Container */

:root {
  --bs-primary: #0070b6;
  --bs-secondary: #58595b;
}
.bg-primary {
  background-color: #0070b6 !important;
}
.bg-secondary {
  background-color: #58595b !important;
}
.titular {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: normal;
  color: #0070B6;
}
.subtitular {
  color: #0070B6;
  font-size: 1.3rem;
  font-weight: bold;
}
.subsubtitular {
  color: #0070B6;
  font-size: 1.3rem;
  font-weight: normal;
}
.bg-light {
  background-color: #dfe2e4 !important;
}
@media (max-width: 576px) {
  .titular {
    font-size: 1.2rem;
  }
  body {
    font-size: 0.85rem;
  }
}
/* HEADER */

header {
  margin: 50px 0 80px;
}
header a {
  text-decoration: none;
  font-weight: 500;
  color: #0070b6;
}
header a:hover {
  color: #58595b;
}
header .idiomas,
header .idiomas a {
  color: #58595b;
  font-size: 0.8rem;
  font-weight: 500;
}
header .idiomas a:hover {
  color: #005386;
}
header .info-header,
header .info-header a {
  color: #0070b6;
  font-weight: 500;
  font-size: 1rem;
}
header .info-header a:hover {
  color: #58595b;
}
header .menu-header-container .menu-item {
  background-color: #0070b6;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em;
}
header .menu-header-container .caja-menu-item button {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  background-color: #0070b6;
  padding: 0.2em;
  color: white;
  font-weight: 500;
}
header .menu-header-container .caja-menu-item .active {
  background-color: #008789;
}
header .menu-header-container .desplegable:hover,
header .menu-header-container .desplegable#active {
  background-color: #008789;
}
header .menu-header-container .caja-menu-item {
  display: flex;
  position: relative;
}
header .menu-header-container .content {
  position: absolute;
  top: 37px;
  z-index: 2;
  width: 100%;
}
header .menu-header-container .content a {
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #0070b6;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 0.2em;
  font-size: 0.8rem;
}
header .menu-header-container .content a:hover {
  color: #008789;
}
header .menu-header-container .menu-item .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  text-align: center;
}
header .buscador input {
  border: none;
  outline: none;
}

@media (max-width: 992px) {
  header .menu-header-container .caja-menu-item:first-child {
    margin-top: 0.5em;
  }
  header .menu-header-container .caja-menu-item {
    flex-direction: column;
    margin-bottom: 0.1em;
  }
  header .menu-header-container .content {
    position: relative;
    top: 0;
  }
  header .logo a{
    display: flex;
    justify-content: center;
  }
  header .logo a img {
    width: 50%;
  }
  header .buscador img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  header {
    margin: 15px 0 80px;
  }
}

/* FOOTER */

footer {
  border-top: 1px solid #94948b;
  font-weight: 500;
  padding: 2em 0;
}
footer a {
  text-decoration: none;
  color: #0070b6;
}
footer a:hover {
  color: #58595b;
}
footer .info-footer {
  font-size: 0.8rem;
  color: black;
}
footer .info-footer b {
  color: #0070b6;
}
footer .enlaces-footer,
footer .enlaces-footer a {
  color: #94948b;
  font-size: 0.7rem;
}
footer .enlaces-footer a:hover {
  color: #005386;
}
@media (max-width: 992px) {
  footer .rrss-footer {
    justify-content: center;
  }
  footer .info-footer {
    text-align: center;
  }
}

/* HOME */

  /* slider */
  .slider-container a {
    text-decoration: none;
  }
.slider-container {
  margin-bottom: 3em;
}
.slider-container .owl-carousel-slider .item .slider {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-container .owl-carousel-slider .item .slider .deg-azul {
  min-height: 500px;
  width: 100%;
  padding: 1em;
  display: flex;
  color: white;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.2rem;
  background: linear-gradient(rgba(0, 112, 184, 0) 20%, #001544);
}
.slider-container .owl-carousel-slider .item .slider .deg-azul .info-slider {
  background-color: #0070b67a;
  padding: 1.5em;
}
.slider-container .owl-carousel-slider .item .slider .deg-azul .info-slider small {
  font-size: 0.75rem;
}
.slider-container .owl-carousel-slider .item .slider .deg-azul .info-slider .tlf-slider {
  font-size: 1.1rem;
}
.slider-container .owl-carousel-slider .item .slider .text-slider {
  background-color: #0070b67a;
  padding: 1.5em;
}
.slider-container .owl-carousel-slider .item .slider .text-slider h5 {
  font-size: 1.4rem;
  margin: 0 0 0.7em 0;
}
.slider-container .owl-carousel-slider .item .slider .text-slider h2 {
  margin: 0;
}
.slider-container .owl-carousel-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 127px;
  font-size: 7rem;
  color: white;
}
.slider-container .owl-carousel-slider .owl-nav .owl-prev span,
.slider-container .owl-carousel-slider .owl-nav .owl-next span {
  display: flex;
  width: 25px;
}
.slider-container .owl-carousel-slider .owl-nav .owl-prev span svg,
.slider-container .owl-carousel-slider .owl-nav .owl-next span svg {
  fill: white;
}
.slider-container .owl-carousel-slider .owl-dots{
  display: flex;
  width: 70%;
  margin: 0 auto;
  background-color: white;
  padding: 0.5em;
  margin-bottom: 3em;
}
.slider-container .owl-carousel-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  color: white;
  background-color: #A7A9AC;
  outline: none;
  border: none;
  border-radius: 50%;
  margin: 0.1em;
}
.slider-container .owl-carousel-slider .owl-dots .owl-dot.active {
  background-color: #0070B6;
}
@media (max-width: 992px) {
  .slider-container .owl-carousel-slider .item .slider .text-slider h5 {
    font-size: 1rem;
  }
  .slider-container .owl-carousel-slider .item .slider .text-slider h2 {
    font-size: 1.2rem;
  }
  .slider-container .owl-carousel-slider .owl-nav {
    padding: 0 20px;
    /*top: 30%;*/
  }
  .slider-container .owl-carousel-slider .item .slider .deg-azul {
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .slider-container .owl-carousel-slider .item .slider .deg-azul .info-slider {
    margin-top: 1em;
  }
  .slider-container .owl-carousel-slider .owl-dots {
    justify-content: center;
    width: 100%;
  }
}
.slider{}
.slider .textocentral{
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 992px) {
	.slider .textocentral{
		padding:4rem 0;
	}
}
/* carousel */
.cajapadding {
  padding: 0 2.2em;
}
.carousel-container a {
  text-decoration: none;
  margin: 0;
}
.carousel-container a p{
  color: #58595B;
}
.carousel-container .owl-carousel2 .item .caja-cat {
  border: 1px solid #94948B;
  min-height: 215px;
  width: 99.8%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.carousel-container .owl-carousel2 .item .caja-cat .img-carrusel {
  height: 110px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  ba
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto {
  padding: 0.3em 0.5em 0.5em 0.5em;
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto .titular-caja h3 {
  color: #0070B6;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none;
  line-height: 1;
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto p {
  font-size: 0.7rem;
  margin: 0 0 0.2em 0;
  font-weight: 300;
  color: black;
}
.carousel-container .owl-carousel2 .owl-nav {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
}
.carousel-container .owl-carousel2 .owl-nav button.owl-next,
.carousel-container .owl-carousel2 .owl-nav button.owl-prev {
  position: absolute;
}
.carousel-container .owl-carousel2 .owl-nav button.owl-next {
  right: -60px;
}
.carousel-container .owl-carousel2 .owl-nav button.owl-prev {
  left: -60px;
}
.carousel-container .owl-carousel2 .owl-nav .owl-prev span,
.carousel-container .owl-carousel2 .owl-nav .owl-next span {
  display: flex;
  width: 30px;
}
.carousel-container .owl-carousel2 .owl-nav .owl-prev span svg,
.carousel-container .owl-carousel2 .owl-nav .owl-next span svg {
  fill: #A7A9AC;
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto .btn-mas {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto .btn-mas .boton-mas {
  background: url(/images/iconos/btnmas.svg);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.carousel-container .owl-carousel2 .item .caja-cat .caja-texto .btn-mas .boton-mas:hover {
  background: url(/images/iconos/btnmas-azul.svg);
  width: 20px;
}
@media (max-width: 576px) {
  .carousel-container .owl-carousel2 .owl-nav {
    width: 85%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#texto-segundo ul, #texto-segundo ol {
  padding-left: 1.1em;
}
#texto-segundo li {
  font-weight: 300;
}
/* FIN HOME */
/* EQUIPAMIENTO */
#menu-proyectos a {
  text-decoration: none;
  color: #58595B;
}
#menu-proyectos p {
  color: #58595B;
}
#menu-proyectos .menu-indice p{
  margin: 0.3em 0;
}
#menu-proyectos .menu-img {
  display: flex;
  flex-direction: column;
}
#menu-proyectos .menu-img img {
  border: 1px solid #575756;

}
#menu-proyectos .menu-img h3,
#producto .menu-img h3 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #0070B6;
  font-weight: 600;
  text-transform: uppercase;
}
#producto .menu-img a {
  text-decoration: none !important;
  color: #575756;
}
#producto .menu-img p {
  line-height: 1.1;
}
@media (max-width: 1200px) and (min-width: 992px) {
  #menu-proyectos .menu-indice p{
    font-size: 0.9rem;
  }
} 
/* PROYECTO */
#rastromigas a {
  text-decoration: none;
  color: #575756;
}
#rastromigas a.activo {
  color: #0070b6;
  font-weight: bold;
}
#rastromigas .migas:last-child a:last-child {
  color: #0070b6;
  font-weight: bold;
}
#cabecera-proyecto .titular {
  text-transform: uppercase;
}
#cabecera-proyecto h3 {
  color: #0070B6;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
#texto-proyecto .titulo-texto-proyecto {
  color: #0070b6;
  font-weight: normal;
  font-size: 2rem;
}
@media (max-width: 576px) {
  #menu-proyectos .menu-img h3 {
    font-size: 1rem;
  }
  #cabecera-proyecto h3 {
    font-size: 1rem;
  }
  #texto-proyecto .titulo-texto-proyecto {
    font-size: 1.3rem;
  }
}
/* PRODUCTOS */
.menu-productos .menu-img a {
  text-decoration: none;
}
#producto .menu-productos .seccion {
  padding: 0.3em;
  background-color: lightgrey;
}
#producto .menu-productos .cat-productos a {
  display:block;
  color: #0069b1;
  font-size: 1.15rem;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0.4em;
  padding: 0.2em 0.3em 0.4em 0.6em;
  line-height:1.3rem;
  background-color:#f3f3f3;
}
#producto .menu-productos .cat-productos a.activo {
  background-color: #008789;
  color: white;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  line-height: 1.2;
}
#producto .menu-productos .enlaces-productos a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid lightgrey;
  padding: 0.2em 0.2em 0.2em 1em;
  display: flex;
  align-items: center;
}
#producto .menu-productos .enlaces-productos a:hover {
  color: #008789;
  font-weight: 500;
  background-color: rgba(0,135,137,0.15);
}
#producto .menu-productos .enlaces-productos a:hover img{
  transform: rotate(90deg);
}
#producto .menu-productos .enlaces-productos a img {
  min-height: none !important;
  height: 10px;
}
#producto .menu-productos .enlaces-productos a.activo {
  color: #008789;
  font-weight: 500;
  background-color: rgba(0,135,137,0.15);
}
#producto .menu-productos .enlaces-productos a.activo img {
  transform: rotate(90deg);
}
#producto .menu-productos .enlaces-productos .subcat {
  padding-left: 2em;
  font-weight: normal;
}
#producto .menu-productos .enlaces-productos .prod{
  padding-left: 4em;
  font-weight: normal;
}
#producto .productos-gama h5{
  font-weight: bold;
  color: #0070b6;
  font-size: 1.1rem;
  width: 100%;
}
#producto .productos-gama p {
  margin: 1rem 0;
}
#producto .productos-gama .img-centrada img {
  margin: 0 auto;
}
/* MOBILIARIO */
/* Aulas */
.aulas .enlaces-tipo-caja a{
  text-decoration: none;
}
/* Sillas */
.sillas .lista-producto {
  font-size: 0.8rem;
}
.sillas .ref {
  color: #706f6f;
}
.sillas h3 {
  color: black;
  font-weight: bold;
  font-size: 0.8rem;
}
.sillas ul {
  padding-left: 0.9rem;
}
.sillas ul li::marker {
  color: #f39200;
}
.sillas .lista-producto img {
  min-height: 160px;
  width: auto;
  max-width: 100%;
}
@media (max-width:576px) {
  .sillas img {
    width: 70%;
    min-height: none;
    height: auto;
  }
}
/* CATÁLOGOS */
#catalogos a{
 color: #575756;
 text-decoration: none;
}
#catalogos p {
  margin: 1em 0;
}
#catalogos .caja-imagen img {
  border: 1px solid black;
}

/* MENU EQUIPAMIENTO PRODUCTOS */

#menu-producto .content {
  display: none;
}
#menu-producto a.active {
  color: #008789;
  font-weight: 500;
  background-color: rgba(0,135,137,0.15);
}
#menu-producto .enlaces-productos a.serie {
  padding-left: 1.5em ;
}
#menu-producto .enlaces-productos a.subserie {
  padding-left: 2.2em ;
}

/* CERTIFICADOS DE PROFESIONALIDAD */
.menu-certificados-prof h4 {
  color: #0070B6;
}
.menu-certificados-prof h4.activo {
  font-weight: bold;
  color: black;
}
#tabla-cursos table {
  width: 100%;
  background-color: #e6f1f6;
}
#tabla-cursos table strong {
  color: black;
}
#tabla-cursos table h3 {
  margin-bottom: 0;
}
#tabla-cursos table tr {
  border-bottom: 1px solid white;
}
#tabla-cursos table th {
  color: #0070B6;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 3px solid #9d9c93;
  text-transform: uppercase;
}
#tabla-cursos table td {
  color: black;
}
#tabla-cursos table td,
#tabla-cursos table th {
  padding: 0.5em;
}
#tabla-cursos table tr:nth-child(1) td:nth-child(1),
#tabla-cursos table tr:nth-child(1) td:nth-child(2),
#tabla-cursos table tr:nth-child(1) td:nth-child(3) {
  color: #0070B6;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 3px solid #9d9c93;
  text-transform: uppercase;
}

/* RESALTAR BÚSQUEDA */
.termino {
  color: red;
}
#formbusqueda .btn-busqueda {
  background: none;
  border: none;
  outline: none;
}
#buscador .lista {
  font-weight: 400;
}
#buscador .lista .termino{
  font-weight: 600;
  
}
#buscador .titularbusqueda a{
  font-weight: 600;
  
}
/* FORMULARIO */
#formulario input[type=text], #formulario input[type=email] {
	width:100%;
	padding:2px 5px;
	margin:0px 0px 15px 0px;
}
#formulario input[type=checkbox] {
	width:26px;
	margin:5px 0px 25px 0px;
}
#formulario button {
	background-color: #0070b6;
	padding:8px 18px;
	border:none;
	color:white;
	font-weight:bold;
}
#formulario button:hover {
	background-color:#008789;
}