/*=================================
||			Index 
==================================*/
/*


/*================================= 1. font import  ===========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*@import url(http://fonts.googleapis.com/css?family=Slabo+27px);*/



/*==================================  2. Global  ========================================*/

body {
	background-color: #1F1F1F;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 15px !important;
    line-height: 24px !important;
	position: relative;
}

img{
	max-width:100%;
	height:auto;
}

.sin-borde{
	border:0px;
	}

.breadcrumb {
	background-color: transparent;
	font-size: 15px;
	float: left;
  	text-transform: uppercase;
}

.breadcrumb a {
    color: #db5252;
}

.breadcrumb a:hover {
	color: #ffffff;
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #db5252;
	font-family: "Ionicons";
	content: "\f125";
}

blockquote footer {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */

.btn {
	    background-color: #0095E1;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
	padding: 5px 20px;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-black-border:hover {
	background-color: #000000;
	color: #ffffff;
}

.btn-red-border {
	border: 1px solid #1198b9;
	color: #1198b9;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-red-border:hover {
	background-color: #1198b9;
	color: #ffffff;
}

.btn-white-border {
	border: 1px solid #feffff;
	color: #feffff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
	background-color: #ffffff;
	color: #32548D;
}

#portfolio .btn-default:hover {
    background-color: #32548D;
    border: 1px solid #32548D;
    color: #fff;
}

#portfolio .btn-default:focus {
	outline: none;
    background-color: #1198b9;
    border: 1px solid #1198b9;
    color: #fff;
}

.call-to-action .btn {
     margin-top: 5px;
    padding: 8% 16%;
    float: left;
	font-size: 18px;
}

.section-heading-btn {
    position: absolute;
    right: 15px;
    top: 19px;
}

.blog-btn {
	width: 100%;
	border: 1px solid #000000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.blog-btn:hover {
	    margin-top: 15px;
    padding: 20px 60px;
}

.submit-btn {
	background-color: transparent;
}





/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

#mainNavigation {
    margin-bottom: 0px;
    background-color: #0095E1;
    box-shadow: 0px 1px 10px #969595;
	    border-top: 5px solid #b3b3b3;
}

.navbar-nav li a {

	font-size: 17px;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	color: #fff;
	margin: 15px 2px;
    padding: 8px;
	text-transform:uppercase;
  /*-webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
   border-radius: 8px; */

}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #ccc;
	color: #fff;
	border-bottom: 3px solid transparent;
}

.nav>li.active>a {
    color: #1f1f1f;
    background-color: #fff;
	border-bottom: 3px solid transparent;
}

.nav>li a:hover {
    color: #1f1f1f;
	border-bottom: 3px solid #999;
}

.navbar{
	padding: 10px 0px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 400px;
}

.navbar-brand {
	height: auto;
	max-width: 230px;
}

.navbar-toggle {
	border-color: #CECECE;
}

.navbar-toggle {
	border-radius: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #B9B9B9;
}

.nav-tabs {
	margin-right: 2px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    color: #969595;
    margin: 0px;
    padding: 10px 22px;
}

.tab-content {
    border: 1px solid #dadada;
    border-top-color: transparent;
    margin-right: 3px;
    padding: 20px;
}


#frase{
	text-align:center;
	padding:2%;
	color: #24372c;
}

.productos{
	    width: 30%;
    margin: 1%;
    padding: 0.8%;
    overflow: hidden;
    height: auto;
    color: #333;
    float: left;
    background-color: #D9D4CB;
    min-height: 300px;
}


.linea{
	width:100%;
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 20px 0px;
}






/* SLIDER HOME */

#slider{
	    border: 1px solid #ccc;
    padding: 2%;
	background-color: #F3F3F3;
}

.slider-imag {
    width: 47%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 3%;
}

.slider-box{
	width:50%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top: 6%;
	}
	
.slider-titulo{
	color:#0095E1;
	text-transform:uppercase;
	font-size:40px;
	line-height:40px;
	}
.slider-codigo{
	color:#ccc;
	text-transform:uppercase;
	font-size:25px;
	line-height:40px;
	}
.slider-descripcion {
    background-color: #666;
    padding: 4%;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
}

.slider-descripcion a {
    background-color: #fff;
    padding: 1% 3%;
    color: #0095E1;
	text-decoration:none;
	text-transform:uppercase;
}

