@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400');
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #31353d;
  /*color: #bfbfbf;*/
	color: #31353d;
  /*font: 400 14px/24px Arial, "Times New Roman", sans-serif;
  font:  400 14px/24px 'Cinzel', serif;*/
	font:  400 16px/24px 'Fira Sans', sans-serif;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a:active {
  background: inherit;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}

h3 span{
 padding: 37px 0 41px;
 color: #31353d;
 text-transform: uppercase;
 text-align: center;
 font: 300 30px/30px 'Fira Sans', sans-serif;
 line-height:50px;
}

.map{
	max-width:95% !important;
}
.gallery .art {
  margin: 20px 20px 30px;
}
.gallery .art .block {
  padding-top: 20px;
}
.gallery .art .block .a2 {
  text-decoration: underline;
}
.gallery .art .block .a2:hover {
  color: #72c2d2;
}

a.lightbox {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a.lightbox img {
  width: 100%;
}
a.lightbox span {
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/magnify.png) -100px center no-repeat;
}
a.lightbox:hover span {
  background-position: center center;
}

.bord{
    margin-bottom: 46px;
    border: 1px solid #f5f5f5;
    padding: 15px 0 0 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*============  Text  =============*/
.text_1 {
  font: 400 14px/24px Arial, "Times New Roman", sans-serif;
}
.text_2 {
  font: 400 15px/25px 'Fira Sans', sans-serif;
}
.text_3 {
  font: 300 20px/32px 'Fira Sans', sans-serif;
}
.text_4 {
  font: 700 80px/80px 'Fira Sans', sans-serif;
}
.text_5 {
  font: 400 30px/30px 'Fira Sans', sans-serif;
}
.text_6 {
  font: 400 20px/20px 'Fira Sans', sans-serif;
}
.text_7 {
  font: 400 14px/25px 'Fira Sans', sans-serif;
}
.text_8 {
  font: 400 14px/25px 'Fira Sans', sans-serif;
}
.text_9 {
  font: 400 15px/20px 'Fira Sans', sans-serif;
}
.tit5 {
  font: 400 30px/30px 'Fira Sans', sans-serif;
}
@media (max-width: 767px) {
  .text_7 {
    font-size: 32px;
    line-height: 32px;
  }
}
/*============  Colors  =============*/
.color_1 {
  color: #bfbfbf;
}
.color_1 a:hover {
  color: #f53d54;
}
.color_2 {
  color: #464646;
}
.color_2 a:hover {
  color: #9F1B96;
}
.color_3 {
  color: #ffffff;
}
.color_3 a:hover {
  color: #9F1B96;
}
.color_4 {
  color: #1A1A1A;
}
.color_4 a:hover {
  color: #9F1B96;
}

.morado{
  color: #C17E00;
  text-transform: uppercase;
    text-align: center;
    font: 300 30px/30px 'Fira Sans', sans-serif;
    line-height: 50px;
}
.morado a:hover{
  color: #9F1B96;
}

.morado1{
  color: #9F1B96 !important;
}
.morado1 a:hover{
  color: #9F1B96;
}
.color_5 {
  color: #6c717a;
}
.color_5 a:hover {
  color: #9F1B96;
}
.color_6 {
  color: #31353d;
}
.color_6 a:hover {
  color: #9F1B96;
}
.color_7 {
  color: #6c717a;
}
.color_7 a:hover {
  color: #1c1d21;
}
.color_8 {
  color: #1c1d21;
}
.color_8 a:hover {
  color: #9F1B96;
}
.color_9 {
  color: #545b68;
}
.color_9 a:hover {
  color: #f53d54;
}
.color_10 {
  color: #999999;
}
.color_10 a:hover {
  color: #999999;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #f6f6f6;
}
.bg_2 {
  background: #f5f5f6;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  /*background: url(../images/index_img01.jpg) repeat;*/
	background:#FFFFFF;
}
#header .h_wrap {
  border-bottom: 2px solid #eeeeee;
}

