@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";

@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
    background-color: #fcfcf4;
	min-width: 960px;
    font-weight: 300;
    color: #43474d;
    font: 300 14px/21px 'Open Sans', sans-serif;
}

	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}

.p1 {
    margin-bottom: 41px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family:  'Open Sans', sans-serif;;
	color: #252525;
    font-weight: normal;
}

h1 {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 40px;
	text-transform:uppercase;
}


h2 {
    color: #fff;
    font-weight: 300;
    font-size: 67px;
    line-height: 73px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-top: 101px;
}
h2.home{background-image:linear-gradient(transparent 55%, rgba(0,0,0,0.65) 55%); padding-top:202px;text-shadow:-1px -1px 2px #000000, 1px 1px 1px #333; padding-bottom:10px;}
h2.home + div {
	background-color: rgba(33, 45, 95, 0.7);
	text-shadow: 1px 1px 2px #000000;
}
.content h2 {
    text-align: center;
    font-size: 51px;
    line-height: 73px;
    color: #2d2f2f;
    padding-top: 32px;
    margin-bottom: 34px;
}

h3 {
    padding-top: 43px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 32px;
    letter-spacing: -1px;
}

.page1 h3 {
    padding-top: 43px;
    margin-bottom: 30px;
}

.page1 h3.head1 {
    padding-top: 41px;
    font-size: 29px;
    margin-bottom: 32px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {

}


ul.list li {
    padding-left: 16px;
    background: url(../images/marker1.png) 0 5px no-repeat;
}

ul.list  li+li {
    margin-top: 9px;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #ffc000;
}

a.btn {
    background-color: #dbdbdb;
    display: inline-block;
    color: #373b3b;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 25px;
    margin-top: 31px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

a.btn:hover {
    color: #fff;
    background-color: #919191;
}

a.link1 {
    margin-bottom: 17px;
    color: #f1373a;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}

a.link1:hover {
    color: #ffc000;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 22px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.page1 .fleft {
    margin-top: 3px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}


/*header*/


header {
	display: block;
    position: relative;
    z-index: 999;
    background: url(../images/slide.jpg) center 0 no-repeat #1a1a1a;
}

header>div {
    padding: 26px 0 10px;
    background: url(../images/header_bg.png) 0 0 repeat;
}

.page1 header {
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

header h1 {
    margin-right: 470px;
	position: relative;
    float: left;
	text-align: center;
}


header h1 a {
	bottom: 16px;
    display: inline-block;
    font-size: 0;
    height: 74px;
    line-height: 0;
    overflow: visible;
    position: relative;
    text-indent: -999px;
    transition: all 0s ease 0s;
    width: 138px;
}
header h1 a img {
	display: block;
}


#search {
    width: 300px;
    right: 0;
    z-index: 999;
    display: none;
    position: absolute;
    margin-top: 7px;
}



#search input {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-appearance: none;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    color: #2d2f2f;
    font: 300 14px/18px 'Open Sans', sans-serif;
    height: 34px;
    padding: 7px 12px 9px;

}

#search a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    background: url(../images/search_icon.png) 0px 0px no-repeat;
    height: 15px;
    width: 15px;
}

#search a:hover {
    opacity: 0.5;
}

.slogan {
    background-color: #373b3b;
    color: #ffc000;
    padding: 36px 0 23px;
    text-align: center;
    font: 300 18px/20px 'Open Sans', sans-serif;
}

.h_search {
    position: relative;
    float: right;
    padding-top: 22px;
}

.fa-search {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.fa-search:hover {
    cursor: pointer;
    color: #ffc000;
    
}

.banner  {
    overflow: hidden;
}

.ban_wrapper {

    overflow: hidden;
    border-radius: 10px;
}

.ban_bot {
    margin-bottom: 0px;
}

.banner .count {
    opacity: 0.05;
    font-weight: 600; 
    top: 113px;
    color: #fff;
    left: 0;
    position: absolute;
    font-size: 437px;
    font-weight: 600;
    text-shadow: -3px 6px #000;
}

.ban_wrapper>div {
    position: relative;
    width: 33.3%;   
    float: left;
}


.ban_wrapper>div+div:after {
    top: 0;
    bottom: 0;
    z-index: 900px;
    width: 2px;
    left: 0;
    display: block;
    content: '';
    position: absolute;
    background: url(../images/ban_sep.png) 0 0 repeat-y;
}

.over {
    padding-right: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 26px;
    text-align: right;
    background: url(../images/bann_bg.png) 0 0 repeat;
}

.price {
    position: relative;
    top: -10px;
    font-size: 48px;
}

.over * {
    position: relative;
}

.over a {
    display: inline-block;
    margin-top: 35px;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 800;
}


.over .title {
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-top: 32px;
    font-size: 31px;
    line-height: 37px;
    font-weight: 300;
}

.over .title strong {
    font-weight: 800;
}

.col1 {
    color: #ffc000;
}

.st1 {
    margin-top: -2px;
    font-size: 12px;
    line-height: 18px;
    color: #43474d;
    font-weight: normal;
}

#owl .item.active a{
    border-color: #FFC000;
}

/**Content**/

.content {
    padding-bottom: 50px;

}
.page1  .content {

    padding-bottom: 0px;
}

.hor {
    margin-bottom: 51px;
    padding-top: 49px;
    border-bottom: 4px solid #ececed;
}

.icon_block {
    text-align: center;
}

.icon_block img {
    margin-bottom: 31px;
    border-radius: 500px;
    background-color: #f1373a;
}


.ic1 .icon_block img {
    margin-bottom: 31px;
    border-radius: 500px;
    background-color: #ffc000;
}


.icon_block .title {
    letter-spacing: -1px;
    margin-bottom: 19px;
    color: #2d2f2f;
    font-size: 25px;
    font-weight: normal;
}

.rl {
    position: relative;
    top: 1px;
}

.block1 {
    padding-bottom: 49px;
    overflow: hidden;   
    background-color: #4d5151;
    color: #fff;
}

.block1 .title {
    font-weight: bold;
    padding-top: 59px;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: -2px;
}

.ic1 {
    padding-bottom: 50px;
}

.block1 ul {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    padding-top: 50px;
}

.block1 ul li {
    background: url(../images/marker.png) 14px 8px no-repeat;
    padding-left: 35px;
}

a.but1 {
    text-transform: uppercase;
    color: #ffc000;
    font: bold 17px/21px 'Roboto', sans-serif;;
    border: 2px solid #ffc000;
    padding: 18px 26px 20px 31px;
    margin-top: 51px;
    border-radius: 6px;
    display: block;
    float: left;
}

a.but1:hover {
    border-color: #fff;
    color: #fff;
}

.logos {
    background-color: #fff;
    text-align: center;
    padding-bottom: 14px;
}

.logos ul  {
    overflow: hidden;
}

.logos ul li {
    margin: 0 14px 32px;
    display: inline-block;
}

.logos  .title {
    padding-top: 40px;
    margin-bottom: 23px;
    font-weight: normal;
    font-size: 23px;
    line-height: 40px;
    color: #4d5151;
}

.map1 {
    display: block;
}

.map1 iframe {
    width: 100%;
    height: 453px;
}



.time1 {
    text-transform: uppercase;
    color: #848b94;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

.text1 {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #2d2f2f;
}

.text1.tx1 {
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 0px;
}

.col2 {
    color: #f1373a;
}

.bottom_block {
    font-size: 12px;
    background-color: #fff;
    color: #302e2d;
    padding-bottom: 44px;
}

.bottom_block .current {
    color: #f1373a;
}

.bottom_block a:hover {
    color: #f1373a;
}

.socials {
    margin-top: -1px;
}

.socials span {
    font-size: 17px;
    line-height: 21px;
    color: #00a0b7;
    display: inline-block;
    min-width: 30px;
}

h4 {
    margin-bottom: 12px;
    padding-top: 46px;
    font-size: 14px;
    color: #2d2f2f;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

h4.head1 {
    padding-top: 35px;
}

.block2  {
    overflow: hidden;
}

.block2 p {
    margin-bottom: 17px;
}

.block2+.block2 {
    margin-top: 48px;
    padding-top: 45px;
    border-top: 4px solid #ececed;
}

.hor1 {
    padding-top: 56px;
    margin-bottom: 0;
}

.text2 {
    font-size: 25px;
    color: #2d2f2f;
    margin-bottom: 19px;

}

.block3 {
    overflow: hidden;
    margin-top: -3px;
}

.block3 .fleft {
    margin-top: 1px;
}

.cl1 {
    height: 40px;
}

.text1.tx2 {
    line-height: 24px;
    position: relative;
    top: -1px;
    margin-bottom: 6px;
}

.el {
    margin: -50px -10px 0;
}

.el a.link1 {
    margin-bottom: 0;
}

.element>div {
    padding: 50px 10px 0;
}

#filters  {
    position: relative;
    z-index: 990;
    overflow: hidden;
    margin-bottom: 39px;
}

#filters li {
    color: #2d2f2f;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
}

#filters li+li {
    margin-left: 30px;
}

