@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5lj4s3');
  src:  url('fonts/icomoon.eot?5lj4s3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5lj4s3') format('truetype'),
    url('fonts/icomoon.woff?5lj4s3') format('woff'),
    url('fonts/icomoon.svg?5lj4s3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e945";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-pinterest2:before {
  content: "\ead2";
}


/*Aqui empieza la parte social*/
.social ul 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.social ul li 
{
  display: inline;
  float: left;
}

.social ul li a 
{ 
  font-size: 20px;
  margin: 3px;
  display: inline-block;
  color: #ffff;
  background: #000;
  padding: 10px 10px;
  text-decoration: none;
}

.social ul li .icon-facebook {background: #3b5998;}
.social ul li .icon-instagram {background: #3f729b;}
.social ul li .icon-pinterest2 {background: #c8232c;}
.social ul li .icon-whatsapp {background: #075e54;}

.containerCoupon 
{
  padding: 10px 11px 10px 14px;
  border: 2px dashed #3abfd5;
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  position: relative;
  border-radius: 4px;
  vertical-align: middle;
}
.containerCoupon .offdeposit 
{
  color: #a20000;
  padding-bottom: 7px;
}
.containerCoupon .textcoupon 
{
  background: #fafafa;
  border: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
  border-radius: 4px;
}
.containerCoupon .excursioneer-icon 
{
  position: absolute;
  bottom: 17px;
  left: -15px;
  font-size: 26px;
  background: #fff;
  padding: 3px 0;
}
