body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	background-repeat: repeat;
	background-image: url(../images/body.jpg);
	border-bottom-style: none;
	position: static;
	top: 0px;
	height: 70px; 
	}

.product {
	border:1px solid #ccc; 
	border-radius:5px; 
	padding:16px; 
	margin-bottom:16px; 
	height:250px;
	}
	
.brandSection{
	height: 180px; 
	overflow-y: auto; 
	overflow-x: hidden;
	}

input, select, textarea {
	outline: none;
	}

.input_field {
    height:32px;
    width: 100%;
	}

.product_box6 {
	float: left;
	width:80px;
	height:60px;
}

textarea {
    height:130px;
    width: 100%;
    resize: none;
	}

a:hover {
	color: #FC3;
	text-decoration: none;
	}

p {
	font-size: 14px;
	line-height: 25px;
	color: #7a7a7a;
	letter-spacing: 0.2px;
	
	}
	
p1 {
	font-size: 24px;
	line-height: 60px;
	color: #000;
	letter-spacing: 0.2px;
    text-align: center;
	}

p2 {
	font-size: 24px;
	line-height: 60px;
	color: red;
	letter-spacing: 0.2px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	}

h4 {
	font-size: 19px;
	font-weight: 700;
	color: #31323a;
	letter-spacing: 0.25px;
	}

img {
	width: 100%;
	overflow: hidden;
	}


/* Wrapper   -------------------------------------------------------------------------*/

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 100vh;
	}


/* Main   -------------------------------------------------------------------------*/

#main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
	}

#main > .inner {
    padding: 100px;
	}


/* Banner   -------------------------------------------------------------------------*/
.main-banner .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}
	
.main-banner .banner-content {
	background-image: url(../images/main-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	}

.main-banner .banner-content .banner-caption {
    max-width: 600px;
	background-color: rgba(250,250,250,0.95);
	margin: 50px;
	padding: 50px;
	}

.main-banner .banner-content .banner-caption h4 {
	font-size: 38px;
	font-weight: 700;
	color: #31323a;
	letter-spacing: 0.25px;
	margin: 0px;
	}

.main-banner .banner-content .banner-caption em {
	font-style: normal;
	color: #535ba0;
	}

.main-banner .banner-content .banner-caption span {
	font-size: 15px;
	color: #535ba0;aaa;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	}	
	
.main-banner .banner-content .banner-caption p {
	margin-bottom: 10px;
	}


/* Services   -------------------------------------------------------------------------*/

.services {
	margin-top: 100px;
	}

.services .container-fluid {
	padding-left: 13px;
	padding-right: 13px;
	}

.services .col-md-4 {
	padding-left: 2px;
	padding-right: 2px;
	}

.services .service-item {
	margin-bottom: 3px;
	background-color: #eaebef;
	padding: 20px;
	text-align: center;
	transition: all 0.5s;
	}

.services .service-item .icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
	}

.services .first-item .icon {
	background-image: url(../images/menu/camaras.png);
	}
	
.services .first-item:hover .icon {
	background-image: url(../images/menu/componentes.png);
	}
	
.services .second-item .icon {
	background-image: url(../images/menu/objetos.png);
	}
	
.services .second-item:hover .icon {
	background-image: url(../images/menu/consolas.png);
	}
	
.services .third-item .icon {
	background-image: url(../images/menu/sonido.png);
	}
	
.services .third-item:hover .icon {
	background-image: url(../images/menu/decoracion.png);
	}
	
.services .fourth-item .icon {
	background-image: url(../images/menu/musicos.png);
	}

.services .fourth-item:hover .icon {
	background-image: url(../images/menu/laboratorio.png);
	}

.services .fivth-item .icon {
	background-image: url(../images/menu/lamparas.png);
	}

.services .fivth-item:hover .icon {
	background-image: url(../images/menu/recambios.png);
	}

.services .sixth-item .icon {
	background-image: url(../images/menu/electronica.png);
	}

.services .sixth-item:hover .icon {
	background-image: url(../images/menu/objetos2.png);
	}
	
.services .seventh-item .icon {
	background-image: url(../images/menu/fotografia.png);
	}
	
.services .seventh-item:hover .icon {
	background-image: url(../images/menu/otros.png);
	}
	
.services .eigth-item .icon {
	background-image: url(../images/menu/sonido.png);
	}
	
.services .eigth-item:hover .icon {
	background-image: url(../images/menu/muebles.png);
	}

.services .nineth-item .icon {
	background-image: url(../images/menu/hi_fi.png);
	}

.services .nineth-item:hover .icon {
	background-image: url(../images/menu/kits.png);
	}

.services .service-item:hover h4,
.services .service-item:hover p {
	color: #fff;
	}

.services .service-item:hover {
	background-color: #535ba0;
	}

.services .service-item h4 {
	margin-bottom: 20px;
	transition: all 0.5s;
	}
.services .service-item  p {
	margin-bottom: 0px;
	transition: all 0.5s;
	}


/* Logo Image   -------------------------------------------------------------------------*/

.logo2 {
	position: relative;
	width: 220px;
	top: 15px;
	left: 25px;
}

/* SP Image   -------------------------------------------------------------------------*/


.sp-image {
	margin-top: 100px;
	height: 20px;
	width: 40px;
	background-image: url(../images/espanol.png);
	}

.sp-image .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}






