@charset "utf-8";
/* CUSTOM CSS Document */

	/*
	font-family: 'Comfortaa', cursive;
	font-family: 'Open Sans', sans-serif;
	*/
body{
		font-family: 'Open Sans', sans-serif;
}

header{
background-color: #ffffff;
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);	
} 

header .top{
	background-color: #01597d;
}

header .top p, header .top a{
	color: #ffffff;	
}

header .logo{
	background-image: url("../custom/logo.png");
	width:200px;
	height: 116px;
}

.hamburger{
	padding: 43px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #414141;
}

header .options {
    float: right;
    vertical-align: middle;
    height: 116px;
    line-height: 116px;
}

header .options a{
	color: #01597d;
}

header .options a:hover{
	color: #8e508f;
}

header .menu .container > ul > li {
	font-size: 1.75rem;
    border-bottom: 1px solid #cccccc;
}

header .menu ul li a, header .menu ul li p{
	color: #414141;
}

header .menu ul li a:hover, header .menu ul li p:hover{
	color: #8e508f;
}

header + .carousel{
	margin-top: 145px;
	margin-bottom: 144px;
}

.carousel-caption h1{
	font-size: 2.5rem;
}

section h2{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 2.5rem;
	padding: 15px 30px;
	margin: auto;
	text-align: center;
	color: #414141;
	margin-bottom: 30px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 6px solid #01597d;
}



h2 + p, h2 + .texto{
	text-align: center;
	margin-bottom: 60px;
}

.btn-call{
	background-color: #01597d;
	color: #fff;
	border-radius: 0;
	border: 1px solid #01597d;
}

.btn-call:hover{
	background-color: #8e508f;
	color: #fff;
	border: 1px solid #8e508f;	
}

.listadoProductos a, .productos a{
	border: 2px solid #c7d0d9;
	padding: 30px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
	color: #414141;
}


.listadoProductos a .btn-call, .productos a .btn-call{
	text-transform: uppercase;
	width: 100%;
}

.listadoProductos a .imagen, .productos a .imagen{
	margin-bottom: 30px;
}

.listadoProductos a .imagen img, .productos a .imagen img, .carousel-fade .carousel-item{
	object-fit: contain;
}

.listadoProductos a .precioProducto, .productos a .precioProducto{

	font-size: 1.5rem;
	font-weight: normal;
}

.listadoProductos a .detalleProducto, .listadoProductos a .btn-call{
	font-size: 0.875rem;
}

.listadoCategorias a p{

	font-size: 1rem;
	background-color: #01597d;
	color: #fff;
	margin-bottom: 0;
	padding: 15px;
	font-weight: normal;		
} 

.info .container > div{
	border: 2px solid #c7d0d9;
}

.info .container > div .modalTrigger{
	color: #414141;
}

.info .container > div .modalTrigger > div{
	background-color: #01597d;
}

.info .container > div .modalTrigger > div i{
	color: #ffffff;
}

.info .container > div .modalTrigger p{

	font-size: 1rem;
	font-weight: normal;	
    text-transform: uppercase;	
}

footer{
	background-color: #01597d;
}

footer .logo {
    width: 90px;
    height: 90px;
    background-image: url(../files/logo.png);
}

footer .redes a{
	width: 40px;
	height: 40px;
	color: #ffffff;
	border-radius: 100%;
}

footer .links p{
	color: #ffffff;
	font-size: .875rem;
}


footer .links p a{
	color: #ffffff;
}

footer .links p a:hover{
	color: #8e508f;
}

footer .links p:first-child{
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;	
}

.buscando form, .mensaje > div:first-child{
	background: #ffffff;
	color: #414141;
}

.buscando form h2{

	background-color: transparent;
	padding: 0;
	left: auto;
	transform: none;
	color: #414141;
	font-size: 1rem;
	margin-bottom: 15px;
}

.modal-backdrop.show{
	opacity: 1;
}

.buscando .mask, .mensaje .mask, .modal-backdrop{
    background: rgba(255,255,255,0.75);
}