.fondo{
	background: url(../images/index_img01.jpg) repeat !important;
}
.brand {
  text-align: left;
  color: #ffffff;
  height:auto;
  min-height:130px;
}
.brand .wrap {
  display: inline-block;
  text-align: left;
}
.brand h1 {
  height: 120px;
  padding-top: 30px;
  position: relative;
  color: #ffffff;
}
.brand h1 a {
  display: block;
  text-transform: uppercase;
  font: 600 116px/116px 'Fira Sans', sans-serif;
  word-spacing: -9px;
}
.brand h1 a .fa {
  display: inline-block;
  width: 106px;
  font-size: 147px;
  line-height: 94px;
  margin-right: 5px;
  color: #f53d54;
}
.brand .slogan {
  display: block;
  margin-left: 4px;
  margin-top: -5px;
  padding-left: 5px;
  font: 300 22px/22px 'Fira Sans', sans-serif;
  text-transform: uppercase;
}

.logo_slogan {
    position: absolute;
    top: 0px;
    left: 27%;
    margin-left: 150px;
}

.img-wrap{
border: 4px solid #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 #cdcbcb;
  box-shadow: 0 0 5px 0 #cdcbcb;
}

@media (max-width: 479px) {
.img-wrap{
border:none;
box-shadow: 0 0 0 0 #fff;
}
}

iframe { 
	display:block; 
	width:100%; 
	border:none; 
	margin:0; 
	padding:0; 
}

#icoordinacion{
	height:680px; 
}

#igraduaciones{
	height:2700px; 
}
@media (min-width: 480px) and (max-width: 767px) {
  .brand {
    margin: 30px 0 30px;
  }
  .brand h1 a {
    font-size: 65px;
  }
  .brand .slogan {
    margin-top: -30px;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  iframe{
  height:1000px !important;
  }
  
  .logo_slogan {
	  position: relative;
	  margin-left: 0px;
	  left:0;
    /*display:none;*/
   }
  .brand {
    margin: 30px 0 30px;
  }
  .brand h1 {
    padding-top: 0;
    height: 95px;
  }
  .brand h1 a {
    font-size: 42px;
  }
  .brand h1 a .fa {
    font-size: 90px;
    width: 65px;
  }
  .brand .slogan {
    margin-top: -15px;
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }
}

/* Main menu styles
========================================================*/
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 70%;
  margin-top:80px;
  /*background:url(../images/bg1.jpg) center;*/
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  height: 30px;
  /*background: #31353d;*/
  font: 600 14px/30px 'Fira Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li:first-child {
  width: 50px;
  font: normal 36px/30px 'FontAwesome';
}
.sf-menu > li + li {
  border-left: 1px solid #1e2026;
}
.sf-menu > li + li > a {
 /* border-left: 1px solid #353942;*/
  
}
.sf-menu li {
  color: #31353d;
}
.sf-menu li a {
  display: block;
  height: 100%;
}
.sf-menu li.sfHover {
  /*background: #2d3138;*/
}
.sf-menu li.current > a,
.sf-menu li > a:hover {
 /* background-color: #000;*/
  background:url(../images/menu_hover.png) center 0 no-repeat;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 70%;
  padding: 13px 0 12px;
  font: 600 14px/16px 'Fira Sans', sans-serif;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul a {
  padding: 6px 10px 6px;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 100%;
  left: 0;
  /*background-color: #AAAAAA;*/
  background-color: #fff;
  min-width: 150px;
}

.sf-menu > li > ul > li{
  padding:8px 0;
  background: url(../images/sub_sep.png) 0 0 repeat-x;
  min-width: 100px;
}

.sf-menu > li > ul > li a:hover{
	background-image:none;
	background-color: #D9D9D9;
	color: #525252;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: -4px;
  left: 100%;
  margin-left: 10px;
  background: #999;
}
.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 12px;
  margin-right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #999 transparent transparent;
}
.sf-menu > li > ul > li > ul li.current > a,
.sf-menu > li > ul > li > ul li > a:hover {
  background: #31353d;
}

@media (min-width: 768px) and (max-width: 979px) {
.sf-menu > li {
  height: 40px;
  font: normal 10px 'Fira Sans', sans-serif;
  line-height:55px;
}
}

@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 30px;
  }
  .sf-menu {
    display: none;
  }
  .redes{ display: none; }
  .select-menu {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    border: 5px solid #31353d;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #31353d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Fira Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  /*background: url(../images/bg-header.jpg) repeat;*/
	background: #FFFFFF;
  z-index: 999;
}

.isStuck .brand .wrap img{
  height: 80px;
}
.isStuck .brand{
  height: 100px;
  min-height:40px;
}
.isStuck .sf-menu{
	margin-top:50px;
}
.isStuck .sf-menu > li {
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  /*background: #ffffff;*/
	background: url(../images/index_img01.jpg) repeat !important;
  overflow: hidden;
}