/* Top Image   -------------------------------------------------------------------------*/

.top-image {
	margin-top: 40px;
	}

.top-image .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}

.top-image h4 {
	margin: 30px 0px 20px 0px;
	}

.top-image .primary-button {
	margin-top: 30px;
	}


/* Left Image   -------------------------------------------------------------------------
section.left-image {
	border-bottom: none;
	padding-bottom: 0px;
	}*/

.left-image {
	margin-top: 50px;
	}

.left-image .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}

.left-image .right-content {
	margin-left: 15px;
	}

.left-image h4 {
	margin: 0px 0px 20px 0px;
	}

.left-image .primary-button {
	margin-top: 30px;
	}


/* Right Image   -------------------------------------------------------------------------
section.right-image {
	border-bottom: none;
	padding-bottom: 0px;
	}*/

.right-image {
	margin-top: 50px;
	}

.right-image .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}

.right-image .left-content {
	margin-right: 15px;
	}

.right-image h4 {
	margin: 0px 0px 20px 0px;
	}

.right-image .primary-button {
	margin-top: 30px;
	}

.titulo {
	font-size: 30px;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* Simple Post   -------------------------------------------------------------------------*/
.simple-post {
    margin-top: 80px;
	}

.simple-post .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.simple-post p {
    margin-top: 30px;
    margin-bottom: 0px;
	}


/* Contact Form   -------------------------------------------------------------------------*/

section.contact-form {
    padding-bottom: 0px;
    border-bottom: none;
	}

.contact-form {
    margin-top: 100px;
	}

.contact-form .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.contact-form input {
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: 2px solid #eee;
    outline: none;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 40px;
	}

.contact-form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #535ba0;
	}

.contact-form textarea {
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    max-width: 100%;
    height: 160px;
    max-height: 220px;
    border-radius: 0px;
    border: 2px solid #eee;
    outline: none;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 40px;
	}

.contact-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #535ba0;
	}

.contact-form button {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 20px;
    color: #535ba0;
    background-color: transparent;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    cursor: pointer;
	}

.contact-form button:hover {
    color: #fff;
    background-color: rgba(83,91,160,1);
	}


/* Tables   -------------------------------------------------------------------------*/

section.tables {
    margin-top: 80px;
    border-top: 3px solid #eee!important;
    padding-top: 100px;
	}

section.tables .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.default-table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
	}

.alternate-table {
    margin-top: 50px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 50px;
	}

.alternate-table table td {
    border-right: 2px solid #f7f7f7;
	}

.alternate-table table td:last-child {
    border-right: none;
	}

table {
    width: 100%;
	background-color: #eee;
	}

table tbody tr {
    border-left: 0;
    border-right: 0;
    border-bottom: 10px solid #f7f7f7;
	}

table td {
    padding: 20px;
	}

table th {
    padding: 0px 20px 20px 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
	}
	
table.alt {
    border-collapse: separate;
	}

table.alt tbody tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
	}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
	}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
	}
	
table.alt thead {
    border-bottom: 0;
	º}

table.alt tfoot {
    border-top: 0;
	}

table tbody tr {
    background-color: #e7e7e7;
	}

table tbody tr:nth-child(2n + 1) {
    background-color: #eee;
	}

table th {
    color: #4a4a4a;
	}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
	}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
	}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
	}
	
.table-borderless > :not(:first-child) {
  border-top-width: 0;
	}

ul.table-pagination {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    text-align: center;
	}

ul.table-pagination li {
    display: inline-block;
	}

ul.table-pagination li:first-child {
    float: left;
	}

ul.table-pagination li:last-child {
    float: right;
	}

