/* para hotspot */
/* Animation */

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.1 );
 transform: scale(1.1);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
 opacity: 0;
}
}

body { margin: 0; }

/* Hotspot */

.hotspotImg {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hotspotImg .img-responsive { max-width: 100%; }

.hotspotImg .hot-spot {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

.hotspotImg .hot-spot .circle {
	display: block;
    position: absolute;
    background: #fff;
	top: -8px;
    left: -8px;
    width: 45px;
    height: 45px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    /* border: 1px solid #000; */
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

.hotspotImg .hot-spot .tooltip {
      background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    display: none;
    font-size: 14px;
    opacity: 1.0;
    left: 0px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 35px;
    width: 200px;
    z-index: 999;
}

.hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center;
}

.hotspotImg .hot-spot .tooltip .text-row { padding: 0px; font:bold 20px  }

.hotspotImg .hot-spot .tooltip p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}


.hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }
.tooltip a { text-decoration:none; color:#000 }
h4.tit-hot-spot { font:normal 16px 'calibri', sans-serif; color:#000; margin:0 }
.precio-hot-spot { font: normal 22px 'calibri', sans-serif; }

.hot-spot::before {
	content: '+';
    color: #000;
    font-size: 30px;
    font-weight: bold;
    opacity: .4;
    top: 4px;
    position: relative;
    left: 0px;
}

@media(max-width:480px) {
	div.hotspotImg { margin-bottom:20px }
	
}

#header .nav a {
	font: 400 16px 'Outfit', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #cf353f;
	margin: 0 2px;
	padding: 5px 8px;
}

#header .nav a:hover {
	background: #8d0811;
}

.caja_func_sup {
	display: flex;
	margin-top: 40px;
	font: 500 14px 'Outfit', sans-serif;
}

span#login_sup {
	margin-right: 10px;
}

#menutop a {
	font: 300 14px 'Outfit', sans-serif;
	position: relative;
	top: 5px;
	text-transform: uppercase;
}

input.search-form {
	margin: 0;
}

span.ley_cate_lateral_xs {
	font: 800 22px 'Outfit', sans-serif!important;
}

.navbar-header-lateral {
	margin-top: 15px;
}

.productos .container.general {
	margin-top: 40px;
}

.navbar-lateral a {
    padding: 5px!important;
    padding-right: 10px!important;
    font: 500 14px 'Outfit', sans-serif;
    text-transform: uppercase;
    background: #cf353f;
    color: #fff!important;
    margin: 1px 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .dropdown-menu a:hover {
	background: #7a1818!important;
}

.container.general {
	background: #fff;
}

body {
	background-image: url(../custom/imagenes/dark-canvas.gif);
}

.container.general {
	margin-top: 10px;
}

.icons-home img {
	width: 100px;
}

.icons-home .col-md-6 {
	border-right: solid 2px #d3d3d3;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
	border-bottom: solid 2px #d3d3d3;
}

.icons-home h4 {
	font: 400 24px 'Outfit', sans-serif;
	color: #000;
}

.icons-home span {
	font-weight: 700;
}

.container.general {
	width: 75%;
	margin-top: 70px;
}

.style2 .title-sol span, .title-sol.style2 span {
	font: 400 32px 'Outfit', sans-serif;
	color: #cf353f;
}

h1 {
	font: 700 32px 'Outfit', sans-serif;
	color: #cf353f;
}

.tabla_listados td {
	font: 600 16px 'Outfit', sans-serif;
}

.table-bordered>tbody>tr>td {
	border: solid 1px #adadad;
}

.tit {
	font: 600 26px 'Outfit', sans-serif;
	color: #000;
}

table#tabla_form_contacto {
	width: 60%;
	background: #e2e2e2;
	margin: 0 auto;
	margin-top: 25px;
}

#tabla_form_contacto td, #tabla_form_contacto th{
	padding:5px;
	border: solid 1px #cccccc;
}

#table_form_contacto input {
	width: 100%;
	margin: 0 auto;
}

label.req {
	font: 600 16px 'Outfit', sans-serif;
}

td.tds {
	font: 400 16px 'Outfit', sans-serif;
}

label.req:after {
	content: "*";
	color: #f00;
}

div#hormiga h1 a {
	position: relative;
	font: 900 32px 'Outfit', sans-serif;
	color: #000;
}

.subcate {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	display: none;
}