.slider-descripcion a:hover {
    background-color: #0095E1;
    color: #fff;
	text-decoration:none;
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
	/*margin: 10px 0px;*/
}

.form-control {
	background-color: #f9f9f9;
	border: 1px solid #E0E0E0;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	padding: 10px 20px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
   color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595;  
}

:-ms-input-placeholder {  
   color: #969595;  
}

textarea {
	margin-bottom: 20px;
}

.input-group-addon {
    border-radius: 0;
    border: 1px solid #db5252;
    background-color: #db5252;
    color: #fff;
}

/*=-=-=-=-=-==-=-=-=-=-=-=-=  common properties  =-=-=-==-=-=-==-=-=-=-=-=-=-=*/

.white {
	background-color: #fff;
	color: #333;
}

.dark-bg {
	background-color: #32548D;
	color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
	color: #ffffff;
}

.dark-bg h2 span {
	color: #9e9e9e;
}

.light-gray-bg {
	background-color: #D9D4CB;
}

.dark-gray-bg {
	background-color: #f1f0f0;
}

/* =-=-=-=--=-=-==-=-=-=-=-  Typography   =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a {
    color: #ccc;
}

a:hover {
	color: #0095E1;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	/*text-transform: uppercase;*/
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 36px;
    color: #666;
	font-style:italic;
}

h3 {
	font-size: 20px;
	font-weight: 300;
}



.texto1{
	color:#31A9DE;
	font-size:36px;
	line-height: 38px;
}

.texto2{
	color: #0095E1;
	font-size: 18px;
}

.texto3{
	color: #0095E1;
	font-size: 22px;
	line-height:30px;
	font-family: 'Open Sans', sans-serif !important;;
}

.texto4 {
	font-size: 24px;
	font-weight: 300;
	color:#3E3E3E;
	line-height:40px;
}


.link1{
	color:#31A9DE;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}

.link2{
	color:#999;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
.link2:hover{
	color:#0095E1;
	
}

.bot{
	background-color:#0095E1;
	color: #fff;
	padding:10px;
	text-decoration:none;
}
	
.bot:hover{
	background-color:#333;
}




.titulo-seccion{
	background-color: #ccc;
        padding: 1% 1.5%;
    font-size: 20px;
    color: #7b7b7b;
    margin-bottom: 20px;
	background: #CCCCCC; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(224,224,224,1),rgba(255,0,0,0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(224,224,224,1),rgba(255,0,0,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(224,224,224,1),rgba(255,0,0,0)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(224,224,224,1),rgba(255,0,0,0)); /*Standard*/
	
}

#breadcrumb{
background-color: #dff0d8;
    padding: 10px;
	overflow:hidden;
	height:auto;
    border-radius: 5px;
	-webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  margin-bottom: 20px; 
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, red , yellow); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, red, yellow); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, red, yellow); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red , yellow); /* Standard syntax */
  
}


hr {
	border-top: 1px solid #f1f0f0;
}


.right{
	text-align:right;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
	  padding: 40px 0px;
}

.section-title {
	    margin-top: 75px;
    text-align: center;
}

.section-title h2 span {
    font-size: 20px;
}

/*================================================================
							Home
==================================================================*/

/*------------------------------  header -----------------------------------*/

#home-page .header-wrapper {
    background: url(../nuevo/img/bg2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: table;
    height: 60vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#home-page .header-wrapper .header-wrapper-inner {
	/*background-color: rgba(255, 255, 255, 0.24);*/
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
	margin-top: 6em;
	}

#home-page .header-wrapper .header-wrapper-inner .intro {
	margin-top: 7em;
}

#home-page .header-wrapper .header-wrapper-inner .intro h1 {
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
    margin: 0 auto;
	padding: 15px 10px;
	letter-spacing: 2px;
	width: 60%;
}

#home-page .header-wrapper .header-wrapper-inner .intro h3 {
	color: #000;
    letter-spacing: 1px;
    margin-bottom: 3.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
	width: 60%;
	font-weight: 500;
}


#contenido{
	background-color: #fff;
	    margin-top: 75px;
}

.frase-home{
	width:100%;
    text-align: center;
	float:left;
}

#footer1{
	padding:5px 0px;
	float:left;
	text-align:left;
	width:8%;
	overflow:hidden;
}