ul.table-pagination li a {
    display: inline-block;
    height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 40px;
    padding: 0px 15px;
    min-width: 40px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s;
	}

ul.table-pagination li a:hover,
ul.table-pagination li.active a {
    background-color: #535ba0;
    color: #fff;
	}


/* Forms   -------------------------------------------------------------------------*/

section.forms {
    margin-top: 90px;
	}

section.forms .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.forms input,
.forms select {
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: 2px solid #eee;
    outline: none;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 40px;
	}

.forms textarea {
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    height: 160px;
    max-height: 220px;
    border-radius: 0px;
    border: 2px solid #eee;
    outline: none;
    padding-left: 20px;
    line-height: 50px;
    margin-bottom: 40px;
	}

.forms input:focus,
.forms select:focus,
.form
.forms .radio-item,
.forms .circle-item {
    margin-bottom: 30px;
	}

input[type="radio"] + label:before {
    border-radius: 0px;
	}

.form-con1 {
	width: 120px;
	font-size: 18px;
	color: #212529;
	background: transparent;
	left: 200px;
	top: 6px;
	position: relative;
	padding-top: 10px;
	}

.form-con2 {
	font-family: "Arial", Gadget, sans-serif;
	width: auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #212529;
	background-color: #ddd;
	border: 1px solid #0000CC;
	border-radius: 0.150rem;
	margin-top: 10px;
	margin-left: 50px;
	height: 30px;
	}

.form-con2:focus {
	color: #212529;
	background-color: #fff;
	outline: 2;
	border-color: #0000CC;
	border-width: medium;
	}

.form-con3 {
	width: 140px;
	height: 20px;
	position: relative;
	left: -30px;
	}

.form-con4 {
  	background-color: transparent;
	border: 1px ;
	margin-top: 10px;
	margin-left: 50px;
	height: 30px;
	}
	
/* Buttons   -------------------------------------------------------------------------*/

.boton {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

.btn-limpiar {
	color: #3F0;
	background-color: #0099FF;
	width: 100%;
	height: 30px;
	}

.btn-atras {
  	color: #fff;
  	background-color: #3a9ee0;
  	border-color: #28a745;
  	margin: 10px;
	}

.btn-log {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 24px 20px;
	}
.btn-danger {
  	color: #fff;
  	background-color: #dc3545;
  	border-color: #dc3545;
  	margin: 10px;
  	}

.btn-success {
  	color: #fff;
  	background-color: #198754;
  	border-color: #198754;
  	margin: 10px;
  	}

.btn-pdf {
	display: block;
	width: 45px;
	height: 35px;
	text-align: center;
	background: url(../images/PDF.png)left center no-repeat; 
	}

.btn-user {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/Usuario.png)center no-repeat;
	background-color: #ddd;
	border-radius: 0.150rem;
	border-color: #0000CC;
	margin: 5px;
	}

.btn-cart {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/carrito.png)center no-repeat;
	border-radius: 0.150rem;
	border-color: #0000CC;
	margin: 5px;
	}

.btn-mail {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/Sobre.png)center no-repeat;
	background-color: #ddd;
	border-radius: 0.150rem;
	border-color: #0000CC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

.btn-linea a{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	display: inline-block;
	padding:25px;
	position: relative;
	left: 20px;
	}

	
.primary-button a:hover,
button:hover {
	color: #fff;
	background-color: rgba(83,91,160,1);
	}


.primary-button a,
button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
    background-color: transparent;
	display: inline-block;
	padding: 4px 20px;
	color: #535ba0;
	border: 2px solid #535ba0;
	transition: all 0.5s;
	}
	
.primary-button a:hover,
button:hover {
	color: #fff;
	background-color: rgba(83,91,160,1);
	}




.editar {
	display: block;
	width: 45px;
	height: 35px;
	text-align: center;
	background: url(../images/edit.png)left center no-repeat; 
	}

.borrar {
	display: block;
	width: 30px;
	height: 20px;
	text-align: center;
	background: url(../images/del.png)left center no-repeat; 
	}

.buscar {
	width: 80px;
	height: 30px;
	text-align: center;
	top: 5px;
	font-size: 15px;
	background-color: #09F;
	position: relative;
	font-style: italic;
	color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #30F;
	border-right-color: #30F;
	border-bottom-color: #30F;
	border-left-color: #30F; 
	}

.aceptar {
	width: 80px;
	height: 35px;
	text-align: center;
	top: 10px;
	font-size: 15px;
	background-color: #06F;
	position: relative;
	font-style: italic;
	color: #FFF;
	border: none; 
	}