.box {
    background-color: #fff;
}

.box_bot {
    padding: 22px 20px 24px;
}

a.gal {
    display: block;
    background: url(../images/magnify.png) center center no-repeat #2F3D78;
}

a.gal img {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    width: 100%;
}

a.gal:hover  img  {
    opacity: 0.5;
}

.block4 .clear {
    height: 37px;
}

.map_img {
    margin-top: -6px;
}

p.mb1 {
    margin-bottom: 21px;
}

#form1 {
    padding-top: 26px;
    padding-right: 160px;
}

#form1 label {
    display: block;
    clear: left;
    min-height: 49px;
}

#form1 input {
    color: #43474d;
    font: 300 14px/24px 'Open Sans', sans-serif;
    border: 1px solid #e9ebe5;
    display: block;
    width: 100%;
    height: 41px;
    float: left;
    padding: 8px 15px 9px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

#form1 label.input {
    padding-right: 43px;
}

#form label.text  {
    min-height: 0;
    padding-top: 3px;
    margin-bottom: 6px;
    font-weight: 300;
    padding-left: 16px;
    font-size: 12px;
    color: #575c64;
}

#form1 textarea {
    width: 100%;
    text-indent: 0 !important;
    height: 209px;
    background: #fff;
    text-align: left !important;
    position: relative;
    resize:none;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    float:left;
    margin: 0;
    color: #43474d;
    font: 300 14px/18px 'Open Sans', sans-serif;
    border: 1px solid #e9ebe5;
    padding: 11px 15px 12px;
}