#footer2{
	padding:5px 0px;
	float:left;
	width:52%;
	overflow:hidden;
}


#footer3{
	padding:5px 0px;
	float:left;
	text-align:right;
	width:40%;
	overflow:hidden;
}

.izq,
.der{
	width:48%;
	height:auto;
	float:left;
	padding:1%;
	text-align:left;
	    margin: 0% 1%;
}

.centro{
	width: 70%;
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 2% 15%;
}


.bread{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	overflow:hidden;
	margin:10px;
}


.prod-foto{
	width:35%;
	height:auto;
	overflow:hidden;
	float:left;
	border: 2px solid #ccc;
	}
	
.ficha{
	width: 98%;
    height: auto;
    overflow: hidden;
    float: left;
        margin: 2% 0%;
    padding: 2%;
    background-color: #DCDCDC;
}

.prod-nombre{
	background-color:#0095E1;
	color:#fff;
	font-size: 24px;
    padding: 2%;
    font-weight: bold;
	    margin-bottom: 20px;
	}
	
.prod-descripción{
	
	margin-left: 2%;
    float: left;
    width: 63%;
	}
	
.media{
	    width: 48%;
    margin: 1%;
    margin-top: 0px;
    float: left;
	}
	
	.fotos{
	width: 100%;
    float: left;
	}
	
	.videos{
	width: 100%;
    float: left;
	text-align: center;
	}
	
	.video{
	width: 31%;
    float: left;
	margin:1%;
	text-align:center;
	}
	



/* EFECTO HOVER IMAGENES */

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom:10px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
padding: 15%;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
/*background:rgba(0,0,0,0.6);*/
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
line-height:18px;

}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
/*margin:50px 0 0;*/
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}





/*-------------------------------  About  -----------------------------------------*/

.about-info {
    margin: 20px 0px;
}

.about-content {
    margin-bottom: 2.714em;
    text-align: center;
}

.about-icon {
	background-color: #db5252;
	border: 1px solid transparent;
    color: #f1f0f0;
    font-size: 30px;
    height: 60px;
    padding: 15px 0px;
    width: 60px;
}

.about-heading {
    margin-bottom: 0px;
    margin-top: 20px;
}

.about-description {
    padding: 10px 27px;
}

/*====================================  Portfolio =====================================*/

.portfolio-filter
{
    padding-bottom: 50px;
}


/*====================================  Testimonial =================================*/

#client-speech .item {
	padding: 0px 100px;
}

.client-text {
    padding: 35px 0px;
    text-transform: initial;
    font-size: 18px;
    font-weight: 100;
}


.cient-designation{
	text-transform: uppercase;
    color: #ccc;
    font-weight: bold;	
}


.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent;
	position: absolute;
	font-size: 65px;
	opacity: 1;
	margin: 0px;
	color: #ccc;
	top: 40%;
	line-height: 40px;
}

.owl-prev {
    left: 0;
    font-family: "Ionicons";
}

.owl-prev:before {
	content: "\f3cf";
}

.owl-next {
    right: 0;
    font-family: "Ionicons";
}

.owl-next:before {
	content: "\f3d1";
}

/*=====================================  Service  ===================================*/

.service-content {
    background-color: #e0e0e0;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
	min-height: 310px;
}

.service-content i {
    height: 60px;
    width: 60px;
    background-color: #1198b9;
    font-size: 30px;
    color: #f1f0f0;
    padding: 15px 0px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
}





/*===========================  call to action ===================================*/

.call-to-action {
	background-color: #2aa8a5;
	color: #ffffff;
	padding: 35px 0px;
	overflow:hidden;
}


.cont-container{
	max-width:1000px;
	height:auto;
	margin: 0 auto;
}

.call{
	width:60%;
	padding:1%;
	height:auto;
	float:left;
	text-align: center;
}

.bot-call{
	width:30%;
	float:left;
}

/*=================================== pricing ======================================*/

.price-catagory {
	padding-left: 0px;
	padding-right: 0px;
}

.price-box {
    padding: 30px;
    border: 1px solid #dedede;
    color: #969595;
    height: 480px;
}

.price-box p {
    font-size: 14px;
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: #db5252;
    font-size: 22px;
    margin-bottom: 25px;
}

.price-box p span.price {
    font-size: 45px;
    color: #000000;
}

