/* CSS Document */

.iconoLinea{
	max-width: 125px;
	height: auto;
	margin-bottom: 5px;
}

#megamenu img{
	margin-top: 5px;
	margin-bottom: 0px;
	max-width: 100px;
	height: auto;
}

#megamenu .rd-megamenu-title {
    padding-bottom: 5px;
}

.cuadro{
 	height: 250px; 
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 15px;
}

.cuadro h3{
	position: absolute;
	text-align:left;
	bottom: 0;
	left:15px;
	color:#FFFFFF;
	text-shadow: 2px 2px #000000;
	font-size: 2rem;
}

.descripcionC{
	font-size:0.8rem; 
}

.logoSlider{
	max-width: 350px;
	height:auto;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.enlaceBlanco{
	color:#FFF;
}

.enlaceBlanco:hover{
	color:#FFF;
	text-decoration: underline;
}

#menuCategorias {

    padding-bottom: 10px;
}

.activeMenu{
	background-color:#003c64 !important;
	border-color:transparent;
}

.activeMenu{
	color:#FFF;
}


.activeMenu:hover{
	color:#EFEFEF;
}

.activeMenu:active{
	color:#EFEFEF;
}

.activeMenu:focus{
	color:#EFEFEF;
}

.activeMenu:visited{
	color:#EFEFEF;
}

#menuCategorias a:hover{
	color:#CCCCCC;
}


.nivel1 {
    padding-left: 0;
}

.nivel1 li a {
	padding-left: 10px;
}


.nivel2 li a {
    padding-left: 25px;
    list-style: none;
}

.nivel2:last-child{
	border-bottom: 1px solid #CCCCCC;
}

.nivel3:last-child{
	border-bottom: 1px solid #CCCCCC;
}

.nivel3 li a {
    padding-left: 50px;
    list-style: none;
}

#menuCategorias .list-group-item{
	border:0;
}

.nivel1{
	 border: 1px solid #CCCCCC;
}


.show-menu {
    text-decoration: none;
    color: #fff;
    background: #003c64;
    text-align: center;
    padding: 10px 0;
    display: none;
    font-weight: normal;
    margin-top: 15px;
    border-radius: 8px;
    background-image: url(../images/menu-alt-512.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

input[type=checkbox] {
/*  display: none;*/
}

.checkbox-custom{
	 display: none;
}


/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menuCategorias{
    display: block;
}


#menuCategorias ul li{
	text-align: left;
}


@media (max-width: 999px){
#menuCategorias{
		display:none;
	}
.show-menu {
		display:block;
	}
}

@media (max-width: 991px){
	.rd-navbar-search-form-input{
		color:#000000 !important;
	}
}


#cuadroCategorias h2{
	font-size:2rem;
}

#cuadroCategorias h1{
	font-size:2rem;
}

.h3cuadrocategorias{
    text-transform: none;
    font-size: 0.9rem;
    font-weight: 400; 
    color:#003c64;
}

.h3cuadrocategorias:hover{
    color:#aaadb4;
}



#cuadroCategorias h3{
    /*  font-size:1.2rem;*/
}


.cuadroColumnas{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	


}

.cuadroColumnas:after{
    clear: both;
    content: "";
    display: block;
}


#cuadroCategorias {
	margin-bottom: 25px
}
.colCat1{
	width:50%;
	float:left;
	padding-right: 10px;
	
}

.colCat2{
	width:50%;
	float:right;
	
}

.colCat{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top:solid 1px #CCCCCC;
	background-image: url("../images/flecha.png");
	background-position: left 16px;
	background-repeat: no-repeat;

}


.datosListado > div{
	padding-top: 25px;
}

.datosListado a{
	padding-left: 15px;
	margin-left: 25px;
	background-image: url("../images/flecha.png");
	background-position: left 5px;
	background-repeat: no-repeat;
}

.colCat a {
	text-align: left !important;
}

.producto{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 10px;
}

.producto:after{
	 clear: both;
    content: "";
    display: block;
}

.producto h3{
	    font-size: 1.2rem;
    margin-bottom: 15px;
}

.producto p{
	font-size: 0.9rem;
	margin-top: 5px;
}

.imagenListado{
	float:left;
	max-width: 15%;
	margin-right: 25px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	
}