.jqTransformTextarea {
    width: 100%;
    text-align: left !important;
}

.jqTransformTextarea td {
    display: none;
}

#jqTransformTextarea-mm {
    display: block;
}

#jqTransformTextarea-mm * {
    display: block;
}

.cl2 {
    height: 22px;
}

.prv p+.text1 {
    padding-top: 16px;
}

.pt0 {
    padding-top: 0 !important;
}

#form.form1 .message {
    width: 460px;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    margin-top: 5px;
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 33px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 332px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 60px;
}




.map address dt {
    font-weight: bolder;
    color: #2d2f2f;
    margin-bottom: 21px;
    text-transform: uppercase;
}

 address dd span {
	min-width: 82px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
    color: #f1373a;
    text-decoration: underline;
}

a.link-1:hover {
    color: inherit;
}

/**Footer**/
footer {
	display: block;
    padding-bottom: 36px;
    font-size: 12px;
}

footer a:hover {

}

.f_logo {
    display: block;
    float: left;
    margin-top: 43px;
}

.copy {
    text-align: right;
    float: right;
    padding-top: 30px;
    color: #302e2d;
    line-height: 16px;
    position: relative;
}

.copy .links {
    padding-top: 3px;
    color: #959595;
}

.copy .links a {
    display: inline-block;
    margin: 0 3px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1580px) { 
    .caption div {
        display: none;
    }
}

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}


 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

a.but1 {
    font-size: 14px;
    padding: 18px 20px 20px;
}

header h1 {
    margin-right: 10px;
}

.caption div {
    display: none;
}

#owl .owl-prev, #owl .owl-next {
    top: 20px;
}

#form1 {
    padding-right: 0;
}

.fleft {
    margin-bottom: 15px;
}

.box_bot .text1 {
    font-size: 18px;
}

#form.form1 .message {
    width: 100%;
} 

}


@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.block4 .clear {
    height: 0;
    margin-top: 0;
}

.block4>div {
    margin-top: 15px;
}

.element > div {
    padding: 0 10px 27px;
}


#filters li + li {
    margin-left: 0px;
}
#filters li {
    float: none;
    font-size: 12px;
}


.bottom_block .grid_2, .bottom_block .grid_3 {
    width: 50% !important;
    text-align: left !important;
    float: left !important
}

.bottom_block .none {
    clear: both;
}
.icon_block {
    margin-top: 40px;
}

.el {
    margin-top: 0;
}

.st1 {
    margin-bottom: 25px;
}

.ban_wrapper > div {
    width: auto;
    float: none;
    overflow: hidden;
}

.ban_wrapper > div:after {
    display: none !important;

}

#owl .owl-prev {
    left: 5px;
    top: 30px;
}

#owl .owl-next {
    right: 5px;
    top: 30px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

#owl {
    padding: 0 60px;
}

h2 {

    padding-top: 280px;
    font-size: 30px;
    line-height: 34px;
}

#search {
    display: block !important;
    position: relative;
    width: 100%;
}

.h_search  {
    padding-bottom: 30px;
    float: none;
}

.h_search span {
    display: none;
}

.cl1 {
    height: 0;
}

.block3 {
    margin-bottom: 25px;
}

.block3 img {
    margin-bottom: 10px;
}



}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

#owl {
    padding: 0 20px;

}

h2 {
    padding-top: 290px;
    
}


h2  br {
    display: none;
}

.map address+address {
    float: left;
    margin-left: 0px !important;
    margin-top: 20px;
}


}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:453px; /* your iframe height */
   top:453px;  /* your iframe height */
   margin-top:-453px;  /* your iframe height */
}

.woopi{
	color:#4a6674;
	padding-top:5%;
}

/* OWN CLASES */

/* GLOBALS */
.no-padding{padding:0;}

/* SPECIALS */
@media all and (min-width:996px){
	.contacto-image{
		background:url('../images/contacto/contacto.png') no-repeat bottom right;
	}
}


.box_bot p {
    max-height: 84px;
    overflow: hidden;
}
.box_bot p:after {
	content:'...';
	height:21px;
	line-height:21px;
	background:#fff;
	position:relative;
	bottom:42px;
	width:100%;	
}
.title{padding-top:21px}