.price-box p:nth-child(2) {
	color: #000000;
}

.price-box ul {
	padding: 0;
	margin: 0;
}

.price-box ul li {
	list-style: none;
	padding: 3px 0px;
}

.price-box ul li i {
	color: #db5252;
	font-size: 18px;
	margin-right: 12px;

}

.price-box .btn {
    position: absolute;
    bottom: 30px;
    text-transform: capitalize;
}

.price-catagory:hover {
	background-color: #f1f0f0;
}

.price-catagory:hover .price-box .btn {
	color: #db5252;
	border: 1px solid #db5252;
}

.price-box .btn:hover {
	background-color: #db5252;
	color: #ffffff !important;
}

/*================================  Blog  ==========================================*/

#blog h4 {
	color: #544C4C;
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

#blog h4:hover {
	color: #000000;
}

#blog p {
    margin-top: 10px;
    color: #6F6F6F;
}

#blog .blog-content span {
    text-transform: uppercase;
    font-size: 12px;
}

#blog .blog-content .btn {
    margin-top: 15px;
}


/*===========================================================================
				10.2 Single blog page
===========================================================================*/

#singleBlogPage .page-head {
    background: url(../nuevo/img/single_blog_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

#singleBlogPage .page-head .header-wrapper {
    position: relative;
    padding: 25px 0px;
}

.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}

.article-conclusion {
    margin-top: 1.3em;
}

.article-conclusion strong {
    color: #000000;
}

.article-conclusion strong em {
    font-weight: 600;
}

.article-conclusion a {
    color: red;
}

.single-blog-page-button {
	margin: 30px 0px;
}

.about-author {
    border: 1px solid #f1f1f1;
    padding: 12px;
    border-bottom-color: transparent;
}

.about-author p {
    margin: 15px 0px 10px -15px;
}

.about-author p strong {
	color: #000000;
	font-size: 1.333em;
	font-weight: 400;
}

.author-name {
	color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}

.author-contact {
    border: 1px solid #f1f1f1;      
    padding: 10px;
}

.author-contact p {
    margin: 7px;
}

.author-contact p span {
	margin-right: 5px;
}

.author-contact-button li {
	background-color: #f1f1f1;
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 12px;
	margin-right: 5px;
}

.author-contact-button li:nth-child(2) {
	padding-left: 18px;
}

.author-contact-button li a i {
	font-size: 17px;
    color: #969595;
}

.author-contact-button li:hover {
	background-color: #db5252;
}

.author-contact-button li:hover a i {
	color: #ffffff;
}

.comments h3 {
    margin-bottom: 20px;
}

.btn-clipboard {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	display:block;
	padding:5px 8px;
	font-size:12px;
	color:#969595;
	cursor:pointer;
	background-color:#fff;
	border:1px solid #f1f1f1;
}

.btn-clipboard:hover {
	color:#969595;
	background-color:#f1f1f1;
}

.cmnt-clipboard {
	display: block;
	position: relative;
}

.well {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
}

.comment-info {
    margin-top: 5px;
}

.comment-info strong {
	color: #000000;
	font-size: 15px;
}

.comment-info span {
	font-size: 11px;
	margin-left: 5px;
	text-transform: uppercase;
}

.comment-post h3 {
	margin-bottom: 20px;
}

.comment-post button {
    margin-top: 20px;
}

@media (max-width: 991px) {
	.about-author {
		padding: 30px;
	}
}

/*-----------------------------  10.3 sidebar ------------------------------------*/

aside h4 {
    margin: 2.414em 0 0.5em;
}



/*------------------------------
			faq
--------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
	line-height: 2.2em;
	color: gray;  
	float: right; 
	font-weight: 700; 
	padding-right: 0.62em; 
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-o {
	color: #000;
	margin-top: -5px;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-q {
	background-color: #f9f9f9;
	border: 1px solid transparent;
	color: #969595;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 12px;
    
}

.faq-q:hover {
	background-color: #ffffff;
    border: 1px solid #db5252;
    color: #000000;
}

.faq-a {
	background-color: #ffffff;
  	clear: both;
  	color: #969595;
  	display: none;
  	padding: 12px;
}

/*----------------------------------
		popular tags
-----------------------------------*/