.imagenListado:after{
	clear: both;
    content: "";
    display: block;
	
}

.breadCrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #003c64;
}

.breadCrumb a{
    color:#FFFFFF
}

.breadCrumb > li {
    display: inline-block;
}

.breadCrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/*Pagina producto*/

#producto h2{
	font-size: 2rem;
	/*border-bottom: 1px solid #434343;*/
}

#producto h3{
	font-size: 1.2rem;
	text-transform: none;
	color:#444444;
	margin-top: 15px;
	margin-bottom: 15px;
    
}


#producto h1{
	font-size: 1.2rem;
	text-transform: none;
	color:#444444;
	margin-top: 15px;
	margin-bottom: 15px;
    font-weight: 600;
        border-bottom: 1px solid #434343;
    line-height: 1.33333;
}


#producto{
	background-color: #FFFFFF;
	padding: 15px;
}

.cuadro{
	background-color: #FFFFFF;
	padding: 15px;
}


.table-data-sheet {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
	display: table;
    margin: 0;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
}

table, td, tr {
    font-size: 0.8rem;
}

td  {
    padding: 5px;
}

tr:nth-child(odd) {
    background: #f9f9f9 !important;
}
.table-data-sheet tr {
    border-top: 1px solid #e5e5e5;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #e5e5e5;
    width: 40%;
    font-weight: 500;
    color: #6d6d6d;
}

.table-data-sheet tr td:last-child {
    border: none;
}

tr:nth-child(even) {
    background: #a4c0d2 !important;
}

.imagenMarca{
	float: right;
    max-height: 32px;
    width: auto;
}

.formulario input[type=checkbox] {
	display: block;
	
}

.volver{
	 margin-bottom: 10px;
	font-size: 1.2rem;
}


.btn {
    border-radius: 4px;
    background-color: #003c64;
    color: #FFFFFF;
	width: 100%;
	margin-bottom: 15px;
}

.btnComparativa{
	background-color: #2fa9dd;
}
.fixedBtnComparativa{
position: fixed;
    top: 15px;
    z-index: 9999999999;
    left: 15px;
    max-width: 190px;
}


.modal-header {
	display: initial;
}

.basura{
	position: absolute;
	top:0;
	left:0;
	cursor: pointer;
}

.imagenComparativa{
	max-height: 150px;
	width:auto;
	margin-top: 0;
}

/*registro*/

.enlacesAcceso{
	padding-top:10px
}

.enlacesAcceso a{
	padding-left: 15px;
    margin-left: 25px;
    background-image: url(../images/flecha.png);
    background-position: left 5px;
    background-repeat: no-repeat;
	
}

.enlacesAcceso a:first-child{
	padding-left: 15px;
    margin-left: 0;
    background-image: url(../images/flecha.png);
    background-position: left 5px;
    background-repeat: no-repeat;
	
}

#cuadroAcceso p strong{
	color:#003c64;
}

#cuadroAcceso .form-control {
    font-size: 0.8rem;
}


#cuadroAcceso p span {
    font-size: 0.8rem;
}

#cuadroAcceso a {
    font-size: 0.8rem;
}


.btnFormulario {
    border-radius: 4px;
    background-color: #003c64;
    color: #FFFFFF;
	width: 100%;
}

.errorAcceso{
	color:#CC3300;
	padding-bottom: 5px;
	font-weight: bold;
	display: none;
}

.btn-cancel{
	background-color:#dc3545;
	width: auto;
}

#formularioNombreCatalogo .btnFormulario{
	width: auto;
}

.nombreMiCatalogo{
	margin-top: 15px;
    font-weight: 700;
    font-size: 1rem;
    color: #003c64;
	margin-bottom: 15px;
	position:relative;
}


.nombreMiCatalogo img{
	position: absolute;
	right:0; top:0
}

.cuadroMiCatalogo{
	font-size:0.8rem;
}

#listadoArticulos{
	padding-top: 15px;
	vertical-align: middle;
	    padding-right: 5px;
}

#listadoArticulos li{
	padding-top: 5px;
	min-height:50px; list-style:none; font-size:0.8rem !important;
	border-bottom: 1px solid #CCCCCC;
}

#listadoArticulos li a{
	 font-size:0.8rem !important;
}