.container_12{
background:#FFF;
overflow:hidden;
padding:30px;
text-align:center;
}

.container_12 h2{
	color: #9F1B96;
	font: 300 24px/24px 'Fira Sans', sans-serif;
	margin-top:25px;
}

.container_12 h3{
	padding: 37px 0 41px;
    color: #31353d;
    text-transform: uppercase;
    text-align: center;
    font: 300 30px/30px 'Fira Sans', sans-serif;
    line-height: 50px;
}

.container_12 p{
	color: #333;
	font: 300 16px/16px 'Fira Sans', sans-serif;
}

.container_12 p a:hover{
	color: #C90;
}

.container_12 .morado1{
	font: 400 24px/24px 'Fira Sans', sans-serif;
	padding:12px 0 12px;
}

.prefix_15{
padding-left:30px;
}

a.html5lightbox{
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a.html5lightbox span{
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
}
a.html5lightbox:hover span {
  background-position: center center;
}

@media (min-width: 768px) {
.margin1{
padding-left:80px;
}
}

/*========================================================
                    Video index
=========================================================*/
#itempl{ height:131px; width:295px; max-height:140px; overflow:hidden;  }
#itempl a span.play { display:block; width:250px; background: url('../images/play1.png') top center no-repeat; margin: -180px 10px 0 25px; height:131px;  position: relative; z-index: 100; opacity: 0.8; filter: alpha(opacity=80); }
#itempl  p{
 margin:0;
 position:absolute;
 clip:rect(0px 295px 131px 0px); /* Agujero rectángulo de medida específica */
 }
#itempl a:hover span.play { background: url('../images/play2.png') center center no-repeat; }

/*============ MISC ================*/
#float{
	background-image:url(../images/sidebar2.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	position:fixed;
	top:270px;
	right:0;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
}

#float a {
	display:block;
	width:120px;
	height:120px;
	text-decoration:none;
}

#float2{
	background-image:url(../images/sidebar3.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	position:fixed;
	top:400px;
	right:0;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
}

#float2 a {
	display:block;
	width:120px;
	height:120px;
	text-decoration:none;
}

#float:hover, #float2:hover{
	 -webkit-transform: rotate(-10deg); 
	 -moz-transform: rotate(-10deg); 
	 -o-transform: rotate(-10deg);
	}

.suff{
margin-right:50px;
}

.submit-up{
position:fixed;
z-index:50;
top:210px;
right:50px;
}

@media screen and (max-width: 979px) {
#float, #float2{
display:none;
}

.suff{
margin-right:5px; 
}
}

.lineh{
line-height:40px;
}

.down{
	padding-top:15px;
}