.cancelar {
	width: 90px;
	height: 35px;
	text-align: center;
	top: 10px;
	font-size: 15px;
	background-color: #06F;
	position: relative;
	font-style: italic;
	color: #FFF;
	border: none;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	}

.entrada {
	width: 100%;
	height: 35px;
	text-align: center;
	font-size: 16px;
	background-color: #C39;
	color: #FFF;
	float: right;
	padding-top: 8px;
	font-weight: bold;
	}

.cerrar {
	width: 160px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #CCC;
	color: #333;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	border: thin solid #F00;
	left: 290px;
	top: 30px;
	position: relative;
	}

.section.buttons {
    margin-top: 90px;
    border-bottom: none;
    padding-bottom: 0px;
	}

.section.buttons .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.filled-rectangle-button {
    margin-bottom: 30px;
	}

.filled-rectangle-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,1);
	}

.filled-rectangle-button a:hover {
    color: #535ba0;
    background-color: rgba(83,91,160,0.25);
	}

.border-rectangle-button {
    margin-bottom: 30px;
	}

.border-rectangle-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,0.0);
	}
	
.border-rectangle-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,1);
	}

.filled-radius-button {
    margin-bottom: 30px;
	}

.filled-radius-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,1);
    border-radius: 5px;
	}

.filled-radius-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,0.25);
	}

.border-radius-button {
    margin-bottom: 30px;
	}

.border-radius-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,0.0);
    border-radius: 5px;
	}

.border-radius-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,1);
	}

.filled-rounded-button {
    margin-bottom: 30px;
	}

.filled-rounded-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,1);
    border-radius: 20px;
	}

.filled-rounded-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,0.25);
	}

.border-rounded-button {
    margin-bottom: 30px;
	}

.border-rounded-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,0.0);
    border-radius: 20px;
	}

.border-rounded-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,1);
	}

.filled-icon-button {
    margin-bottom: 30px;
	}

.filled-icon-button i {
    margin-right: 8px;
	}

.filled-icon-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,1);
    border-radius: 20px;
	}

.filled-icon-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,0.25);
	}

.border-icon-button {
    margin-bottom: 30px;
	}

.border-icon-button i {
    margin-right: 8px;
	}

.border-icon-button a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #535ba0;
    border: 2px solid #535ba0;
    transition: all 0.5s;
    background-color: rgba(83,91,160,0.0);
    border-radius: 20px;
	}

.border-icon-button a:hover {
    color: #fff;
    background-color: rgba(83,91,160,1);
	}


/* Page Heading   -------------------------------------------------------------------------*/

.page-heading .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.page-heading h1 {
    margin-top: 0px;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
	}

.page-heading p {
    font-size: 15px;
    color: #4a4a4a;
	}


/* Section Heading   -------------------------------------------------------------------------*/

.section-heading .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
	}

.section-heading h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #fff;
	}

section {
	border-bottom: 3px solid #eee;
	padding-bottom: 30px;			/*lineas debajo de la seccion*/
	}

.card-text {
  color: #FFF;
  margin-bottom: 0;
}







/* Sidebar   -------------------------------------------------------------------------*/

#sidebar {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	background-color: #0099FF;   /* color de la parte del menu */
	position: relative;
	width: 220px;
	}

#sidebar > .inner {
    position: relative;
    width: 250px;
    padding: 0px 50px;
	}

#sidebar .toggle {
    color: #fff;
    left: 60px;
	
    position: absolute;
    text-indent: 0px;
	outline: 0;
    overflow: hidden;
    top: 0;
    height: 50px;
	width: 50px;
    z-index: 10000;
	}

#sidebar .toggle:before {
    font-family: FontAwesome;
    text-transform: none !important;
    content: '\f0c9';	   			 /* dibujito de rayitas o lo que sea */
    text-align: center;
    left: 0;

    position: absolute;
    text-indent: 0;
    outline: 0;
    overflow: hidden;
	top: 0;
	height: 50px;
    width: 50px;
	background-color: #a35ba0;		/* color del dibujito de rayitas*/
	}

#sidebar.inactive {
    margin-left: -220px;
	}