.buscando form input[type="text"], .articulo form.buscandoDescarga input[type="text"]{
	background-color: transparent;
	color: #414141;
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"] {
    background-color: #01597d;
	border: 1px solid #01597d
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover {
    background-color: #8e508f;
	border: 1px solid #8e508f;
}

section.producto h1{

font-size: 1.5rem;
	font-weight: normal;	
}

.importeFinal{
	background: #9ba7b3;
    padding: 15px;
    color: #fff;	
} 

.formasTexto.active, .finalizarCompra.active{
	background-color: #EFEFEF;	
	color: #414141
}

    

/*Modal*/

.modal-content{
	background-color: #fff;
	border: 1px solid #c7d0d9;
}

.modal-body ul{
	font-size: .879rem;
}

.loginRegistro .login, .loginRegistro .registro, .loginRegistro .recuperar{
    border: 1px solid rgba(255,255,255,1);
    background-color: transparent;
}

.recuperarTrigger, .registrar, .loginTrigger{
	color: #414141;
}

.registrar{
	color: #414141;
}

.loginRegistro .form-control, .loginRegistro .form-select{
	background-color: transparent;
	color: #414141;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color: #c7d0d9;
}

.listaCarrito .cabecera p{
	color: #000;
}

.listaCarrito ul.productos li:nth-child(odd){
	background-color: #f2f2f2;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #ffffff;
}

.listaCarrito ul.productos li > p, .listaCarrito ul.productos li > a{
	font-size: .875rem;
}

.listaCarrito ul.productos li > a {
    border: 0;
	padding: 0px;}

.totales .btn-call{
	width: 100%;
}

.totales{
	background-color: #e5e5e5;
}

.finalizarCompra{
    color: #000;
    border: 1px solid rgba(65,65,65,0);
    font-size: .879rem;
	}

.finalizarCompra.active{
    border: 1px solid rgba(65,65,65,1);
	}

.articulo h2, .articulo h1{
	float: left;
}

.articulo .texto {
    font-size: 1rem;
}

.articulo .texto h3 {
	color:#01597d; 

}

.articulo .texto img{
	width: 100%;
	margin-bottom: 30px;
}

ul.productos, li a.borrarProducto, .totales{
	color: #000;
}

header + .loginRegistro, header + .contacto{
	background-color: transparent;
}

.contacto .form-control{
	background-color: transparent;
}

footer .redes a{
	vertical-align: top;
	color: #fff;
	border: 1px solid #ffffff;
}

footer .redes a.whatsapp:before{
content: '\f232';	
}


footer .redes a:hover{
	background-color: #8e508f;
}

.enConstruccion{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.enConstruccion h2 + p{
	margin-bottom: 15px;
}

.enConstruccion .social a{
	font-size: 2rem;
	color:#2a933b;
}

footer .footReg .realizado{
	background-image: url("../custom/realizado.svg");	
}

a.articulo_item{
	display: block;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	float: left;
}

a.articulo_item .imagen{
	display: block;
	width: 30%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	float: left;
}

a.articulo_item .imagen img{
	object-fit: contain;
	width: 100%;
}

a.articulo_item .texto{
	width: 67.5%;
	float: right;
}

a.articulo_item .texto > p:first-of-type{
	color: #8e508f;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

a.articulo_item .texto > p.fecha{
	font-size: .879rem;
	color: #414141;
	padding: 10px 5px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

a.articulo_item .copete{
	font-size: .879rem;
	color: #414141;
	display: block;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.anteriores{
	display: block;
	width: 100%;
	text-align: center;
	color: #CCCCCC;
}

.anteriores:hover{
	color: #8e508f;
}

.anteriores:after, .anteriores:before{
	content: " - ";
	margin: 0 5px;
}

footer .footReg{
	color: #ffffff;
}

.articulo .imagenEpigrafe .imagen img{
	height: auto;
	position: relative;
	top:auto;
	left: auto;
	transform: none;
}


/*Historia*/
.resume .resume-title{
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #01597d;	
}

.resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #01597d;
    position: relative;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #01597d;
}

.resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #01597d;
    margin-bottom: 10px;
}

.resume .resume-item ul {
    padding-left: 20px;
	font-size: .879rem;
}

.articulo .galeria .imagen img{
	object-fit: cover;
	width: 101%;
	height: 101%;
}

.articulo .texto li{
	font-size: .879rem;
	margin-bottom: 1rem;
}

.info + .articulo{
	margin-top: 0;
}

section.articulo.mb-3{
	margin-bottom: 120px!important;
}

video{
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 100vh;
}

@media only screen and (max-width : 479px) {
	
	header .menu .container > ul > li{
		font-size: 1.5rem;
	}
	
	header .hamburger {
		padding: 20px 0;
	}	
	
	header .logo{
		width: 100px;
		height: 70px;
	}	
	
	header .options	{
		height: 70px;
		line-height: 70px;
	}
	
	header .options a{
		margin-left: 10px;
	}	
	
	header + .carousel{
		margin-top: 115px;
		height: 50vh;
		margin-bottom: 60px;
	}	
	
	.carousel-caption h1{
		font-size: 2rem;
	}
	
	footer .links p:first-child {
    font-size: 2rem;
}	
	
	footer .redes a{
		width: 50px;
		height: 50px;
	}
		
	header + section, header + section.destacadosTienda{
    margin-top: 140px;		
	}	
	
	h2, section h2, h1{
	font-size: 2rem;	
	}
	
	a.articulo_item .imagen, a.articulo_item .texto{
		width: 100%;
		margin: 0 0 2.5%;
	}	
	
	a.articulo_item .copete{
		white-space: normal;
	}
	
	
		}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {
header + .carousel{
	margin-top: 145px;
}		
	header + .carousel{
		height: 50vh;
		margin-bottom: 60px;
	}	
	
	.carousel-caption h1{
		font-size: 2rem;
	}	
	
	header + section{
		margin-bottom: 115px;
	}	
	
	header + section.producto, header + section.carrito, section.contacto, section.articulo, header + section.destacadosTienda{
		margin-top: 155px;	
	}	
	
	
	.articulo .galeria{
		width: 100%;	}	
	.articulo .galeria .imagen:nth-child(4n){
		margin-right: 0;
	}		

}



/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {	
header + .carousel{
	margin-top: 145px;
}	
	/*Listado*/
header + section{
	margin-top: 205px;
}

header + section.producto, section.contacto, section.articulo, header + section.destacadosTienda{
margin-top: 175px;	
}	
	
	.articulo .galeria .imagen:nth-child(4n){
		margin-right: 0;
	}		
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	header .hamburger{
		display: none;
	}	
	
	header .menu{
		border-top: 1px solid #efefef;
		height: auto;
		opacity: 1;
	}
	
	header .menu ul{
		text-align: center;
	}
	
	header .menu .container > ul > li{
		display: inline-block;
		margin: 0 15px;
		font-size: 1rem;
		text-transform: uppercase;
		border: none;
	}
	
header + .carousel{
	margin-top: 145px;
}		
/*Listado*/
header + section, header + section.destacadosTienda{
	margin-top: 205px;
}
	
	header + section.producto, section.contacto, section.articulo{
		margin-top: 175px;	
	}	
	
	
	.articulo .galeria .imagen:nth-child(4n){
		margin-right: 0;
	}		
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	header .hamburger{
		display: none;
	}	
	
	header .menu{
		border-top: 1px solid #efefef;
		height: auto;
		opacity: 1;
	}
	
	header .menu ul{
		text-align: center;
	}
	
	header .menu .container > ul > li{
		display: inline-block;
		margin: 0 15px;
		font-size: 1rem;
		text-transform: uppercase;
		border: none;
	}
	
/*Listado*/
header + section, section.contacto, section.articulo, header + section.destacadosTienda{
	margin-top: 205px;
}
header + .carousel{
	margin-top: 145px;
}	
	
.listadoProductos a:nth-child(4n), .listadoCategorias a:nth-child(4n){
	margin-right: 0;}
	
	.articulo .galeria .imagen:nth-child(4n){
		margin-right: 0;
	}	
	
}