#listadoArticulos li img{
	float:right;
	max-height: 40px;
	width: auto;
}

.descC {
	font-size:0.7rem;
	line-height: 0.7rem;
}

.articulosMiCatalogo{
	max-height: 250px;
    overflow-y: auto;
    overflow-x: clip;
	border: solid 1px #EFEFEF;
    padding: 5px;
}

#catalogosUsuario h5{
	margin-top: 10px;
	margin-bottom: 5px;
	color:#003c64;
}

#listadoCatalogos{
	border: solid 1px #CCCCCC;
	margin-bottom: 5px;
}

#listadoCatalogos li{
	font-size:0.8rem;
}

#listadoCatalogos li span{
	cursor:pointer; 
}

#listadoCatalogos li{
	font-size:0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
    background-image: url(../images/flecha.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#listadoCatalogos li:nth-child(odd) { background-color: #a4c0d2; }


.cerrarCatalogo{
	color:#CC3300;
	float: none;
	cursor:pointer;
	font-style: normal;
	
}

.basura2{
	cursor:pointer;
	color:#003c64; font-style:normal; font-size:1.2rem
}

.basura2:hover{
	color:#CC3300;
}

/*registro*/
.error{
	color:#CC3300;
}

/*mi catalogo*/

#productosMiCatalogo .imagenListado{
	max-width: 25%;	
}


#productosMiCatalogo{
	margin-top: 10px;	
}

#productosMiCatalogo .breadCrumb{
	font-size:1rem;
	text-transform: none;
	color:#FFFFFF;
} 

#resultado{
	display: none;
}

#productosMiCatalogo .basura2{
	font-size:1.5rem;
}



#productosMiCatalogo .datosListado > div {
    padding-top: 10px;
}


.headerAcceso{
	padding-left: 15px;
    padding-right: 15px;
}

.headerAcceso li{
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.headerAcceso li *{
	font-size: 0.8rem
} 

.headerAcceso li {
	font-size: 0.8rem
} 


/*
#enlaceAccesoHeader:hover #cuadroHeaderAcceso{
	display: block;
	
}
*/

#cuadroHeaderAcceso{
	position: absolute;
	top:0;
	left:0;
	z-index: 999999999999999;
	width: 240px;
	/*display: none;*/
}


.mensajeOK{
	color:#003c64;
	font-weight: 700;
}


		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
			cursor: pointer;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url("/images/lupa.png");
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

.cuadroSolucion{
	margin-bottom: 15px;
}

#descargaSolucion{
	position: absolute;
    bottom: 15px;
    left: 15px;
}


@media (max-width: 1199px){
	.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-basket {
		top: 5px;
	}
.rd-navbar-basket-mobile div a {
    padding: 0.5rem 0.5rem;
}
	
	.cuadro h3{
	font-size: 1.5rem;
	}
	
}

@media (max-width: 575px){
	.cuadro h3{
	font-size: 2rem;
	}
	
}

	#enlacesMobile{
		display:none;
	}

/*aparecen por debajo de 1171*/
@media screen and  (max-width: 1170px){
	#enlacesMobile{
		display:block;
	}
	
	
	
}

.tituloNoticia{
	text-transform: none;
	font-size: 1rem;
}

.hijosSoluciones {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.hijosSoluciones > li {
  float: left;
	margin: 5px;
	border-bottom: 3px solid #003c64;
}

.hijosSoluciones > li > a {
  display: block;
  text-align: center;
  text-decoration: none;
	padding: 3px;
}

.hijosSoluciones > li > a:hover {
  background-color: #003c64;
	color:#FFFFFF;
}

.cuadroSolucion{
	position: relative;
}

.interiorCuadroSolucion{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	color:#FFFFFF;
}


.interiorCuadroSolucion p{
	padding: 15px;
	
}

.contenidoSolucion ul{
	padding: 15px;
}

.contenidoSolucion h3{
	padding: 15px;
	padding-bottom: 10px;
	color:#FFFFFF;
	background-color: rgba(0,0,0,0.25);
}

.contenidoSolucion ul li{
	list-style: disc;
	margin-left: 25px;
	display: list-item;
}

#filaProductosSoluciones{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 1rem;
    font-weight: bold;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
	text-align: center;
	background-color: #FFFFFF;
}