.subcate li {
	margin: 0 8px;
	background: #cf353f;
	color: #fff;
	padding: 4px 5px;
	border: solid 2px #b82121;
	border-radius: 5px;
	margin-top: 3px;
}

.subcate li:hover {
	background: #4c0000;
}

.subcate li a {
	color: #fff;
	font: 500 11px 'Outfit', sans-serif;
}

.form-group .form-control {
	border-color: #c3c3c3;
}

.item_downloads {
	font: 400 16px 'Outfit', sans-serif;
}

h2 {
	font-family: 'Outfit';
	color: #000;
}

.content_marcas {
	margin-top: 15px;
}

.leyenda_slide {
	position: absolute;
	margin-left: 80px;
}

.leyenda_slide h2 {
	color: #fff!important;
	font-weight: 100;
	font: 300 24px 'Outfit', sans-serif;
	text-shadow: 1px 1px 2px black;
}

.leyenda_slide h1 {
	color: #ffffff !important;
}

.leyenda_slide hr {
	width: 20%;
	margin-left: 0;
	border-top-width: 2px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #560303!important;
}

.container.leyenda_slide h1 {
    font: 700 48px 'Outfit', sans-serif!important;
    text-shadow: 1px 2px 4px black !important;
}

a.titprod {
    font: 400 24px 'Outfit', sans-serif;
}

.widget h5 {
 font: 300 18px 'Outfit', sans-serif;
}

.container.text-center h2 {
    color: #fff;
    margin-top: 10px;
}

#nombre_usuario strong, #login_sup, #micuenta_top {
    font-family: 'Outfit';
    font-size: 16px;
}

div#slides_ofertas_t {
    margin-top: 30px;
}

.contact-form p {
    font-family: 'Outfit';
    font-size: 16px;
}

.contact-form h5 {
    font: 600 24px 'Outfit', sans-serif;
    color: #f1323a;
    border-top: solid 2px #dbdbdb;
    padding-top: 7px;
}

.boton_arrepentimiento {
    display: none;
}

.price span {
    font-family: 'Outfit';
    font-weight: 500;
}

.price {
    margin-top: 13px;
}

p.iva {
	background: #cf353f;
}

p, li {
    font-family: 'Outfit';
}

.text-empresa img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.text-empresa p {
    font: 400 17px 'Outfit', sans-serif;
}

.ofertas .col-md-3.cols-grals {
    box-shadow: -1px -2px 15px #00000040;
}

.container.general {
    padding-bottom: 0;
}

.navbar-superior {
    box-shadow: 4px -1px 14px;
}

nav#navbar-sidebar {
    box-shadow: none;
}

.novedadesrow.row {
    width: 75%;
    float: right;
}

.container.general {
    width: 90%;
}

.spotsleft img {
    width: 100%;
}

div#boton_ws {
	z-index: 10000;
}

body {
overflow-y: scroll;
overflow-x: hidden;
}

.input-group-btn {
    width: 0;
}

.input-group {
    margin-right: 20px;
}

.sp-large a img {
    max-width:fit-content!important;
    margin: 0 auto;
}

@media (max-width:767px) {
.search {width: 70%;width50%: ;}

.social.pull-right {
    width: 100%;
}

.input-group #autocompletar {
    width: 200px;
}

input.search-form:hover {
    width: 100%;
}

    
div#autocompletar {
    width: 100%;
    position: absolute;
    right: 0px;
}
}

.prod-top {
	width: 70%;
	float: right;
}

@media (max-width: 992px) {
	.prod-top {
		margin: 0 auto;
		float: none;
		margin-bottom: 30px;
	}
}

@media (min-width: 1020px) {
	.prod-top {
    width: 75%;
    float: right;
    right: 12%;
}
}

.prod-top .col-md-5 {
    border-right: solid 1px #f1f1f1;
}

.prod-top img {
    width: 100%;
}

    .custom-card {
      text-align: center;
      padding: 20px;
      border-right: 1px solid #ddd;
    }
    .custom-card:last-child {
      border-right: none;
    }
    .custom-card i {
      font-size: 48px;
      color: black;
    }
    .custom-card p {
      font-weight: bold;
      margin: 10px 0 5px;
    }
    .custom-card span {
      font-weight: 400;
      font-style: italic;
    }
	

@media (max-width:480px) {
	.navbar-header .navbar-toggle {
		display: none;
	}
	
	.social.pull-right {
		display: flex;
	}
}