@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Arvo);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  color: #333333;
  font: 14px/16px 'Droid Sans', Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}
a[href^="tel:"] {
  color: #ffffff;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 66px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: bold 23px/26px 'Arvo', serif;
  margin-top: 9px;
  color: #009345;
  letter-spacing: 0.5px;
}
h3 {
  font: 16px/20px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #009345;
  margin-top: 4px;
}
h4 {
  font: 14px/18px 'Asap', Arial, sans-serif;
  color: #333333;
  margin-top: 9px;
  line-height: 150%;
}
h4 img {
  max-width: 28px;
}

.tooltipPrecio {
    font: bold 19px/20px 'Asap', Arial, sans-serif;
    color: #ff0000;
    text-align: right;
    display: inline-block;
    border-bottom: 0px dotted #333;    
}

.tooltipPrecio .tooltiptext {
    visibility: hidden;
    font: 14px/15px Verdana, Arial, sans-serif;
    width: 320px;
    background-color: #dedede;
    border: 1px solid #333333;
    color: #333;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipPrecio:hover .tooltiptext {
    visibility: visible;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 10px 0 0;
  position: relative;
  z-index: 100;
  text-align: center;
}
.content_header {
  margin-bottom: 2px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.facebook {
overflow: hidden; 
width: 100%; 
text-align: Left;
}

/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  width: 100%;
  margin-top: 35px;
  padding: 25px 0 23px;
  background: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu {
  display: inline-block;
  margin-left: -23px;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 77px 0 0;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  margin: 0;
}
.sf-menu > li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  right: -41px;
  top: 11px;
  background: #000000;
  border-radius: 500px;
}
.sf-menu > li:last-child:before,
.sf-menu > li#last-li:before {
  display: none;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px;
  font: 24px/24px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
  /*	&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;

				}*/
}
.sf-menu > li.current > a {
  color: #ffff00;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 50px;
  left: 0px;
  background: #000000;
  line-height: 25px;
  padding: 10px 0px 10px;
  width: 250px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid #fff;
}
.sf-menu ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 18px;
  height: 10px;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  padding-left: 10px;
  line-height: 25px;
  border-bottom: 1px solid #eaeaea;
}
.sf-menu ul li:last-child,
.sf-menu ul li.last-submenu-li {
  border: none;
}
.sf-menu ul li a {
  font: 300 14px/29px 'Asap', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #ffff00;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #FFFF99;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 126px;
  background: #000000;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #252f38;
}
@media only screen and (max-width: 1199px) {
  .sf-menu {
    margin-left: 0;
  }
  .sf-menu > li {
    margin-right: 27px;
  }
  .sf-menu > li:before {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    margin-right: 15px;
  }
  .sf-menu > li a {
    font: 20px/24px 'Asap', Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    padding: 10px;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #000000;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  width: 100%;
  left: 0;
  background: #fff;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #d2cfb7;
}
.isStuck h1,
.isStuck .txt1 {
  /*height: 100px;*/
  display: none;
}
.isStuck nav {
  padding: 0;
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.isStuck .sf-menu ul.submenu {
  top: 35px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #009345;
  text-decoration: none;
}
a.link1 {
  color: #009345;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #000000;
}
a.link3 {
  color: #000000;
}
a.link2:hover {
  color: #009345;
}
a.link3:hover {
  color: #009345;
}
a.link4 {
  font: bold 16px/20px 'Trebuchet MS', Arial, sans-serif;
  color: #009345;
}
a.link4:hover {
  color: #000000;
}
.txt1 {
  font: bold 13px/20px 'Asap', Arial, sans-serif;
  color: #000000;
  margin-top: 26px;
  margin-bottom: -16px;
}
.txt2 {
  font: 16px/20px 'Asap', Arial, sans-serif;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 8px;
}
.txt2.v2 {
  color: #000000;
}
.txt3 {
  font: 16px/20px 'Asap', Arial, sans-serif;
  color: #333333;
  margin-top: 15px;
  margin-bottom: -16px;
}
.txt_precio {
  font: bold 19px/20px 'Asap', Arial, sans-serif;
  color: #ff0000;
  margin-top: 26px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.txt_precio.v2 {
  font: bold 29px/30px 'Asap', Arial, sans-serif;
  color: #ff0000;
}
.txt_tarifa {
  font: 700 32px Verdana, sans-serif;
  color: #ffff00;
  margin-top: 20px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.txt_error {
  font: bold 19px/20px 'Raleway', Arial, sans-serif;
  color: #ff0000;
  margin-top: 26px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.txt_azul {
  font: bold 19px/20px 'Raleway', Arial, sans-serif;
  color: #0000ff;
  margin-top: 26px;
  margin-bottom: 8px;
}
.txt_section1 {
  margin-top: 33px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #d2cfb7;
  margin-bottom: -6px;
}
.txt_section1 h3 {
  margin-top: 4px;
}
.txt_section1 p {
  margin-top: 9px;
}
.txt_section1 .more_btn {
  margin-top: 14px;
}
.item_published {
  color: #FFFF99;
  float: left;
  font: 17px/20px 'Asap', sans-serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 20px 0 0;
}
.item_published span {
  display: block;
  font: bold 30px/30px 'Asap', sans-serif;
}
.article-bordered-home {
  border-left: 0px solid #d2cfb7;
  border-right: 1px solid #d2cfb7;
  margin: 0 37px;
  padding: 0 57px;
}
.article-bordered {
  border-left: 1px solid #d2cfb7;
  border-right: 1px solid #d2cfb7;
  margin: 0 37px;
  padding: 0 57px;
}
.color1 {
  color: #FFFF99;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.color4 {
  color: #009345;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .txt_left {
    text-align: center;
  }
  .txt_right {
    text-align: center;
  }
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 7px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.padRight3 {
  padding-right: 30px;
}
.mar1 {
  margin: 0 7px;
}
.mar2 {
  margin-right: 27px;
}
.figure1 {
  margin-top: 30px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 6px;
}
.marTop2 {
  margin-top: 27px;
}
.marTop3 {
  margin-top: 17px;
}
.marTop4 {
  margin-top: 8px;
}
.marTop5 {
  margin-top: 48px;
  z-index: 1;
  position: relative;
}
.marTop6 {
  margin-top: 19px;
}
.marTop7 {
  margin-top: 7px;
}
.marTop8 {
  margin-top: 40px;
}
.marTop9 {
  margin-top: 56px;
}
.marTop10 {
  margin-top: 26px;
}
.container.blog {
  position: relative;
}
.container.blog:after {
  position: absolute;
  display: block;
  width: 1px;
  top: 79px;
  bottom: -60px;
  background: #d2cfb7;
  left: 806px;
}
.bot_line {
  padding-bottom: 40px;
  border-bottom: 1px solid #d2cfb7;
}
.hline {
  width: 100%;
  height: 1px;
  background: url(../images/hline.png) repeat-x;
  margin-top: 31px;
  margin-bottom: 5px;
}
p {
  margin-top: 11px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 30px;
}
.img2 {
  float: left;
  margin-right: 19px;
}
.img3 {
  margin-top: 22px;
  padding-bottom: 2px;
}
.img4 {
  margin-top: 14px;
  float: left;
  margin-right: 19px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.year_section {
  font: 13px/20px 'Asap', Arial, sans-serif;
  float: left;
  color: #000;
  min-width: 44px;
  display: block;
  margin-top: 22px;
}
.num_section {
  font: 300 52px/52px 'Asap', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 76px;
  background-color: #000000;
  float: left;
  text-align: center;
  margin-top: 30px;
  margin-right: 25px;
  color: #fff;
  font: 14px/18px 'Asap', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 2px;
  background: #000000;
}
.day {
  font: bold 37px/37px 'Droid Sans', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Droid Sans', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}

/* ===========================
           CUPONES
==============================*/
TD.cupondescrip {
FONT-FAMILY: "Trebuchet MS";
FONT-SIZE: 10pt;
COLOR: #000000;
TEXT-ALIGN: Left
}

TD.cupondto {
FONT-FAMILY: "Trebuchet MS";
FONT-SIZE: 14pt;
COLOR: #FF6600;
TEXT-ALIGN: right
}

TD.cuponpreciogde {
FONT-FAMILY: "Trebuchet MS";
FONT-SIZE: 20pt;
FONT-WEIGHT: bold;
COLOR: #ffff00;
text-shadow: 1px 1px #000;
background-image:url('/images/cupon_etiqueta.gif');
background-position: top right;
background-repeat: no-repeat;
vertical-align:middle;
PADDING-RIGHT: 12pt;
padding-bottom: 3pt;
TEXT-ALIGN: right;
height:90px;
width:175px;
}

TABLE.cupon {
PADDING-LEFT: 0pt;
border-top-style: solid;
border-top-width: 0px;
border-top-color: #808080;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #000000;
border-left-style: solid;
border-left-width: 0px;
border-left-color: #808080;
border-right-style: solid;
border-right-width: 0px;
border-right-color: #808080
}

div.CuponPagina {
FONT-FAMILY: "Trebuchet MS";
FONT-SIZE: 14pt;
TEXT-ALIGN: right;
border-top-style: solid;
border-top-width: 2px;
border-top-color: D6D3CE;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: D6D3CE;
COLOR: #009345;
BACKGROUND-COLOR: #FFFFFF
}

TD.titulocuponera {
  FONT-FAMILY: "Trebuchet MS";
  FONT-SIZE: 12pt;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR:#009345;
  TEXT-ALIGN: Left;
  PADDING-LEFT: 5pt
  }

A.linkcellCupon {
  FONT-FAMILY: "Trebuchet MS";
  FONT-SIZE: 11pt;
  COLOR: #009345;
  BACKGROUND-COLOR:#FFFFFF;
  TEXT-ALIGN: Left;
  TEXT-DECORATION: none
} 

A:hover.linkcellCupon {
COLOR: #FF6600;
TEXT-DECORATION: none
}

A.linkcellCuponTit {
  FONT-FAMILY: "Trebuchet MS";
  FONT-SIZE: 13pt;
  FONT-WEIGHT: bold;
  COLOR: #FFFF00;
  BACKGROUND-COLOR:#009345;
  TEXT-ALIGN: center;
  TEXT-DECORATION: none
} 

A:hover.linkcellCuponTit {
COLOR: #FF6600;
TEXT-DECORATION: none
}

/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 13px;
}
.listWithMarker.v2 {
  margin-top: 26px;
}
.listWithMarker li {
  display: block;
  padding-left: 18px;
  margin-bottom: 0;
  padding-bottom: 4px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f054';
  font: normal normal 12px/20px 'FontAwesome';
  color: #000000;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  font: 13px/20px 'Asap', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #ff0000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  font: 16px/18px "Asap", Arial, sans-serif;
  padding: 4px 20px;
  color: #ffffff;
  background: #009345;
  vertical-align: middle;
  text-transform: uppercase;
}
.more_btn.v2 {
  margin-top: 35px;
  padding: 8px 52px;
}
.more_btn.v3 {
  background: #cccccc;
  color: #333333;
}
.more_btn:hover {
  background: #cccccc;
  color: #009345;
}
.more_btn.v3:hover {
  background: #000000;
  color: #fff;
}
.more_btn2 {
  display: inline-block;
  margin-top: 24px;
  text-decoration: none;
  font: 13px/18px "Asap", Arial, sans-serif;
  color: #000;
}
.more_btn2:hover {
  background: #FF0000;
  color: #FFF;
}
.srch_btn {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  padding: 13px 20px 7px;
  outline: none;
  color: #ffffff;
  height: 48px;
  border: 0px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #009345;
}
.srch_btn:hover {
  background: #cccccc;
  color: #009345;
}
.btn_orng {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  line-height: 26px;
  font-size: 16px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  padding: 13px 20px 7px;
  outline: none;
  color: #ffffff;
  height: 48px;
  border: 0px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #ff6600;
}
.btn_orng:hover {
  background: #009345;
  color: #ffff00;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
.zoom2 {
  position: absolute;
  bottom: -24px;
  right: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 500px;
  background: url(../images/zoom_icon.png) 50% 50% no-repeat #FFFF99;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom2 {
  background-color: #ffffff;
  bottom: 50%;
  right: 50%;
  margin-right: -24px;
  margin-bottom: -24px;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: inline-block;
  margin-top: 13px;
  white-space: nowrap;
  text-align: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
}
.soc_icons > li + li {
  margin-left: 4px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #fff;
  background: #4264ab;
  text-align: center;
  border-radius: 500px;
}
.soc_icons > li + li > a {
  background: #46e3ee;
}
.soc_icons > li + li + li > a {
  background: #ff9124;
}
.soc_icons i {
  font: normal normal 15px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #FFF;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
.main {
  width: 1312px;
  margin: 0 auto;
}
#content {
  padding: 0 0 56px 0;
  /*overflow: hidden;*/
}
.content_pages {
  /*margin-top: -24px;*/
  padding-bottom: 100px !important;
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding: 5px 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  color: #000000;
  overflow: hidden;
}
.box-1.v2 {
  margin-top: 80px;
  padding-bottom: 51px;
}
.box-1.v3 {
  margin-top: 60px;
  padding-bottom: 55px;
}
.box-1.v4 {
  background: #FFFFFF;
  margin-top: 30px;
  text-align: left;
}
.box-1.v5 {
  margin-top: 20px;
  padding-bottom: 00px;
  background: #FFFF00;
  text-align: center;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 15px 15px 33px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #dedede;
  color: #000000;
  z-index: 0;
  text-align: left;
}
.box-tarifa {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 15px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #009345;
  color: #ffffff;
  z-index: 0;
  text-align: center;
}
.box-prop {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 15px 15px 33px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cccccc;
  color: #000000;
  z-index: 0;
  text-align: left;
}
.box-index {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 15px 15px 33px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #009345;
  color: #ffffff;
  z-index: 0;
  text-align: left;
}

.box-idx {
  position: relative;
  border-radius: 10px;
  border: 5px solid #ffffff;
  width: 370px;
  min-width: 180px;
  height: 149px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
}

.box-idx.ancho {
  width: 100%;
}

.box-idx.verde {
  background: #009345;
}

.box-idx.naranja {
  background: #FF4000;
}

.box-idx.azul {
  background: #2E64FE;
}

.box-idx.rojo {
  background: #FF0000;
}

.box-idx.gris {
  background: #6E6E6E;
}

.box-idx.blanco {
  background: #ffffff;
}

a.lnk-icon {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
a.lnk-icon:hover {
  color: #ffff00;
}
a.lnk-icon-txt {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  padding-top: 20;
}
a.lnk-icon-txt:hover {
  color: #ffff00;
}

.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 30px;
  margin-bottom: 29px;
  position: relative;
  height: 397px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 20px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 358px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  font: 16px/20px "Asap", Arial, sans-serif;
  padding-top: 24px;
  display: block;
  text-transform: uppercase;
  color: #333333;
  line-height: 18px;
}
.address1 dt {
  font: 18px/24px "Asap", Arial, sans-serif;
  color: #000000;
  margin-bottom: 17px;
}
.address1 dd span {
  color: #333333;
  min-width: 88px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 16px 0 30px;
  overflow: hidden;
  font-size: 13px;
  color: #ffffff;
  background: #009345;
  text-align: center;
}
.txt_priv {
  margin-top: 19px;
  /*min-width: 280px;*/
}
.txt_priv a:hover {
  color: #0000ff;
}
.figure1,
.figure1 a {
  width: 100%;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  width: 54px;
  height: 54px;
  font-size: 29px;
  line-height: 54px;
  z-index: 20;
  background: #333333;
  border-radius: 500px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #FFFFFF;
  background: #000000;
}
@media only screen and (max-width: 1449px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1299px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .imgOriginal {
    padding: 0;
  }
  .main {
    width: 100%;
  }
  .article-bordered {
    margin: 0;
    padding: 0;
    border: none;
    padding: 0 30px;
  }
  .date_section + h3 br {
    display: none;
  }
  .container.blog:after {
    left: 660px;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form select,  
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .container.blog:after {
    left: 530px;
  }
  .address1 dd span {
    min-width: 81px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .article-bordered {
    padding: 0;
  }
  .img4 {
    float: none;
    margin-right: 0;
  }
  .container.blog:after {
    display: none;
  }
  .article-bordered-home {
	border-left: 0px solid #d2cfb7;
	border-right: 0px solid #d2cfb7;
	margin: 0 37px;
	padding: 0 57px;
  }
  .facebook {
	overflow: hidden; 
	width: 90%; 
	text-align: Left;
	margin: 0 37px;
	padding: 0 57px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h2 {
    font: bold 23px/26px 'Arvo', serif;
    margin-top: 9px;
    color: #009345;
    letter-spacing: 0.5px;
  } 
  .marTopMobile {
    margin-top: 7px;
  }
  .article-bordered-home {
	border-left: 0px solid #d2cfb7;
	border-right: 0px solid #d2cfb7;
	margin: 0 20px;
	padding: 0 31px;
  }
  .facebook {
	overflow: hidden; 
	width: 90%; 
	text-align: Left;
	margin: 0 37px;
	padding: 0 57px;
  }
}
/*Core variables and mixins*/