/*============  Wrappers  =============*/
.wrap_1 {
  margin-bottom: 75px;
}
.wrap_2 {
  margin-bottom: 67px;
}
.wrap_3 {
  padding: 40px 15px 44px;
}
.wrap_3 .fa {
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 47px;
}
.wrap_3 .text_3 {
  position: relative;
  text-transform: uppercase;
  line-height: 47px;
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wrap_3 .text_3,
  .wrap_3 .fa {
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .wrap_3 .text_3,
  .wrap_3 .fa {
    line-height: 25px;
  }
  .wrap_3 .text_3 {
    padding-left: 40px;
    text-align: center;
    padding-bottom: 12px;
  }
}
.wrap_4 {
  padding-bottom: 48px;
}
.wrap_5 {
  padding-bottom: 23px;
}
.wrap_6 {
  padding-bottom: 52px;
}
/*============  Headers  =============*/
[class^='header_'] {
  text-transform: uppercase;
  text-align: center;
  font: 300 40px/40px 'Fira Sans', sans-serif;
}
@media (max-width: 479px) {
  [class^='header_'] {
    font-size: 34px;
  }
	
	.submit-up{
	display: none !important;
	}
}
.header_1 {
  padding: 68px 0 45px;
}
.header_2 {
  padding: 77px 0 41px;
}
.header_3 {
  padding: 77px 0 48px;
}
.header_4 {
  padding: 17px 0 48px;
}
/*============  Buttons  =============*/
.btn_1, .link1 {
  display: inline-block;
  padding: 12px 20px 12px;
  min-width: 140px;
  color: #ffffff;
  background: #4B4640;
  font: 600 15px/23px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_1:hover, .link1:hover {
  background: #31353d;
  color: #ffffff;
}

.btn_2, .link1 {
  display: inline-block;
  padding: 12px 20px 12px;
  min-width: 140px;
  color: #424242;
  background: #fff;
  font: 300 15px/23px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #8F8F8F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_2:hover, .link1:hover {
  background: #31353d;
  color: #ffffff;
}
/*============  Subscribe Form =============*/
#subscribe-form .email {
  float: left;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-left: 1px;
  margin-right: 20px;
  height: 50px;
  outline: none;
  background: #ffffff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form .email input {
  display: block;
  width: 100%;
  padding: 15px 23px;
  height: 100%;
  font: 300 14px/20px 'Fira Sans', sans-serif;
  color: #c0bbc3;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form .error,
#subscribe-form .success {
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#subscribe-form .error {
  color: #31353d;
  overflow: hidden;
  height: 0px;
}
#subscribe-form .success {
  display: none;
  color: #464646;
}
#subscribe-form label.invalid .error {
  height: 21px;
}
#subscribe-form a[data-type='submit'] {
  float: left;
  width: 140px;
  height: 50px;
  padding: 15px 20px;
  color: #ffffff;
  background: #9F1B96;
  font: 600 15px/20px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form a[data-type='submit']:hover {
  background: #31353d;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #subscribe-form .email {
    max-width: 298px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #subscribe-form .email {
    margin-right: 2px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  #subscribe-form {
    text-align: center;
  }
  #subscribe-form .email {
    max-width: 100%;
    margin-bottom: 12px;
  }
  #subscribe-form .email,
  #subscribe-form a[data-type='submit'] {
    float: none;
    display: inline-block;
  }
}
/*============  Marked List  =============*/
ul.marked-list {
  font: 400 15px/30px 'Fira Sans', sans-serif;
}
ul.marked-list li {
  /*text-transform: uppercase;*/
}
ul.marked-list li:before {
  content: '\f0da';
  font: normal 16px 'FontAwesome';
  color: #f53d54;
  padding-right: 8px;
}
/*============  Boxes  =============*/

.box_pre{
	padding-left:0px !important;
}