@media (max-width: 400px) {	 /*-----------------------------------------------------------*/
table, thead, tfoot, tbody, tr {
   	display:block;
	}
 
thead tr th {
 	display:none;
	}
 
/*Si usamos tfoot*/
table {
  	position: relative;
	}

table tbody tr {
    background-color: #e7e7e7;
	}
  
tfoot {
  	position: absolute; bottom: -40px; /*la altura del pie en negativo*/
  	width:inherit;
	}

/*encabezados de las filas*/
tbody th {
 	display: inline-block;
 	width: 34%;
	}
 
/*primera celda de cada fila que no sea un encabezado   :first-of-type */
tbody td {
 	display: inline-block;
 	width: 80%; /*a esta celda le damos un poco mas de amplitud para dejar mas espacio para el conmutador +/- */
	}
 
/*nuestro ejemplo, El primer titulo del menu se ve.
thead tr th:first-child {
 	display: block;
 	width: inherit; padding: 2% 5%;
 	font: bold normal 20px/20px Arial, Helvetica, sans-serif;
 	text-align: center;
	} */
 
 /*tomamos todos los elementos a partir del cuarto por la cola, que es lo mismo que mostrar los 2 primeros*/
thead tr th:nth-last-child(1n+7) {
 	display: inline-block;
	 width: 40%; padding: 2% 5%;
 	font: bold normal 18px/20px Arial, Helvetica, sans-serif;
	}
 
 /*recorremos todos los elementos a partir del segundo td de cada fila*/
tbody td:nth-of-type(1n+1):before {
   	content: attr(title)": "; /*tomamos el valor del atributo title y lo pintamos seguido de ":" */
 	font-weight: bold; 
	}
 
 /*ocultamos todas las celdas del tbody cuya fila tenga la clase "closed"*/ 
tbody .closed td {
 	display: none;
	}

/*creamos un elemento y lo posicionamos al final cada fila, en funciцЁn de si tiene o no la clase "closed" pintamos el simbolo "+" o el simbolo "-" de fondo*/
tbody tr:after {
 	content: "";
 	position: absolute; right: 8px; top: 12px;
 	width: 24px; height: 24px;
 	opacity: 0.6;
 	background: transparent url(10.png) no-repeat center center; background-size: 22px 22px;
	}
 
tr.closed:after{
 	background: transparent url(11.png) no-repeat center center; background-size: 24px 24px;
	}
}

@media screen and (max-width: 845px) { /*-----------------------------------------------------------*/
    #header .logo a {
        margin-right: 30px!important;
    }
	#main > .inner {
	    padding: 15px;
	}
	#header {
	    margin: -15px!important;
	}
	section.main-banner {
		margin-top: 30px;
	}
    .page-heading h1 {
        margin-top: 80px;
    }

    #sidebar .toggle {
        text-indent: 8.25em;
        width: 7.25em;
    }
    #sidebar .toggle:before {
        color: #fff;
        margin-left: -0.0855em;
        margin-top: -0.25em;
        font-size: 20px;
        z-index: 1;
    }
    #sidebar .toggle:before {
    	background-color: transparent;
    }
	
    #sidebar .toggle:after {
    	background-color: #a35ba0;
        border-radius: 5px;
        content: '';
        height: 50px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 50px;
    }
	
    .left-image .right-content {
    	margin-top: 40px;
    	margin-left: 0px;
    }
    .right-image .left-content {
    	margin-bottom: 40px;
    	margin-right: 0px;
    }
    .main-banner {
    	text-align: center;
    }
    .main-banner .banner-content .banner-caption {
    	padding: 30px;
    }
    .contact-form button {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 980px) {  /*-----------------------------------------------------------*/
	table th {
   		font-size: 15px;
   	}
}
	
@media screen and (max-width: 1280px) { /*-----------------------------------------------------------*/
    #sidebar {
        box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 10000;
    }
	
    #sidebar.inactive {
        box-shadow: none;
    }
	
    #sidebar > .inner {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0px;
    }
	
    #sidebar > .inner:after {
        content: '';
        display: block;
        height: 4em;
        width: 100%;
    }
	
    #sidebar .toggle {
        width: 6em;
    }
	
    #sidebar .toggle:before {
        font-size: 1.5rem;
        color: #fff;
/*    	background-color: transparent;*/
    }
	
    body.is-preload #sidebar {
        display: none;
    }
}

@media screen and (max-width: 2000px) {  /*-----------------------------------------------------------*/
    #sidebar {
        width: 280px;
    }
	
    #sidebar > .inner {
        padding: 0px 30px;
        width: 280px;
    }
    #sidebar .toggle {
        height: 60px;
        left: 260px;
        line-height: 60px;
    }
	
    #sidebar .toggle:before {
        font-size: 24px;
    }
	
    #sidebar.inactive {
        margin-left: -280px;
    }

	#menu {
		margin-top: 30px;
	}
	
	.featured-posts {
	margin-left: -10px!important;
	margin-right: -10px!important;
	padding: 10px!important;
	}
}