aside .tag-widget .tags a {
    border: 1px solid #dadada;
    border-radius: 25px;
    color: #969595;
    display: inline-block;
    line-height: 22px;
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px 10px;
    text-transform: uppercase;
}

aside .tag-widget .tags a:hover {
	background-color: #db5252;
    border: 1px solid #db5252;
    color: #ffffff;
}

/*--------------------------------------------
			archives
--------------------------------------------*/

.archive-widget .archives 
{
    padding-left: 0;
    list-style: none;
}
.archive-widget .archives li 
{
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
}

.archive-widget .archives li a {
    margin-left: 25px;
    font-size: 12px;
    color: #969595;
}

.archive-widget .archives li:before 
{
    color: #969595;
    content: "\f10a";
    font-family: "Ionicons";
    position: absolute;
    left: 5px;
    font-size: 11px;
}

.archive-widget .archives li:hover a {
	color: #000000;
}

/*=================================  contact  =====================================*/


#contacto{
	background-color:#1F1F1F;
	color:#fff;
	padding: 1%;
}


#contact p {
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 20px;
}

#contact p strong {
    letter-spacing: 1px;
    font-weight: 600;
}

#contact h3 {
    margin-bottom: 30px;
}

#map-canvas {
    width: 100%;
    height: 310px;
}

.social-icons {
	padding: 0;
}

.social-icons li {
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 12px;
	margin-right: 5px;
}

.social-icons li:nth-child(1) {
	background-color: #4571c3;
	padding-left: 18px;
}

.social-icons li:nth-child(2) {
	background-color: #00bfd5;
}

.social-icons li:nth-child(3) {
	background-color: #1565c0;
}

.social-icons li:nth-child(4) {
	background-color: #db2e2e;
}

.social-icons li:nth-child(5) {
	background-color: #ff8f00;
}

.social-icons li:nth-child(6) {
	background-color: #c62828;
}

.social-icons li a i {
    font-size: 17px;
    color: #ffffff;
}




/** RESERVAS ---------------------------------------------*/

.form{
	/*background-color:#AFAFAF;
	margin: 15px 0px;*/
	padding:4%;
	
}

.form label{
    display: block;
    font-weight: bold;
	color: #333;
	line-height: 14px;
}
.form div{
   /* margin-bottom: 15px;*/
}
.form input[type="text"], .form textarea{
  width: 100%;
  /*margin-top: 5px;
  margin-bottom: 10px;*/
}

.mitad{
  width: 48% ;
  margin-right:2%;
  float:left;

}



.form input[type="text"]:focus, .form textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}
.form input[type="submit"],
.form input[type="button"],
.form input[type="reset"]{
    padding: 8px 16px;
    font-weight: bold;
	color:#FFF;
    background-color: #24372c;
	border: 0px;
	margin-top:10px;
}
.form input[type="submit"]:hover,
.form input[type="button"]:hover,
.form input[type="reset"]:hover{
    background-color:#2aa8a5;
}

/*-----------------*/







/*======================================  footer  =================================*/

footer {
	background-color: #212121;
	color: #2aa8a5;
	font-size: 14px;
	padding: 15px 0px 90px 0px;
}

footer p {
	margin-top: 10px;
}

footer p.credit {
	text-align: right;
}

/*========================================  media query  =============================*/

@media(max-width: 991px) {
	.about-info {
		text-align: left;
	}

	.blog-content {
		margin-top: 50px;
    	text-align: center;
	}
	
	.productos{
	    width: 32%;
    margin: 0.5%;
    padding: 0.8%;

	    min-height: 300px;
}
	
	
}

@media(max-width: 767px) {

	.section-title h2 span {
		display: block;
		margin-top: 12px;
	}

	#client-speech .item {
		padding: 0px 45px;
	}

	.price-box {
		height: auto;
		text-align: center;
	}

	.price-box .btn {
		position: relative;
		bottom: 0px;
		margin-top: 35px;
	}

	footer p, footer p.credit {
		text-align: center;
	}
	
	.service-content {
	min-height:200px;
	}
	
	
	.call{
		width:98%;
		padding:1%;
		text-align:center;
	
	}
	
	.bot-call{
		width:100%;
		text-align:center;
	
	}

	#contacto{
		text-align:center;
		float:none;
	}
	
	
	#footer1,
