/* General */
html { font-size: 62.5%; background-color: transparent;}
body {
  background-color: #fff !important;
  color: #000 !important;
  font-family: 'PT Serif', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
#page {
	/*overflow: scroll;
	-webkit-overflow-scrolling: touch;*/
	padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
.row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.site-header {
	float: left;
  width: 100%;
  height: 85px;
  min-height: 85px;
  padding: 0 34px 0 34px;
  margin: 0 0 0 0;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header .site-title {
	float: left;
  width: auto;
  height: 29px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: transparent;
  position: relative;
  background-image: url('../img/logo-ines-parias.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  flex: 1;
}
.site-header .site-title a, .site-header .site-title a:hover {
	width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 29px;
  font-size: 3.5rem;
  line-height: 2.9rem;
  letter-spacing: -0.06em;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-indent: -99999px;
  float: left;
}
.site-header .col-right {
  color: #FF4200;
  font-family: 'PT Serif', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 25px;
  font-size: 2.3rem;
  line-height: 2.5rem;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  text-align: right;
  float: right;
  width: auto;
  text-transform: none;
  position: relative;
  flex: 1;
}
.site-header .col-left {
	float: left;
  width: auto;
  position: relative;
  flex: 1;
}
.site-header .col-left ul {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: auto;
  height: 100%;
  list-style: none;
  float: left;
}
.site-header .col-left ul li {
    margin: 0 14px 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 28px;
    height: 28px;
    float: left;
}
.site-header .col-left ul .item-icon.icon-phone {
  background-image: url('../img/icon-phone.svg') !important;
}
.site-header .col-left ul .item-icon.icon-mail {
  background-image: url('../img/icon-mail.svg') !important;
}
.site-header .col-left ul .item-icon.icon-instagram {
  background-image: url('../img/icon-instagram.svg') !important;
}
.site-header .col-left ul .item-icon a, .site-header .col-left ul .item-icon a:hover {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/* Content */
.site-content {
	float: left;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: transparent;
  position: relative;
  flex: 1;
  overflow: hidden;
}
/* Slide */
#slides {
	width: 100%;
  height: 100%;
}
.slides-control {
	width: 100% !important;
  height: 100% !important;
  position: relative;
}
.slides-control .slides-container {
	padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}
.wide-container ul {
	list-style: none !important;
	padding: 0;
}
.slides-control .slides-container li {
	list-style: none !important;
	width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.wide-container li:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
		/*background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0.69) -20%, rgba(0,0,0,0.00) 82%);*/
    content: '';
    z-index: 1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));

}
.wide-container li {
  text-align: center;
  background-color: transparent;
}
/*.wide-container li:after {
	content: '';
	background-color: #D8D8D8;
	background: rgba(0,0,0,0.20);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}*/
.wide-container li .caption {
  position: absolute;
  text-align: center;
  padding: 0;
  background-color: transparent;
  z-index: 1000;
  width: 100%;
  max-width: 970px;
  top: 50%;
  left: 50%;
  padding: 0 0 0 0;
  margin: 0 auto;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wide-container li .caption .content-caption {
	
}
.wide-container li .caption p {
  color: #fff;
  font-family: 'PT Serif', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 21px;
  font-size: 1.9rem;
  line-height: 2.1rem;
  padding: 0 0 0 0 !important;
  margin: 0 0 21px 0 !important;
  text-decoration: none !important;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: none;
}
.wide-container li .caption h2, .wide-container li .caption h2 a, .wide-container li .caption h2 a:hover {
  color: #fff;
  font-family: 'PT Serif', sans-serif !important;
  font-weight:  700;
  font-style: normal;
  font-size: 34px;
  line-height: 36px;
  font-size: 3.4rem;
  line-height: 3.6rem;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: none;
}
#slides {
  position: relative !important;
}
.wide-container {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.slides-navigation {
  top: 50%;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slides-navigation a.next {
  top: 0;
  right: 0;
  /*background-image: url('../img/nav-slider-next.png');*/
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 70% center;
  outline: 0 !important;
}
.slides-navigation a.prev {
  top: 0;
  left: 0;
  /*background-image: url('../img/nav-slider-prev.png');*/
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 30% center;
  outline: 0 !important;
}
.slides-navigation a {
  position: absolute;
  display: block;
  text-align: center;
  background: transparent;
  border: 0px solid transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1100;
  text-indent: -99999px;
  margin-top: 0;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 44px;
  font-size: 4.4rem;
  padding: 0;
  width: 20%;
  height: 100%;
  bottom: 112px;
}
.wide-container .slides-pagination {
	display: none;
}
.wide-container li .video-background {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wide-container li .video-foreground, .video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .wide-container li .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .wide-container li .video-foreground { width: 300%; left: -100%; }
}
@media (max-width: 1440px) and (min-width: 768px) {
	
}
@media only screen and (max-width: 1170px) {
	
}
@media (max-width: 960px) and (min-width: 768px) {

}
@media (min-width: 768px) {
	.visible-mobile {
		display: none;
	}
	.hidden-mobile {
		display: block;
	}
}
@media (max-width: 767px) {
	.visible-mobile {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}
	.site-header {
    width: 100%;
    height: 59px;
    min-height: 59px;
    padding: 0 18px 0 18px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
	}
	.site-header .site-title {
    float: left;
    width: 50%;
    height: 26px;
    flex: none;
    background-position: left center;
  }
  .site-header .col-left {
    float: right;
    width: 50%;
    flex: none;
  }
  .site-header .col-left ul {
	  float: right;
  }
  .site-header .col-left ul li {
    margin: 0 0 0 14px;
  }
  .wide-container li .caption p {
	  font-size: 13px;
	  line-height: 14px;
	  font-size: 1.3rem;
	  line-height: 1.4rem;
	  letter-spacing: -0.03em;
	  padding: 0 0 0 0 !important;
	  margin: 21px 0 0 0 !important;
	  font-weight: 700;
	}
	.wide-container li .caption h2, .wide-container li .caption h2 a, .wide-container li .caption h2 a:hover {
	  font-size: 19px;
	  line-height: 21px;
	  font-size: 1.9rem;
	  line-height: 2.1rem;
	  letter-spacing: -0.03em;
	  padding: 0 0 0 0 !important;
	  margin: 0 0 0 0 !important;
	  font-weight: 700;
	}
}
@media (max-width: 468px) {
	
}
@media only screen and (max-height: 375px){
	
}
@media (max-width: 374px) {
	
}
@media (max-width: 320px) {
	
}