/* Featured Post   -------------------------------------------------------------------------*/

.featured-posts {
	margin-top: 20px;
	position: relative;
	background-color: #3366FF;
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px;
	margin-bottom: 20px;
	}

.featured-posts .heading h2 {
	font-size: 19px;
	color: #fff;
	border-bottom: 1px solid #2d2e39;
	padding-bottom: 10px;
	margin-bottom: 25px;
	}

.featured-posts p {
	margin-top: 20px;
	color: #fff;
	}

.owl-carousel .owl-dots {
	position: absolute;
	top: -55px;
	right: 0;
	}

.owl-carousel button.owl-dot {
	width: 30px;
	height: 30px;
	background-color: #555!important;
	margin-left: 5px;
	outline: none;
	}

.owl-carousel button.active {
	background-color: #ddd!important;
	}

/* Header  -------------------------------------------------------------------------*/

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	z-index: 2000;
	width: 110%;
	background-color: #ddd;
	margin-top: -100px;
	margin-right: -100px;
	margin-bottom: 0px;
	margin-left: -100px;
	}

#header .logo {
    text-align: right;
    width: 100%;
    height: 60px;
    line-height: 60px;
	}


/* Footer  -------------------------------------------------------------------------*/

#footer .copyright {
	text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
	}

#footer .copyright p {
	margin-bottom: 0px;
	}


/* Menu  -------------------------------------------------------------------------*/
#menu {
	margin-top: 50px;
	}

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    font-family: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
	}

#menu ul a,
#menu ul span {
	color: #fff;
    border-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0px;
	}
	
#menu ul li ul a,
#menu ul li ul span {
    padding: 10px 0px;
	}

#menu ul a:hover,
#menu ul span:hover {
    color: #535ba0;
	}

#menu ul a.opener,
#menu ul span.opener {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
	}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
	}

#menu ul a.opener:before,
#menu ul span.opener:before {
    -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: #fff;
	
    content: '\f078';			 /* dibujito de flechitas o lo que sea */
	
    position: absolute;
    right: 0;
	}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
    color: #535ba0;
	}

#menu ul a.opener.active + ul,
#menu ul span.opener.active + ul {
    display: block;
	}

#menu ul a.opener.active:before,
#menu ul span.opener.active:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
	}

#menu > ul > li {
    border-top: solid 1px #1a1b20;
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
	}

#menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em;
	}

#menu > ul > li > ul a,
#menu > ul > li > ul span {
    font-size: 13px;
	}

#menu > ul > li > ul > li {
    margin: 0.125em 0 0 0;
    padding: 0.125em 0 0 0;
	}

#menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
	}

#templatemo_header {
	width: 900px;
	min-height: 70px;
	padding: 10px 10px 10px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px; 
	}
	
#templatemo_header_wrapper {
	width: 100%;
	background: url(../images/header.png) center bottom no-repeat 
	}

#templatemo_main {
	width: 930px;
	margin:0 auto;
	padding: 0 10px; 
	}

#templatemo_main_wrapper {
	width: 100%;
	background:url(../images/wrapper.png) center top no-repeat 
	}

#templatemo_footer {
 	display: flex;
 	justify-content: center;
  	width: 100%;
  	max-width: 300px;
  	height: 100px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	font-size: 14px;
	color: #333;
	background-color: #BCBCB; 
	}
	
#templatemo_footer_wrapper  {
	padding: 15px;
	background: url(../images/footer.png) center top no-repeat 
	}


/*++++ Slider en artículos ++++++++++++++++++++++++++++++++++++++++++++++*/

.slider-container {
  overflow: hidden; /* Oculta los elementos que sobresalgan del contenedor */
  width: 100%; /* Ancho del contenedor */
  height: auto; /* Altura del contenedor */
  position: relative; /* Para poder posicionar los elementos dentro */
}

.slider {
  display: flex; /* Permite alinear las imágenes horizontalmente */
  transition: transform 0.5s ease; /* Animación para el desplazamiento */
  width: 100%;
}

.slide {
  flex: 0 0 auto; /* Permite a cada slide tener el tamaño de su contenido */
  width: 100%;
  position: relative;
}

.slide img {
  display: block; /* Permite que el img tenga todo el espacio disponible */
  width: 100%;
  height: auto;
  object-fit: cover; /* Ajusta la imagen para que no se deforme */
}