.productoSolucion{
	display: inline-block; 
}

#filaProductosSoluciones img{
	max-height: 80px;
	width: auto;
	display: inherit;
}

#filaProductosSoluciones a{
	padding-left:10px;
	padding-right: 10px;
}

#filaProductosSoluciones img{
	margin-right: 25px;
	margin-left: 25px;
}

.menuSolucionesActive{
	background-color: #003c64 !important;
   	color:#FFFFFF;
}
.menuSolucionesActive > a {
   	color:#FFFFFF !important;
}


.nombreProducto{
	font-size: 0.8rem;
}

/*DOCUMENTACION*/

#documentacion .post {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 0 35px;
}

#documentacion .entry-thumbnail {
    opacity: 1;
}

#documentacion .post .entry-thumbnail a img {
    max-width: 100%;
}

#documentacion .entry-header {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

h2.entry-title {
    font-size: 1rem;
    font-weight: 700;
}

.entry-content p {
    font-size: 0.8rem;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}


#documentacion .post:hover .entry-header {
    opacity: 1;
}

#documentacion .post:hover .entry-thumbnail {
    background: #fff;
}

#documentacion .post:hover .entry-thumbnail a.thumb-img {
    opacity: 0.25;
}

#documentacion .post .entry-thumbnail a img{
max-width: 100%;
}

#documentacion .post:hover .entry-thumbnail a.thumb-img, .post:hover .entry-header {
    -webkit-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}


#headerAcceso li i{
	font-style: normal;
	font-size: 1.2rem;
}

#formularioContacto h2{
	font-size: 1.8rem;
	margin-bottom: 25px;
}

#redComercial h2{
	font-size: 1.8rem;
	margin-bottom: 25px;
}

.columnaRedComercial{
	padding: 25px;
	padding-top: 0;
}

.columnaRedComercial p{
	margin-top: 0;
}

.columnaRedComercial h3{
	margin-top: 15px;
}


.cuadroContacto{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	
	height: 100%;

}

.cuadroHistoria{
	margin-top: 20px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;	

}

#condicionesCompra h3{
	margin-top: 25px;;
	margin-bottom: 5px !important;
}

#tabsEmpresa .nav-item {
    margin-bottom: 15px;
}


#accordionFAQ .btn-link:hover{
	color:#EFEFEF;
}

#accordionFAQ .btn-link{
	margin:0;
}

#quienessomos h1{
	font-size: 3rem;
}

#quienessomos h2{
	font-size: 2rem;
}

#quienessomos ul{
	list-style: circle;
	padding-left: 25px;

}

#quienessomos li{
	list-style: circle;
	display: list-item;
}


.modalCookies {
	width:100% !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	margin:0 !important;
}

#cookieModal{
	padding-right: 0 !important;
}

#cookieModal{
	z-index: 9999999999 !important;
}


.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
	width: auto !important;
}

.tabs-custom {
   /* padding-top: 50px !important;*/
}



#slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contenidoSlider {
    position: absolute;
    top: 15%; 
    left: 15%;
}

#slider .item h2, #slider .item h5, #slider .item p{
    text-align: left;
}

#slider .item img{
    width: 100%;
}

.blanco h5, .blanco h2{
    color:#FFFFFF;
}


@media (max-width: 1050px){
.logoSlider {
    width: 150px !important;
    height: auto;
}
}


@media (max-width: 650px){
    #slider{
        padding-top: 25px !important;
    }
#slider .item h2{
    font-size: 18px;
}
    #slider .item h5{
    font-size: 12px;
}
    .botonSlider{
        font-size: 12px;
        padding: 2px 5px;
    }
    
    #slider p{
        margin-top: 5px;
    }
    
}
@media (max-width: 550px){
   #slider .owl-stage-outer{
        height:200px; 
    }
}

#panelValores h3{
    margin-top: 15px;
}

#panelValores p{
    margin-top: 5px;
    padding-left: 15px;
}

#panelValores ul{
    margin-top: 5px;
    padding-left: 15px;
}

#listadoValores li{
    margin-top:20px;
}

#listadoValores li p{
    margin-top:5px;
}

.lineaNoticia{
   height:1px;border-width:0;
    color:#00641E;
    background-color:#00641E;
    margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: 50%;
}