.box_1 {
  position: relative;
  /*margin-top: -78px;*/
  padding-bottom: 44px;
  background: #ffffff;
}
.box_1 .meta {
  position: relative;
  padding: 16px 0 0 86px;
  height: 78px;
 /* background: url(../images/bg1.jpg);
  background-color:#4B4640;*/
  background-color: #6F6F6F; 
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1 .down{
	background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #959595;
}
.box_1 .meta:after {
  content: '\f073';
  color: #31353d;
  font: normal 30px/30px 'FontAwesome';
  position: absolute;
  top: 19px;
  left: 25px;
}
.box_1 .meta .day,
.box_1 .meta .month {
  display: block;
  text-transform: uppercase;
}
.box_1 .meta .day {
  font: 600 30px/32px 'Fira Sans', sans-serif;
}
.box_1 .meta .month {
  font: 600 15px/20px 'Fira Sans', sans-serif;
}
.box_1 img {
  width: 100%;
}
.box_1 .caption {
  padding: 34px 30px 25px;
  text-align: center;
  background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #959595;
}
.box_1 .caption .text_3 {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.box_1 .box_1-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: #31353d;
}
.box_1 .box_1-btn:hover {
  background: #9F1B96;
}
.box_1 .box_1-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 44px 0 0;
  border-color: #e9ebec transparent transparent transparent;
}
.box_1 .box_1-btn:after {
  content: '+';
  position: absolute;
  right: 4px;
  bottom: 1px;
  color: #ffffff;
  font: 300 28px/28px 'Fira Sans', sans-serif;
}
@media (max-width: 1199px) {
  .box_1 {
    margin-top: 83px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_1 .meta {
    padding-left: 80px;
  }
  .box_1 .meta:after {
    left: 18px;
  }
}
.box_2 {
  padding: 62px 50px 108px;
  text-align: center;
}
.box_2 .text_4,
.box_2 .text_5,
.box_2 .text_6,
.box_2 .text_7,
.box_2 .tit5 {
  text-transform: uppercase;
}
.box_2 .text_4 {
  padding-bottom: 7px;
}
.box_2 .text_5 {
  padding-bottom: 58px;
}
.box_2 .text_6 {
  padding-bottom: 3px;
}
.box_2 .text_7 {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .box_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_2 .text_4 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 479px) {
  .box_2 .text_4 {
    font-size: 36px;
    line-height: 42px;
  }
}
.box_3 {
  position: relative;
  padding-left: 100px;
}
.box_3 .put-left-abs {
  position: absolute;
  top: 3px;
  left: 1px;
}
.box_3 img {
  border-radius: 10px;
}

.pad1{
	padding: 30px 0;
}

.pad2{
	padding:15px 0;
}
.box_3 .text_5 {
  text-transform: uppercase;
}
.box_3 .text_9 {
  text-transform: uppercase;
  padding-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_3 {
    padding-left: 0;
  }
  .box_3 .put-left-abs {
    position: relative;
    text-align: center;
    padding-bottom: 16px;
  }
  
  .pad3{
   padding-left:50px;
   width:400px !important;
   }
}
@media (max-width: 479px) {
  .box_3 {
    padding-left: 10px;
  }
  
  .pad3{
   padding-top:30px;
   }
}
.box_4 {
  padding-bottom: 69px;
}
.box_4 .put-left {
  margin-right: 27px;
  margin-top: 6px;
}
.box_4 .text_2 {
  text-transform: uppercase;
  padding-right: 20px;
}
.box_4 .text_2 + p {
  padding-top: 26px;
}
.box_4 p + .marked-list {
  padding-top: 23px;
}
.box_4 .marked-list + p {
  padding-top: 25px;
}

.box_4 .caption{
padding-right:100px;
text-align:justify;
}
@media (max-width: 979px) {
  .box_4 .put-left {
    float: none;
    text-align: center;
    margin: 0;
    padding-bottom: 12px;
  }
  .box_4 .caption{
	padding-right:0px;
  }
}
.box_5 {
  padding: 79px 0 75px;
  text-align: center;
}
.box_5 .text_5 {
  text-transform: uppercase;
}
.box_5 .text_5 + .quote-box {
  padding-top: 31px;
}
.box_6 {
  margin-top: 6px;
  padding: 35px 40px 37px;
  color: #ffffff;
  /*background: #f53d54;*/
  background-color:#999;
  font: 700 30px/44px 'Fira Sans', sans-serif;
}


@media (min-width: 980px) and (max-width: 1199px) {
  .box_6 {
    padding: 25px 30px 27px;
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_6 {
    padding: 15px 20px 17px;
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 479px) {
  .box_6 {
    padding: 15px 20px 17px;
    font-size: 20px;
    line-height: 34px;
  }
}
.box_7 {
  padding-bottom: 36px;
  position: relative;
  padding-left: 100px;
}
.box_7._2 {
  padding-bottom: 23px;
}
.box_7 .put-left-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  color: #ffffff;
}
.box_7 .put-left-abs._2 {
  top: 7px;
}
.box_7 .put-left {
  margin: 7px 26px 0 0;
}
.box_7 .fa-camera,
.box_7 .meta {
  background: #31353d;
}
.box_7 .fa-comments {
  color: #ffffff;
  background: #f53d54;
}
.box_7 .fa-comments:hover {
  color: #ffffff;
  background: #31353d;
}
.box_7 .fa-camera,
.box_7 .meta,
.box_7 .fa-comments {
  display: block;
  text-align: center;
  margin-bottom: 2px;
}
.box_7 .fa-camera {
  font-size: 34px;
  line-height: 40px;
  padding: 18px 0 13px;
}
.box_7 .meta {
  padding: 12px 0 13px;
}
.box_7 .meta .day {
  font: normal 17px/22px 'Fira Sans', sans-serif;
}
.box_7 .meta .year {
  font: normal 22px/24px 'Fira Sans', sans-serif;
}
.box_7 .fa-comments {
  padding: 14px 0 13px;
  font-size: 16px;
}
.box_7 .fa-comments:before {
  padding-right: 5px;
}
.box_7 img {
  width: 100%;
}
.box_7 .img_1 {
  width: auto;
  max-width:350px;
}
.box_7 .caption {
  padding-top: 27px;
}
.box_7 .caption .text_2 + p {
  padding-top: 9px;
}
.box_7 .caption p {
/*  color: #999999;*/
  color: #333;
}
.box_7 .text_2 {
  text-transform: uppercase;
}
.box_7 p + .btn_1 {
  margin-top: 24px;
}
.box_7 .caption_1 .fa-thumbs-o-up:hover,
.box_7 .caption_1 .fa-book:hover {
  color: #f53d54;
}
.box_7 .caption_1 .fa-thumbs-o-up:before,
.box_7 .caption_1 .fa-book:before {
  font: normal 15px 'FontAwesome';
  line-height: inherit;
  color: #f53d54;
  padding-right: 6px;
}
.box_7 .caption_1 .text_2 + .text_2 {
  padding-top: 1px;
}
.box_7 .caption_1 .text_2 + .text_2 + p {
  padding-top: 8px;
}

.np{
	padding-left:15px !important;
}

.prtes{
padding-right:100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_7 {
    padding-left: 75px;
  }
  .box_7 .put-left-abs {
    width: 60px;
  }
}
@media (max-width: 979px) {
  .box_7 .put-left {
    float: none;
    text-align: center;
    margin: 7px 0 12px;
  }
  .box_7 .put-left-abs._2 {
    top: 0px;
  }
  .prtes{
	padding-right:0px;
  }
}
@media (max-width: 479px) {
  .box_7 {
    padding-left: 75px;
  }
  .box_7 .put-left-abs {
    width: 60px;
  }
  .np{
    padding-left: 0px !important;
  }
  .box_7 .img_1 {
	  max-width:250px;
  }
}
.box_8 {
  display: block;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}
.box_8 img {
  width: 100%;
}
.box_8:hover .caption {
  background: #999;
}
.box_8 .caption {
  position: absolute;
  padding: 20px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: #31353d;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box_8 .meta .day {
  font: 600 18px/20px 'Fira Sans', sans-serif;
  padding-right: 5px;
}
.box_8 .meta .month {
  font: 600 12px/18px 'Fira Sans', sans-serif;
  vertical-align: baseline;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_8 .caption {
    padding: 10px;
  }
}
/*============  Quote Box =============*/
.quote-box {
  position: relative;
}
.quote-box:before {
  content: '“';
  display: inline-block;
  font: normal 72px/72px 'Fira Sans', sans-serif;
  color: #ffffff;
  height: 40px;
  overflow: hidden;
}
.quote-box .text_8 {
  padding-top: 17px;
  text-transform: uppercase;
}
.quote-box .color_7 {
  padding: 0 56px;
}
@media (max-width: 979px) {
  .quote-box .color_7 {
    padding: 0
    ;
  }
}
/*============  Index Box  =============*/
.index-box {
  position: relative;
  padding-left: 20px;
}
.index-box:before {
  content: attr(data-index) '.';
  position: absolute;
  top: 0;
  left: 0;
  font: normal 15px/25px 'Fira Sans', sans-serif;
  color: #31353d;
}
.index-box + .index-box {
  margin-top: 23px;
}
/*============  Map =============*/
.map {
  margin-top: 7px;
  width: 100%;
  height: 383px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}



/*============  Address =============*/
.address_2 p + .text_2 {
  padding-top: 32px;
}
.address_2 .text_2 {
  text-transform: uppercase;
  padding-bottom: 11px;
}
.address_2 dl dt,
.address_2 dl dd {
  display: inline-block;
}
.address_2 dl dt {
  min-width: 80px;
}
.address_2 a {
  color: #f53d54;
}
.address_2 a:hover {
  color: #f98694;
}
@media (max-width: 767px) {
  .address_2 {
    padding-bottom: 36px;
  }
  .address_2 .grid_3 {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .address_2 .grid_3,
  .address_2 .grid_4 {
    width: 364px;
  }
}
/*============  Terms List =============*/
.terms-list dt {
  text-transform: uppercase;
}
.terms-list dd {
  padding-top: 6px;
}
.terms-list dd + dt {
  padding-top: 25px;
}
.terms-list p {
  padding-top: 43px;
}
/*============  Image Wrapper =============*/
.image-wrapper a[data-type='lightbox'] {
  float: left;
  width: 10%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .image-wrapper a[data-type='lightbox'] {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .image-wrapper a[data-type='lightbox'] {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .image-wrapper a[data-type='lightbox'] {
    width: 50%;
  }
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.first {
  background-image: url(../images/index_img01.jpg);
  background-color: #31353d;
  background-position: center 0%;
  background-repeat:repeat-y;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(../images/index_img01_small.jpg);
  }
}

@media (max-width: 479) {
	.desktop .stellar-block {
	height:auto;
	}
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background-image:url(../images/index_img01.jpg);
  padding: 47px 0 45px;
}
#footer .company {
  text-transform: uppercase;
  color: #9F1B96;
}
#footer .company:hover {
  color: #606;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Address =============*/
.address_1 {
  text-transform: uppercase;
}
.address_1 .caption {
  padding-left: 50px;
  position: relative;
}
.address_1 .put-left-abs {
  position: absolute;
  top: 3px;
  left: 3px;
}
.address_1 .fa {
  font-size: 35px;
}
.address_1 .fa-map-marker {
  top: 2px;
  left: 1px;
}
@media (max-width: 767px) {
  .address_1 .caption {
    display: inline-block;
    text-align: left;
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
.address_1 .caption {
  padding-left: 0px;
}
.address_1 .put-left-abs {
	display:none;
}
}
/*============  Social List =============*/
.social-list {
  padding-top: 15px;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 9px;
}
.social-list a {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #22272b;
  text-align: center;
  font: normal 18px/34px 'FontAwesome';
  border-radius: 17px;
}
.social-list a:hover {
  color: #ffffff;
  background: #9F1B96;
}
@media (max-width: 767px) {
  .social-list {
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 30px;
  overflow: hidden;
  border: none;
  width: 34px;
  height: 34px;
  z-index: 20;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: #22272b;
  border-radius: 17px;
}
#toTop:hover {
  background: #f53d54;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
.ch{font-size: 14px !important;}
.cin{ font-family: 'Cinzel', serif; }
.fir{font-family: 'Fira Sans', sans-serif;}

.icon-box {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  text-align: center;
  cursor: default;
  background-color: #F4F4F4;
  font-family: 'Cinzel', serif;
}

.icon-box:before, .icon-box:after {
  content: '';
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  pointer-events: none;
  transition: .33s all ease;
}

.icon-box:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.icon-box:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.icon-box .box-top .box-header > * {
  /*font-family: "PT Serif", "Times New Roman", Times, serif;*/
  font-size: 18px;
}

.icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: .33s all ease;
}

.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: .33s all ease;
  -webkit-filter: blur(0);
}

.icon-box .box-top {
  top: 0;
}

.icon-box .box-body {
  max-width: 100%;
}

.icon-box .box-header {
  bottom: 0;
}

.icon-box .box-icon {
  min-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-box * + .box-header {
  margin-top: 5px;
}

.icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
  width: 100%;
  height: 100%;
  border-color: #9E9E9E;
}

.icon-box.hover .box-top, .icon-box:hover .box-top {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.icon-box.hover .box-body, .icon-box:hover .box-body {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.icon-box.hover .divider, .icon-box:hover .divider {
  width: 168px;
}

.divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.bg-accent {
  background: #9E9E9E;
  fill: #9E9E9E;
}
@media (min-width: 768px) {
  .icon-box {
    max-width: 308px;
    padding: 37px 40px 61px;
  }
  .icon-box .box-top .box-header > * {
    font-size: 22px;
  }
	
}

@media (max-width: 479px) {
  .icon-box {
    padding: 37px 25px 61px;
    margin-left:-30px;
    margin-bottom: 10px;
  }  
}

.firma{
	font-family: 'Euphoria Script', cursive;
	font-size: 2.4em;
}

.redes{
	/*float:right;
	margin-right: 50px;*/
	width:20%;
	position:absolute;
	top:60px;
	right:50px;
}

.isStuck .redes {
	top:30px;
}
@media (max-width: 767px){
	.pa-v{
		width: 80% !important;
		margin-bottom: 25px;
	}
}

.whatsfixed{
  position: fixed;
  right: 10px;
  bottom:100px;
  width: 90px;
  min-height: 91px;
  z-index: 1000;
}

.whatsfixed span{
  width: 100%;
  color: #333;
  padding-bottom: 3px;
  display: block;
}

.whatsfixed img{
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
.whatsfixed{
    width:40px;
    min-height: 41px;
  }
  .whatsfixed span{
    font-size: 10px;
  }
}

.btn_inicio{
  float: left;
  margin-left: 25px;
}

.btn_2_morado{
  display: inline-block;
  padding: 12px 20px 12px;
  min-width: 140px;
  color: #ffffff;
  background: #424242;
  font: 300 15px/23px 'Fira Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #8F8F8F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_2_morado:hover {
  background: #ffffff;
  color: #424242;
}

.osc{
  color: #31353d;
}