#footer2,
#footer3{
		width:100%;
		text-align:center;
		float:none;
		padding: 3%;
	}

	
	
	.bot-call{

		float:none;
	}


.call-to-action .btn {
    padding: 3%;
	float:none;

}

.nav>li.active>a {
        background-color: #ccc;
    color: #333;
}

.navbar-nav li a {
    font-size: 18px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #fff;
    margin: 2px;
    padding: 15px;
    background-color:#333;
}

.izquierda,
.derecha{
	padding:2%;
	width:98%;
	margin-bottom: 20px;
}



/* SLIDER HOME */

#slider{
	    border: 1px solid #ccc;
    padding: 2%;
}

.slider-imag {
    width: 100%;

}

.slider-box{
	width:100%;
	text-align:center;

	}




}



@media (min-width: 500px) and (max-width: 767px) {
	.header-wrapper .header-wrapper-inner .intro h1 {
		width: 65%;
	}

	.header-wrapper .header-wrapper-inner .intro h3 {
		width: 50%;
	}
	
	.container-a4 ul li{
	width:47% !important;

	}
	
	.habitaciones {
    width: 48%;
	padding: 3%;
	min-height:285px;
	}
	
	.hovereffect .overlay {
padding: 10%;
}

	.productos{
	      width: 47%;
    margin: 1.5%;
    padding: 1.5%;
	    min-height: 300px;
}

.video {
		width: 98%;
		margin: 1%;
	}


}



@media (max-width: 500px) {
	.header-wrapper .header-wrapper-inner .intro h1 {
		width: 95%;
	}

	.header-wrapper .header-wrapper-inner .intro h3 {
		width: 65%;
	}

	.section-title h2 span {
		font-size: 15px;
	}

	.section-heading-btn {
		left: 15px;
		top: 72px;
		width: 117px;
	}
	
	#home-page .header-wrapper .header-wrapper-inner .intro h1 {
	font-size: 40px;
	padding: 15px 10px;
	width: 70%;
	}
	
	#home-page .header-wrapper .header-wrapper-inner .intro h3 {
	font-size: 20px;
    padding: 10px;
    width: 70%;
	text-align:center;
	}
	
	.btn {
		margin-bottom: 10px;
	}
	
	
	.container-a4 ul li{
		width:96%!important;
			
	}
	
	.navbar-fixed-bottom, .navbar-fixed-top {
    position:relative;

}



.navbar-brand{
    width: 75%;
	}

.hovereffect .overlay {
padding: 15%;
}


#contenido {
    margin-top: 0px ;
}


.izq,
.der{
	width:100%;

}

.productos{
	    width: 100%;
    margin: 2% 0%;
    padding: 4%;
 min-height: 300px;
}

.prod-foto{
	width:100%;
}

.ficha{
	width:100%;
	margin-left: 0px;
    margin-top: 10px;

}


	.centro {
		width: 100% ;
		margin:0px;
	}
	
	.prod-descripción {
		margin: 2%;
		width: 96%;
	}
	
	.video {
		width: 98%;
		margin: 1%;
	}
	
}




/*---------------*/
/***** Portfolios *****/
/*---------------*/





.container-a4{
	width:100%;
	height:auto;
	overflow:hidden;
}

.caption-style-4{
		list-style-type: none;
		
	}
	
	.container-a4 ul {
		padding:0px;
	}

.container-a4 ul li{
	width:30%;
		float:left;
		margin:0% 1.5%;
		margin-bottom: 20px;
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
		/*border: 1px solid #ccc;*/
		-moz-box-shadow: 0px 1px 10px #969595;
	-webkit-box-shadow: 0px 1px 10px #969595;
	box-shadow: 0px 1px 10px #969595;
	}

	.caption-style-4 li:hover .caption{
		opacity: 1;
	}

	.caption-style-4 li:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.caption-style-4 img{
		margin: 0px;
		padding: 0px;
		float:inherit;
		z-index: 4;
	}


	.caption-style-4 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		width:100%;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}

	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 300px;
		width: 100%;
		z-index: 5;
		position: absolute;
	}

	.caption-style-4 .caption-text h1{
		text-transform: uppercase;
		font-size: 24px;
	}
	.caption-style-4 .caption-text{
		    z-index: 10;
			color: #fff;
			position: absolute;
			width: 100%;
			height: 300px;
			text-align: center;
			top: 40px;
		}
	





