body{
	background-image: url('../images/back.png');
	background-repeat-y: repeat;
	background-repeat-x: no-repeat;
}
a { text-decoration: none; }
a:hover, a:focus {
    text-decoration: none;
}
.hidden{ display: none; }
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .carousel-indicators {
      bottom: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
.NM{ padding: 0 }
.img-center{
   left: 0;
   right: 0;
   margin: 0 auto;
}
.titulo h1{
  font-family: 'Intro-Black',sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #ffcc00;
  margin-top: 50px;
  margin-left: 30px;
}
.titulo h2{
    font-family: 'Intro-Light';
    font-size: 19px;
    color: #ffcc00;
    margin-top: -8px;
    margin-left: 30px;
}
.sub-titulo h2{
  font-family: 'Intro-Light',sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #ffcc00;
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-top: 10px;
}
.sub-titulo2 h2{
  font-family: 'Intro-Light',sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #aeaeae;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.sub-titulo3 h2{
  font-family: 'Intro-Light',sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #aeaeae;
  margin-top: 0;
  margin-left: 30px;
}

/* home */
.header-home{
  position: relative;
	width: 100%;
	height: 515px;
	background-color: #ffcc00;
	border-bottom: 8px solid #e2b502;
}
.logo{
  width: 250px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cont-contenido{
  position: relative;
  background-color: #fff;
  padding: 0;
  padding-top: 81px;
  margin-bottom: 30px;
}
.cont-contenido-novedad{
  margin-top: -138px;
}
.carousel.slide{
  z-index: 1;
}
.footer{
  padding-top: 25px;
  padding-bottom: 25px;
}
.text-footer{
  font-family: 'GillSans';
  color: #8a8a87;
  text-align: justify;
  font-size: 13px;
}
.menu-footer li{
  display: inline-block;
}
.menu-footer li a{
  padding-left: 5px;
  padding-right: 5px;
}
.menu-footer li a:hover{
  color: #ffcc00;
  text-decoration: none;
}
.M-iconF{
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.marg-top{ margin-top: 7px; }
.carousel-indicators {
    position: absolute;
    bottom: 0;
    height: 90px;
    left: 50%;
    z-index: 15;
    width: 100%;
    margin-left: -50%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    padding-top: 35px;
    background-color: transparent;
}
.carousel-indicators:hover{
  background-color: rgba(0,0,0,0.3);
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.carousel-indicators .active {
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}
.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
}
.marg-logos-c{ 
  margin-top: 20px; 
  margin-bottom: 20px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
  align-content: stretch;
  height: 200px;
}

.menus-footer {
  display: flex;
  justify-content: flex-end;
}

.menu-bases {
  margin: 6px 5px 5px 0;
}

@media screen and (max-width: 992px) {
  .menus-footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 630px) {
  .menu-bases ul {
    display: flex;
    flex-direction: column;
  }
  .menu-redes ul {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .header-home{ height: 400px; }
  .MTB-img{ margin: 30px 0 }

}
@media(min-width: 991px){
  .MTB-img{ margin: 45px 0 }
}
@media (max-width: 767px){
  .marg-logos-c{ margin-top: 20px; margin-bottom: 20px; }
  .text-center-m{ text-align: center; }
  .header-home{ height: 220px; }
  .cont-contenido { padding-top: 30px; }
  .carousel-indicators {
      height: 30px;
      padding-top: 5px;
  }
  .carousel-indicators .active {
      margin: 0;
      width: 11px;
      height: 11px;
  }
  .carousel-indicators li {
      width: 9px;
      height: 9px;
  }
  .MM{ padding-left: 10px; padding-right: 10px; }
  .titulo h1{ margin-left: 10px; margin-top: 20px; }
  .titulo h2{ margin-left: 10px; margin-top: -10px; }
  .sub-titulo h2 { margin-left: 0px; }
  .sub-titulo2 h2 { margin-left: 10px; }
  .sub-titulo3 h2 { margin-left: 0px; }
  .marg-top{ margin-top: 20px; }
  .marg-top2{ margin-top: 40px; }
  .M-footer-redes{ margin-top: -65px; }
  .logo { width: 220px; }

  
}
@media (min-width: 528px) and (max-width: 767px){
  .espacio{ margin-top: 25px; }
}
.linea-gradiente-footer-mobile{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 10%, rgba(220,220,220,1) 90%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(220,220,220,1)), color-stop(90%, rgba(220,220,220,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 10%, rgba(220,220,220,1) 90%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 10%, rgba(220,220,220,1) 90%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 10%, rgba(220,220,220,1) 90%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 10%, rgba(220,220,220,1) 90%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.header-internas{
  position: relative;
  width: 100%;
  height: 345px;
  background-color: #ffcc00;
  border-bottom: 8px solid #e2b502;
}
.parrafo p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Arial';
    color: #858484;
}
.parrafo-margen p{
  padding-left: 45px;
  padding-right: 25px;
}
.parrafo-margen2 p{
  padding-left: 30px;
  padding-right: 25px;
}
.parrafo-margen .contenedor-from-eventos p{
  padding-left: 30px !important;
}
.parrafo-margen .contenedor-from-eventos img{
  padding-left: 30px !important;
  margin-top: 35px;
  cursor: pointer;
  transition: 1s all ease;
}
.text-titulo{
  color: #aeaeae;
  font-family: 'Intro-Black';
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.parrafo-margen .contenedor-from-eventos img:hover{
  opacity: .6;
}
.parrafo-bold{
  font-weight: bold;
}
.mtb h2{ margin-top: 20px; margin-bottom: 20px; }
.mtboton{ margin-top: 20px; margin-bottom: 20px; }
.sub-titulo-parrafo h2{ 
  font-family: 'Intro-Light',sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffcc00;
  margin-left: 30px;
 }
.zindex-header{ z-index: 1 }
.sub-titulo-producto h2{ 
  padding-left: 36px;
  margin-top: 5px;
  color: #aeaeae;
  font-family: 'Intro-Black';
  font-size: 25px;
}
.volver{
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 35px;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px){
  .header-internas{ height: 260px; }
  .marg-logos-c{ min-height: 230px;}
}
@media (max-width: 768px){
  .header-internas{ height: 260px; }
  .sub-titulo-parrafo h2{ margin-left: 0px; }
  .parrafo-margen { 
    padding-left: 20px;
    padding-right: 15px;
  }
  .parrafo-margen p, .parrafo-margen .contenedor-from-eventos p, .parrafo-margen .contenedor-from-eventos h2{
      padding-left: 15px !important;
      padding-right: 15px;
  }
  .parrafo-margen .contenedor-from-eventos img{
    padding-left: 15px !important;
    margin-bottom: 30px;
  }
  .contenedor-from {
    border-left: 0px solid #e2e2e2 !important;
}
}
.C-G{ color: #aeaeae; }
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width: 300px;
  color: #000000;
  background: #FFCC00;
  text-align: left;
  visibility: hidden;
  border-radius: 5px;
  padding: 15px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFCC00;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 100px;
  left: 50%;
  margin-left: -150px;
  z-index: 999;
}
.text-link{
  color: #aeaeae;
  font-family: 'Intro-Black';
  font-size: 18px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px){
  a.tooltips {
    width: 100%;
    position: relative;
    display: inline;
}
  a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 100px;
    left: 0;
    margin-left: 0px;
    z-index: 999;
  }
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background-image: linear-gradient(to right, transparent 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
    background-image: linear-gradient(to right, transparent 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity:1;
    filter: alpha(opacity=100);
    font-size: 50px;
    color: #ffcc00;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 46px;
    height: 52px;
    margin-top: -10px;
    font-size: 50px;
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffcc00;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.cont-productos{
  width: 95%;
  padding: 10px 10px;
  border: 1px solid #ffcd05;
  background: rgba(255,204,0,1);
  background: -moz-linear-gradient(45deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,218,68,1) 51%, rgba(255,204,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,204,0,1)), color-stop(50%, rgba(255,204,0,1)), color-stop(51%, rgba(255,218,68,1)), color-stop(100%, rgba(255,204,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,218,68,1) 51%, rgba(255,204,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,218,68,1) 51%, rgba(255,204,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,218,68,1) 51%, rgba(255,204,0,1) 100%);
  background: linear-gradient(45deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,218,68,1) 51%, rgba(255,204,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00', GradientType=1 );
}
.titulo-h h1{
  font-family: 'Intro-Black';
  font-size: 30px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.sub-titulo-h p{
  font-family: Arial;
  font-size: 22px;
  color: #5b4b0a;
  padding-left: 10px;
  font-weight: bold;
  margin-top: 0px;
}
.descriptcion-producto{
  width: 100%;
}
.descriptcion-producto p{
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Arial';
  font-size: 13px;
  color: #5b4b0a;
  line-height: 1.8;
}
.carousel-caption {
    left: 0%; 
    right: 0%;
    padding-bottom: 30px;
}
.carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0px 0px transparent;
}
.nombre-p{
  font-family: 'IntroBlack';
  font-weight: normal;
  font-size: 25px;
  color: #ffcc00;
  margin-top: 0px;
  text-transform: uppercase;
}
.caracteristicas{
  font-family: 'Arial';
  font-size: 16px;
  color: #9c9b9b;
  line-height: 1.5;
  margin-top: 0px;
  /*width: 464px;*/
  text-align: left;
}
.carousel-alfajor{ height: 694px; }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 25%;
}
.carousel-control.galery-eventos .icon-prev, .carousel-control.galery-eventos .icon-next, .carousel-control.galery-eventos .glyphicon-chevron-left, .carousel-control.galery-eventos .glyphicon-chevron-right {
  top: 50%;
}
.tel{
    font-family: ' Intro-Light', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #aeaeae;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.tel i {
    color: #ffcc00;
    font-size: 25px;
    padding-right: 15px;
}
.descript-contacto{
  color: #000;
}
@media (max-width: 767px){
  .tel{
    font-size: 15px;
    padding-left: 10px;
  }
}
.text-label, .dataTables_filter label {
    font-family: 'Arial';
    font-size: 16px;
    color: #aeaeae;
    font-weight: normal;
}
.dataTables_filter label{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}
.input-from input, .dataTables_filter label input {
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    background: #fbfafa;
    background: -moz-linear-gradient(top, #fbfafa 0%, #ffffff 48%, #fbfafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfafa), color-stop(48%,#ffffff), color-stop(100%,#fbfafa));
    background: -webkit-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -o-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -ms-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: linear-gradient(to bottom, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa', endColorstr='#fbfafa',GradientType=0 );
    border: 1px solid #cfcece;
    color: #aeaeae;
}
textarea {
    overflow: auto;
    width: 100%;
    background: #fbfafa;
    background: -moz-linear-gradient(top, #fbfafa 0%, #ffffff 48%, #fbfafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfafa), color-stop(48%,#ffffff), color-stop(100%,#fbfafa));
    background: -webkit-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -o-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -ms-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: linear-gradient(to bottom, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa', endColorstr='#fbfafa',GradientType=0 );
    padding: 10px 10px;
    border: 1px solid #cfcece;
    color: #aeaeae;
}
button, select {
    text-transform: none;
    width: 100%;
    background: #fbfafa;
    background: -moz-linear-gradient(top, #fbfafa 0%, #ffffff 48%, #fbfafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfafa), color-stop(48%,#ffffff), color-stop(100%,#fbfafa));
    background: -webkit-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -o-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: -ms-linear-gradient(top, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    background: linear-gradient(to bottom, #fbfafa 0%,#ffffff 48%,#fbfafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa', endColorstr='#fbfafa',GradientType=0 );
    font-family: 'Arial';
    font-size: 16px;
    color: #aeaeae;
    padding: 10px 10px;
    border: 1px solid #cfcece;
}
.space {
    padding: 10px 0;
}
.space3 {
    padding: 20px 0;
}
input[type="submit"]:hover {
    background-color: #8b8989;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #aeaeae;
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
}
.boton a.boton-pro {
    padding: 15px 15px;
    background: #aeaeae;
    color: #fff;
    cursor: pointer;
}
.boton a.boton-pro:hover {
    background-color: #ffcc00;
}
.MM-pro{
  margin: 0 2px;
}
.MT{ margin-top: 40px; }
.botones {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.botones {
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: 44px;
    z-index: 1;
}
.btn-venta{
  position: relative;
  margin-right: 20px;
  margin-top: -35px;
  z-index: 1;
}
.img-back{
  position: absolute;
  top: 0;
  z-index: 0;
  margin-top: 90px;
}
.link p, .link p a{
      color: #8b8a8a;
    text-decoration: none;
    cursor: pointer;
}
.link-propuesta{
  width: 100%
  background: #ffd426;
  background: -moz-linear-gradient(45deg, #ffd426 0%, #ffcc00 50%, #ffcc00 50%, #ffdb4b 51%, #ffcf13 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffd426), color-stop(50%,#ffcc00), color-stop(50%,#ffcc00), color-stop(51%,#ffdb4b), color-stop(100%,#ffcf13));
  background: -webkit-linear-gradient(45deg, #ffd426 0%,#ffcc00 50%,#ffcc00 50%,#ffdb4b 51%,#ffcf13 100%);
  background: -o-linear-gradient(45deg, #ffd426 0%,#ffcc00 50%,#ffcc00 50%,#ffdb4b 51%,#ffcf13 100%);
  background: -ms-linear-gradient(45deg, #ffd426 0%,#ffcc00 50%,#ffcc00 50%,#ffdb4b 51%,#ffcf13 100%);
  background: linear-gradient(45deg, #ffd426 0%,#ffcc00 50%,#ffcc00 50%,#ffdb4b 51%,#ffcf13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd426', endColorstr='#ffcf13',GradientType=1 );
  padding: 12px 12px;
}
.contenedor-from {
    border-left: 1px solid #e2e2e2;
}
@media (max-width: 767px){
  .cont-productos{
    width:100%;
    padding: 10px 10px;
  }
  .space-xs {
      padding: 10px 0;
  }
  .mt{ margin-top: 15px; }
  .img-back{ margin-top: 60px; }
  .botones{ margin-left: 0; margin-top: 25px; margin-bottom: 20px; }
  .btn-venta{ width: 50px; margin-right: 10px; }
  .MMMB{ margin-bottom: 15px; }
  .space-mobile { margin-top: 50px; }
  .PM{ padding: 0px 5px; }
  .text-center-mobile{
    text-align: center;
  }
  .carousel-control {
    opacity: .2;
  }
  .carousel-caption {
      padding-left: 20px;
      padding-right: 20px;
  }
  .caracteristicas p{
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .space-xs {
      padding: 10px 0;
  }
}

/*MAPA HAVANNA EN EL MUNDO*/

.myCanvas{
  position: relative;
}
#argentina{ left: 162.5px; top: -70px; }
#argentina:hover{ opacity: 0.0; }

#bolivia{ left: -10px; top: -96px; }
#bolivia:hover{ opacity: 0.0; }

#peru{ left: 29px; top: -100px; }
#peru:hover{ opacity: 0.0; }

#chile{ left: 115px; top: -63px; }
#chile:hover{ opacity: 0.0; }

#brasil{ left: 142px; top: -104px; }
#brasil:hover{ opacity: 0.0; }

#paraguay{ left: 103px; top: -90px; }
#paraguay:hover{ opacity: 0.0; }

/*#uruguay{ left: -8px; top: -81px; }
#uruguay:hover{ opacity: 0.0; }

#mexico{ left: -26px; top: -141px; }
#mexico:hover{ opacity: 0.0; }*/

#usa{ left: -55.5px; top: -174px; }
#usa:hover{ opacity: 0.0; }

#espana{ left: 87px; top: -177px; }
#espana:hover{ opacity: 0.0; }

#venezuela{ left: 74px; top: -126px; }
#venezuela:hover{ opacity: 0.0; }

@media (min-width: 992px) and (max-width: 1199px){
  #argentina{ left: 151.5px; top: -66px; }

  #bolivia{ left: -20px; top: -90px;}

  #peru{ left: 20px; top: -95px; }

  #chile{ left: 106px; top: -60px; }

  #brasil{ left: 130px; top: -98px; }

  #paraguay{left: 92px; top: -86px;}

  /*#uruguay{ left: -9px; top: -80px; }

  #mexico{ left: -25px; top: -141px; }*/

  #usa{ left: -60.5px; top: -165px; }

  #espana{ left: 71px; top: -167px; }

  #venezuela{ left: 64px; top: -119px; }
}
@media (min-width: 768px) and (max-width: 991px){
  #argentina{ left: 208.5px; top: -87px; }

  #bolivia{ left: 32px; top: -120px; }

  #peru{left: 65px; top: -125px;}

  #chile{ left: 153px; top: -77px;}

  #brasil{left: 194px; top: -131px;}

  #paraguay{left: 149px; top: -113px;}

  /*#uruguay{ left: 51px; top: -105px; }

  #mexico{ left: 9px; top: -185px; }*/

  #usa{ left: -35.5px; top: -221px;}

  #espana{ left: 147px; top: -223px;}

  #venezuela{left: 118px; top: -158px;}
}
@media(max-width: 767px){
  #argentina{ left: 218.5px; top: -90px; opacity: 0; display: none;}

  #bolivia{ left: 2px; top: -125px; opacity: 0; display: none;}

  #peru{ left: 75px; top: -130px; opacity: 0; display: none;}

  #chile{ left: 163px; top: -80px; opacity: 0; display: none;}

  #brasil{ left: 204px; top: -135px; opacity: 0; display: none;}

  #paraguay{ left: 160px; top: -117px; opacity: 0; display: none;}

  /*#uruguay{ left: 51px; top: -105px; opacity: 0;}

  #mexico{ left: 9px; top: -185px; opacity: 0;}*/

  #usa{ left: 23.5px; top: -203px; opacity: 0; display: none;}

  #espana{ left: 141px; top: -232px; opacity: 0; display: none;}

  #venezuela{ left: 127px; top: -165px; opacity: 0; display: none;}
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.titulo-ac{ 
  font-family: 'Intro-Light',sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #ffcc00;
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 0px;
}
.text-ac{
  font-size: 14px;
    line-height: 22px;
    font-family: 'arial';
    color: #858484;
    padding-left: 0px;
}
.text-ac2{
  font-size: 12px;
    line-height: 18px;
    font-family: 'arial';
    color: #858484;
    padding-left: 0px;
}
.panel-group .panel{ margin-top: 20px; }
.panel-default{
  width: 94%;
  margin-left: 3%;
}
.space2{ margin-top: 15px }
.textar { width: 100% }
.titulo-historia3 {
  font-family: 'Intro-Light',sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #ffcc00;
  margin-left: 0px;
}
.titulo-historia3 span em{ font-size: 18px; }

@media (max-width: 767px){
  .panel-body {
    padding: 0px !important; 
  }
  .NMM{ padding-left: 0px; padding-right: 0px; }
  .textar {
      width: 100%;
  }
}

a.btn-ver{
  font-size: 20px;
  font-family: 'Intro-Black';
  color: #fff;
  padding-top: 10px;
}
a.btn-default-ver{
  background-color: #aeaeae;
  padding: 10px 20px; 
  position:relative;      
        -webkit-box-shadow:0 0px 10px #b9b9ba;
        -moz-box-shadow:0 0px 10px #b9b9ba;
        box-shadow:0 0px 10px #b9b9ba ;
}
a.btn-default-ver:hover{
  background-color: #ffb900;
  color: #fff;
}

.foto-bars{
  margin-top: 0px;
  margin-left: 0px;
  z-index: -10;
  width: 323px; 
  height:193px;
  overflow: hidden;
}

.alerta-mensaje{
    font-family: 'Intro-Light',sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #aeaeae;
    margin-top: 20px;
    margin-left: -20px;
}
.alerta-mensaje-ventas{
    font-family: 'Intro-Light',sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #aeaeae;
}
@media(max-width: 767px){
  .MM2{
    padding: 0 15px;
  }
  .alerta-mensaje{
    margin-left: 0;
  }
}
.btn-formulario{
      cursor: pointer;
    background-color: #aeaeae;
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-family: 'Arial';
    font-size: 16px;
    font-weight: bold;
}
.btn-formulario:hover{
  text-decoration: none;
  background-color: #8b8989;
  color: #fff;

}    
.fa-margen{
  margin-right: 10px;
  margin-left: 10px;
}
.PD-SR p{ padding-right: 10px; }
.PD-SL p{ padding-left: 5px; }
.recomendaciones p{
  font-size: 12px;
}
.pasos_recomendados p{
  font-size: 10px;
  margin-bottom: 0px;
  line-height: 18px;
}
.btn-contactos{
  position: absolute;
  right: 0;
  top: 50px;
}
a.btn-header{
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-flex; 
  transition: 2s all ease;
  margin-bottom: 10px;
}
.btn-header svg{
  fill:#907300;
}
a.btn-header:hover{
  background-color: #e2b502;
}
a.btn-header:hover svg  {
  fill: #fff;
  transition: .6s all ease;
}
@media (max-width: 992px){
  .btn-contactos{
    position: initial;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  a.btn-header{
    background-color: #e2b502;
  } 

  .btn-header svg{
    fill:#fff;
  }
}
.cont-galeria p{
  font-family: 'Intro-Black',sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffcc00;
}
.cont-galeria .padin-lp{
  padding-left: 30px;
  padding-right: 30px;
}
.cont-galeria .padin-lp img{
  border: 3px solid #ffde47;  
}
.cont-ing{
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
.hover-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 222, 71, 0.8);
  background-image: url(../images/lupa.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 2s all ease;
  cursor: pointer;
}
.cont-ing:hover .hover-img{
  opacity: 1; 
}
.contenido-archivos .row{
  margin: 0 10px;
}