html, body{
  font-family: 'Enriqueta', serif;
  font-size: 100%;
  background:	#fff;
}
body a{
	font-family: 'Enriqueta', serif;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	padding: 0 ;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,label{
	margin: 0;
	padding: 0;
	font-size: 1.05em; /*agregado nuevo*/
}
body a:hover{
	text-decoration: none;
}
/*-- Header Part Starts Here --*/
.header {
	padding: 1.8em 0;
	position: relative;
	text-align: right; /*center*/
 background: #0b0c3f;
}
.logo {
  position: absolute;
  width: 12%;
  top: 0;
  left: 0%;
  z-index: 999; /*999*/
}
.logo a img {
		width: 100%;
	}
@media (max-width:1280px){
	.logo {
	  width: 12%; 
	}
}
@media (max-width:1024px){
	.logo {
	  width: 16%; 
	}
}
@media (max-width:768px){
	.logo {
	  width: 21%;
	}
}
@media (max-width:568px){
	 	.logo {
	  width: 28%; 
	}
}
@media (max-width:480px){ /*agregado nuevo*/
ul,label{
	font-size: 1.3em; /*agregado nuevo*/
}
}
@media (max-width:320px){
	.logo {
	  width: 30%;
	}
}
/*===================================================================================================*/
.navigation {
	float: right;
}
ul.navig{
	padding:0;
}
ul.navig li{
	display: inline-block;
	margin: 0 9px; /*Separación entre palabras del menú principal.*/
	position: relative;
}
/*Letras del menú principal.*/
ul.navig li a{
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  font-family: 'Enriqueta', serif;
  font-weight: 400;
}
ul.navig li a:hover ,ul.navig li a.active{
	color: #8587d7;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width: 15px;
	height: 15px;
	background: red;
	display: none;
	content:"";
	position: absolute;
	top: 0;
}
.head_grid{
	text-align: center;
	width: 26.3%; /*26.3*/
}
.head_grid_center{
	margin: 0 7em; /* modif 0 7em */
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em; /*5em 1em*/
	margin:0 auto;
}
.grid_ba p{
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight: 600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 1000px){ /*1200*/
span.menu:before {
	content: url(../imagenes/nav-icon.png);
	cursor: pointer;	
	height: 32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px; /*12*/
	display: inline-block;
	width: 100%;
	margin: 0;
}
ul.navig li a {
	padding: 7px;
	font-size: 17px; /*14*/
	width: 100%;
	font-weight:600;
	display:block;
	color: #fff;
}
ul.navig li a:hover{
	color:#97262A; /*rojo*/
}
span.menu{
	/*display:block;*/ 
	float:right;
	margin: 1px 0px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 998; /*2222*/
	position: absolute;
	width: 96%; /*96*/
	text-align: center; /*center*/
	top: 100%;
	left: 2%; /*2*/
	padding: 10px 0px;
	
	/*modif: opacidad agregada*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.85)";
 filter: alpha(opacity=0.85);
	opacity: 0.85;
	
	background: #030650; /*color de menú*/
}
.navigation {
	height: 20px;
	padding: 0px 0px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}

/* === Menú hamburguesa solo en pantallas chicas (hasta 768px) === */
@media (max-width: 768px) {
  span.menu {
    display: block;
    float: right;
    margin: 1px 0px 0 0;
  }

  ul.navig {
    display: none;
    position: absolute;
    width: 96%;
    left: 2%;
    top: 100%;
    z-index: 998;
    padding: 10px 0;
    text-align: center;
    background: #030650;

    /* opacidad */
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }

  ul.navig li {
    display: block;
    width: 100%;
    margin: 0;
  }

  ul.navig li a {
    display: block;
    width: 100%;
    padding: 7px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
  }

  ul.navig li a:hover {
    color: #97262A;
  }
}

/* === Pantallas medianas (entre 769px y 1000px) → menú normal compacto === */
@media (min-width: 769px) and (max-width: 1000px) {
  span.menu {
    display: none !important;
  }

  ul.navig {
    display: block !important;
    position: static !important;
    width: auto;
    float: right;
    margin: 0;
    background: transparent;
    opacity: 1;
    text-align: right;
  }

  ul.navig li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
  }

  ul.navig li a {
    font-size: 1.5em;
    padding: 4px 6px;
    font-weight: 400;
    color: #fff;

    line-height: 0em; /* compacta un poco la altura de línea */
    padding: 2px 6px;   /* achica el padding vertical */
  }

  ul.navig li a:hover {
    color: #8587d7;
  }

  .header {
    padding: 0.6em 0;
  }
  
  .navigation {
    line-height: 1; /* fuerza a no estirarse verticalmente */
    margin-top: 0px; /* -4px - mueve el menú hacia arriba */
  }
}
/*===================================================================================================*/

/*--Header-Part-Ends-Here --*/
/*--banner-starts--*/
.banner {
  background: url(../imagenes/fondo-concertina.webp) no-repeat center;
  min-height: 500px; /*640*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.banner-top {
  width: 100%; /*Anchor para las imágenes del carrusel dentro del rectángulo*/
  margin: 0% auto 0;
  float: right;
  display: inline;
}
.bnr-one img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	width: 90% !important; /*Imagen del carrusel*/
	margin: 0 auto;
}
.flex-direction-nav {
  display: none !important;
}
.bnr-one {
  background: #ffffff;
  text-align: center;
  padding: 1em;
  width: 100%; /*Anchor de cada uno de los dos elementos a la vista del carrusel*/
  margin: 0 auto;
}
.bnr-one h1, .bnr-one h2 {
  color: #0b0c3f;
  font-size: 18px;
  font-weight: 400;
  margin: 12px auto 12px;
 /* text-transform: uppercase;*/
  width: 100%;
  line-height: 1.2em;
}
.bnr-one p {
  color: #999;
  font-size: 1em;
}
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 82%; /*82*/
  	left: 14%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../imagenes/arrows.png") no-repeat left top;
	display:none;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
  	left: auto;
  	background-position: right top;
  	right: 82.2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 4%;
  z-index: 999;
  left: 0%;
  width: 100%;
  text-align: right;
  margin: 0;
  display: block;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%; /*47*/
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	
	/*modif: opacidad agregada*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.85)";
 filter: alpha(opacity=0.85);
	opacity: 0.85; 
	
	background:#030650; /*color de menú*/
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
.callbacks_here a:after{
	background:#97262A; /*rojo*/
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/
/*--slide-hover-img--*/
.welcome-bottom-info {
     padding: 1em 0 5em;
}
.slit-slider-text h3 {
	  font-family: 'Enriqueta', serif;
  color: #0b0c3f;
  font-size: 1.5em;
  font-weight: 900;
  margin: 0px 0 0 0;
}
.slit-slider-text p {
  font-size: 1em;
  margin-top: 2.5%;
  line-height: 1.8em;
  color: #000;
}

.selector {
	width: 86%;
  margin: 0 7% 1.5em 7%;
}
.ia-container {
	width: 100%; 
	text-align: center;
	overflow: hidden;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
	border: 7px solid rgba(255,255,255,0.6);
 border-radius: 16px; /*agregado*/
-webkit-border-radius: 16px; /*agregado*/
  -moz-border-radius: 16px; /*agregado*/
  -o-border-radius: 16px; /*agregado*/
  -ms-border-radius: 16px; /*agregado*/
  
}
.ia-container figure {
  position: absolute;
  top: 0;
  left: 16.5%; /* width of visible piece */
  width: 60%; 
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ia-container > figure {
  position: relative;
  left: 0 !important;
}
.ia-container img {
  display: block;
  width: 100%;
}

/*Lugar donde hacer clic para cambiar*/
/*de imagen. El ancho es igual al ancho*/
/*del borde visible del solapamiento.*/
.ia-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.5%; /*just cover visible part*/
  height: 100%;
  cursor: pointer;
  border: 0;
  padding: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
	z-index: 100;
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/
}
.ia-container input:checked{
 width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 100%; 
}
.ia-container figcaption {
	width: 100%;
	height: 100%;
	background: rgba(87, 73, 81, 0.1);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*El texto de letrero.*/
.ia-container figcaption span {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 20px;
	left: 20px;
	overflow: hidden;
	text-align: center;
  background: rgba(56, 50, 54, 0.8);
	line-height: 20px;
	font-size: 30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
/*text-transform: uppercase;*/
	letter-spacing: 2px;
	font-weight: 400;
	padding: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}
.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	top: 50%; /*posición vertical del letrero sobre la foto del selector de galerías*/
}
.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}
.ia-container input:checked ~ figure input{
    z-index: 1;
}
.elongado {
	width:100% !important;
}
@media(max-width:1440px) {}
@media(max-width:1366px) {}
@media(max-width:1280px) {}
@media(max-width:1024px) {
 .ia-container figcaption span { 
   font-size: 20px; 
}
}
@media(max-width: 768px) {}
@media (max-width:736px) {}
@media(max-width: 720px) {
 .ia-container figcaption span { 
   font-size: 18px; 
}
}
@media (max-width:667px) {}
@media(max-width: 640px) {
 .selector {
   width: 88%;
   margin: 0 5% 1.5em 6%;
}
}
@media (max-width:600px) {}
@media(max-width: 568px) {}
@media(max-width: 520px) {
 .ia-container figcaption span {
   font-size: 14px; 
   letter-spacing: 2px; 
   padding: 10px; 
   margin-top: -25px; 
}
}
@media(max-width: 480px) {
 .selector {
   width: 100%;
   margin: 0 0 1.5em 0;
}
}
@media (max-width:414px) {}
@media (max-width:375px) {}
@media(max-width: 320px) {}

/*--/slide-hover-img--*/
/*--welcome--*/
.welcome {
  padding: 4em 0 2em;
  text-align: center;
}
.welcome h3 {
  font-family: 'Enriqueta', serif;
  font-size: 2.5em;
  color: #444;
  font-weight: 900;
  padding-bottom: 8px;
}
.welcome p {
  font-size: 1em;
  color: #000;
    line-height: 1.8em;
}
/*--/welcome--*/
/*--offer-Part-starts-Here --*/
.offer-top h3 {
  font-family: 'Enriqueta', serif;
  font-size: 2.6em;
  color: #444;
}
.offer{
	padding:0em 0px 5em 0px;
}
.heading h1, .heading h2, .heading h4, .heading h4 {
	   font-family: 'Enriqueta', serif;
  font-size: 2em;
  color: #444444;
  margin: 0;
}
.offer-top{
	text-align:center;
}
.offer-bottom{
	margin-top:1.5%;
}
.offer-left img{
	width:100%;
}
.offer-left h3 {
	  font-family: 'Enriqueta', serif;
	font-size: 1.5em;
	font-weight: 900;
	margin: 15px 0 0 0;
}
.offer-left h3 a{
	   font-family: 'Enriqueta', serif;
	color: #0b0c3f;
	text-decoration:none;
}
.offer-left{
	position:relative;
}
.offer-left p{
	font-size: 1em;
	margin-top: 2.5%;
	line-height: 1.8em;
	color: #000;
}
.o-btn{
	margin-top:6%;
}
.o-btn a{
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 12px;
  background: #444;
}
.o-btn a:hover {
	background: #eb3333; /*#0b0c3f;*/
	color: #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.offer-left h6 {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  position: absolute;
  top: 12px;
  left: 15px;
  padding: 8px 18px 7px 20px;
  background: #242425;
}
/*--offer-Part-end-Here--*/
/*--nature-Part-start-Here--*/	
.nature{
	background:url(../imagenes/nature.jpg) no-repeat;
	min-height:270px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.nature-top {
width: 50%;
  float: right;
  background: rgba(236, 141, 36, 0.69);
  min-height: 270px;
  padding-top: 4em;
  padding-left: 4em;
}
.nature-top h1, .nature-top h2{
	  font-family: 'Enriqueta', serif;
	color:#fff;
	font-size:2.1em;
	font-weight:400;
}
.nature-top p{
  font-size: 1em;
  margin-top: 2.5%;
  line-height: 1.8em;
  color: #fff;
  width: 75%;
}
/*--nature-Part-end-Here--*/
/*--footer--*/
/*----- footer ----*/
.footer {
   background: #29292A;
   padding: 2em 0em 1em 0;
  text-align:left;
}
.footer-grid h2 {
  font-family: 'Enriqueta', serif;
  color: #FFF;
  font-size: 1.6em;
  margin-bottom: 0.6em;
}
.footer-grid ul{
	margin:0;
	padding:0;
}
.footer-grid ul li{
	display:block;
}
.footer-grid ul li a{
  font-size: 1em;
  color: #ADACAC;
  text-decoration: none;
  padding: 0.2em 0;
  display: inline-block;
  font-weight: 100;
}
/*color de hipervínculo de contacto*/
.footer-grid ul li a:hover{
	color:#eb3333; /*0b0c3f modificado*/
}
.contact-grid ul li{
   font-size: 1em;
  color: #ADACAC;
  padding: 0.3em 0;
}
.contact-grid ul li span{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../imagenes/footer-icons.png) no-repeat 0px 0px;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.5em;
}
.contact-grid ul li a{
	font-size: 1em;
	display:inline-block;
}
.contact-grid ul li span.c-icon1{
	background-position: 0px -25px;
}
.contact-grid ul li span.c-icon2{
	background-position: 0px -49px;
}
.contact-grid ul li span.c-icon3{
	background-position: 0px -76px;
}
ul.social-icons{
	margin:1em 0 0 0;
	padding:0;
}
ul.social-icons li{
	display:inline-block;
}
ul.social-icons li a span{
	width:32px;
	height:32px;
	display:inline-block;
	background: url(../imagenes/social-icons.png) no-repeat 0px 0px;
	margin-right:0.2em;
}
ul.social-icons li a span:hover{
 opacity:0.6;
}
ul.social-icons li a span.facebook{
	background-position:0px 0px;
}
ul.social-icons li a span.twitter{
	background-position: -36px 0px;
}
ul.social-icons li a span.thumb{
	background-position: -72px 0px;
}
ul.social-icons li a:hover{
	opacity:0.7; /*0.7em;*/
}
.copy {
	  text-align:center;
	  background:#0b0c3f;
	  padding:1em;
	 }
.copy p {
  color: #fff;
  font-size:1em;
}
.copy p a {
   color: #fff;
}
.copy p a:hover{
	 text-decoration: underline;
}
/*--/footer--*/
/*--contact-Part-starts-Here --*/
.contact-right iframe{
	border:none;
	width:100%;
	height:350px;
}
.contact-left p{
	font-size: 15px;
	margin-top: 1.6%;
	line-height: 1.6em;
	color: #000;
}
.contact-right input[type="text"]:nth-child(1), .contact-right input[type="number"]:nth-child(1), .contact-right input[type="tel"]:nth-child(1), .contact-right input[type="email"]:nth-child(1), .contact-right input[type="url"]:nth-child(1) {
	margin-right:10px;
}
.contact-right input[type="text"], .contact-right input[type="number"], .contact-right input[type="tel"], .contact-right input[type="email"], .contact-right input[type="url"] {
  width: 100%;
  margin: 0px;
  color: #000;
  background: none;
  padding: 15px 10px;
  outline: none;
  border: 1px solid #BCBCBC;
}
.contact-right textarea {
  width: 100%;
  color: #000;
  resize: none;
  background: none;
  height: 12.7em;
  padding: 15px;
  outline: none;
  border: 1px solid #BCBCBC;
  margin-top: 1.4%;
}
/*Botón Enviar de Blog*/
.submit-btn input[type="submit"] {
  color: #ffffff;
  padding: 10px 50px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  margin: 20px 0 0 0px;
  border: none;
  border-radius: 4px;
  background: #444;
  outline: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.submit-btn input[type="submit"]:hover {
  background: #8587d7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.contact-bottom{
	margin-top:5%;
	 text-align: center; /*botón centrado*/
}
/*--contact-Part-Ends-Here --*/
.about,.blog,.pages,.gallery,.contact{
	padding: 1em 0;
}
.about h1, .about h2, .blog h1, .blog h2, .gallery h1, .gallery h2{
	    font-family: 'Enriqueta', serif;
	font-size:2.5em;
	color: #444444;
	text-align:center;
	  margin-bottom: .7em;
}
h1.typoo, h2.typoo{
 /* text-transform: uppercase;*/
    font-family: 'Enriqueta', serif;
  font-size: 2.5em;
  color: #444444;
  text-align: center;
  margin-bottom: .7em;
}
/*--gallery-Part-Ends-Here --*/
.gallery-bottom{
	margin-top:1%;
}
.gallery-left img{
	width:100%;
}
.gallery-left img:hover {
  opacity: .5;
  	transition: .8s all ease;
	-webkit-transition: .8s all ease;
	-moz-transition: .8s all ease;
	-o-transition: .8s all ease;
	-ms-transition: .8s all ease;
}
.gallery-left{
	position: relative;
}
.gallery-left {
  padding-left: 0;
}
.gallery-1{
	margin-top:25px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}
/*--gallery-Part-Ends-Here --*/
/*--about-Part-starts-Here --*/
.about-top h3 {
  font-size: 1.5em;
  color: #000;
  margin: 4px 0 0 0;
    font-family: 'Enriqueta', serif;
}
.about-top p{
  font-size: 1em;
  margin-top: 1%;
  line-height: 1.8em;
  color: #000;
}
.about-bottom{
	margin-top:2%;
}
.about-left img{
	width:100%;
}
.about-left h5 {
	font-size: 1.25em;
	font-weight: 400;
	margin: 18px 0 6px 0;
}
.about-left h5 a{
   font-family: 'Enriqueta', serif;
  color: #0b0c3f;
  text-decoration: none;
  font-size: 1.2em;;
}
.advn-one {
	margin-top: 7%;
}
.advantages-left h4 {
  font-size: 1.8em;
   font-family: 'Enriqueta', serif;
}
.advantages-left h1, .advantages-left h2{
	  font-size: 1.8em;
   font-family: 'Enriqueta', serif;
}

.ad-mian {
	margin-top: 3%;
}
.ad-left {
	width: 10%;
	float: left;
}
.ad-left p {
	color: #fff;
	background: #0b0c3f;
	padding: 13px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	font-size: 20px;
}
.ad-right {
	width: 84%;
	float: right;
}
.ad-right h3, .advn-two h3 {
	font-family: 'Josefin Slab', serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 900;
	margin: 0;
	line-height: 1.4em;
}
.ad-right h3 a{
	  font-size: 1.2em;
	font-family: 'Josefin Slab', serif;
	text-decoration:none;
		color: #0b0c3f;
}
.ad-right p {
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 8px;
}
.advn-two ul {
	padding: 0;
	margin-top: 3%;
}
.advn-two ul li {
	list-style-image: url(../imagenes/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.advn-two p{
	color: #000;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}
.advn-two {
	margin-top: 7%;
}
.advn-two ul li a {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
.advn-two ul li a:hover{
	  color: #0b0c3f;
      margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.about-left {
  padding-left: 0;
}
.banner5 {
  min-height: 14em;  /*194px;*/
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.team {
  padding: 4em 0 3em;
  text-align: center;
}
.team-top h1, .team-top h2 {
  font-size: 1.8em;
  font-family: 'Enriqueta', serif;
}
/*--about-Part-Ends-Here --*/
/*--blog-starts--*/
span.glyphicon {
  color: #0b0c3f;
}
.pager li > a, .pager li > span {
  border-radius: 15px;
  color: #353a3d; /*gris*/
}
.blog-main p {
	color: #000;
	font-size: 15px;
	margin-top: 5px;
}
.blog-left {
  padding-left: 0;
}
.blog-top {
  margin-top:.4%;
}
.blog-main p a{
	color:#0b0c3f;
}
.blog-main p a:hover{
	text-decoration:underline;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	color:#999;
}
a.bg {
    font-family: 'Enriqueta', serif;
  color: #0b0c3f;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
}
.blog-one{
	margin-top:1em;
}
.blog-one img{
	width:100%;
}
.blog-main:nth-child(3) {
  margin-top: 2.5em;
}
.blog-main:nth-child(5) {
  margin-top: 2.5em;
}
.col-md-5.blog-one-left {
  	padding-left: 0;
}
.blog-comments {
  margin-top: 1.1em;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding: 1.1em 0 .8em;
}
.blog-comments ul {
  padding: 0;
}
.b-btn {
	margin-top: 15px;
}
.blog-comments ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.b-btn a{
	color: #fff;
	padding: 5px 15px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline: none;
	font-size: 13px;
	background: #444;
}
.b-btn a:hover{
	background: #0b0c3f;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.blog-main-one {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.blog-right h1, .blog-right h2, .blog-right h4{
	font-family: 'Josefin Slab', serif;
	color: #0b0c3f;
	font-size: 1.5em;
	font-weight: 400;
}
.blog-right ul{
	padding:0;
	margin-top:0em;
}
.blog-right ul li{
	list-style:none;
	margin-bottom:8px;
}
.blog-right ul li a {
	color: #000;
	font-size: 15px;
}
.blog-right ul li a:hover{
	color:	#FF8800; /*naranja*/
	margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.posts{
	margin-top:2em;
}
.categories:nth-child(1){
	margin-top:0;
}
.categories{
	margin-top:3em;
}
.categories h1, .categories h2 {
  text-align: left;
}
p.sngl {
	margin-top: 1.5em;
}
.blog-one p {
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 1em;
}
.blog-one-left p{
	margin-top:0;
}
.pagination {
	margin: 4% 0 0 0;
}
.blog-comments ul li a, .blog-comments ul li p {
	color: #000;
	font-size: 15px;
	font-weight: 100;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.blog-comments ul li a:hover{
	color:	#FF8800;
	text-decoration: none;
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.related{
	margin-top:3em;
}
.contact-form {
	margin-top: 1.1em;
	 text-align: center; /*Botón Enviar centrado*/
}
.related-left{
	text-align:center;
}
.related-left h3 {
	font-family: 'Josefin Slab', serif;
	color: #0b0c3f;
	font-size: 1.35em;
	font-weight: 900;
	margin: 13px 0 0 0;
}
.contact-left.heading {
  padding-left: 0;
}
.contact-form form input[type="text"], .contact-form form input[type="number"], .contact-form form input[type="tel"], .contact-form form input[type="email"], .contact-form input[type="url"], .contact-form form select {
	padding: 10px 15px;
	width: 100%;
	color: #333;
	font-size: 1em; /*1em*/  /*fuente para input resolución de computadora*/
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	outline: none;
	display: block;
	margin: 10px 0;
}
 .contact-form form textarea {
  padding: 10px 15px;
  width: 100%;
  color: #333;
  font-size: 1em; /*1em*/
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  outline: none;
  display: block;
  margin: 10px 0;
}
.contact-form form textarea {
  height: 200px;
  resize: none;
}
/* Botón Enviar pulsado */
.contact-form form input[type="submit"]:hover{
	background: #eb3333; /*8587d7;*/
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*Botón Enviar*/
.contact-form form input[type="submit"] {
	color: #fff;
	background: #444;
	padding: 0.7em 1.7em;
	font-size: 1.2em; /*1.1*/
	margin-top: 1em;
	border: none;
	width: 12em; /*agregado por mí*/
	height: 2.7em; /*agregado por mí*/
	outline: none;
	border-radius: 0.3em; /*modificado*/
	-webkit-border-radius: 0.3em; /*modificado*/
	-moz-border-radius: 0.3em; /*modificado*/
	-o-border-radius: 0.3em; /*modificado*/
		transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-heading a, .media-heading {
    font-family: 'Enriqueta', serif;
  color: #0b0c3f;
}
.media-body p {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6em;
	color: #999;
}
.comments-bottom {
	margin-top: 3%;
}
.media {
	margin-top: 24px;
}
.comments {
	margin-top: 5%;
}
.comments-top h1, .comments-top h2 {
  font-size: 2em;
}
.related-left img {
	width: 100%;
}
.related h1, .related h2 {
  font-size: 2em;
}
.reply {
  margin-top: 9%;
}
.reply h1, .reply h2 {
  font-size: 2em;
}
ul.pager {
	margin: 0;
}
/*--blog-end--*/
/*--pages-start--*/
h1.ghj, h2.ghj {
	color: #444444; /*#000;*/
	font-size: 1.6em !important;
	margin: 0 0 1.5em; /*1em*/
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
.breadcrumb {
	margin-bottom: 3em !important;
}
.table {
	margin-bottom: 0;
}
.b4,.b5,.b6 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
 .bs-example h1, .bs-example h2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
  margin: 0 0 10px;
}
	.b4, .b5, .b6 {
	  margin-top: 0px !important;
	  margin-bottom: 0px !important;
	}
/*--pages-end--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../imagenes/boton-arriba.png) no-repeat;
}
/*--media-quaries-starts-here--*/
@media(max-width:1440px){
	.bnr-one h1, .bnr-one h2 {
	  font-size: 16px;
	  margin: 24px auto 9px;
	  width: 100%
	}
	.bnr-one p {
	  font-size: .95em;
	}
	.b4, .b5, .b6 {
	  margin-top: 0px !important;
	  margin-bottom: 0px !important;
	}
}
@media (max-width:1366px){
	.banner {
		min-height: 500px; /*660*/
	}
	.banner5 {
	  min-height: 14em; /*191px;*/
	}
	.gallery {
		padding: 5em 0px;
	}
	.welcome {
		padding: 5em 0px;
	}
	.offer {
		padding: 0em 0px 5em 0px;
	}
	.fields {
		padding: 5em 0px;
	}
	.contact, .about, .team, .blog{
		padding: 5em 0px;
	}
	.pages {
		padding: 1em 0px;
	}
}
@media (max-width:1280px){
	.banner {
		min-height: 500px; /*600*/
	}
	.banner5 {
	  min-height: 14em; /*191px;*/
	}
	.pages {
		padding: 1em 0px;
	}
	.comments {
	  margin-top: 4%;
	}
	.related {
	  margin-top: 4%;
	}
	.related-bottom {
	  margin-top: 2%;
	}
	.contact-bottom {
		margin-top: 4%;
	}
	.blog-comments {
		padding: 1.1em 0px;
		margin-top: 2em;
	}
	.blog-top {
		margin-top: 2%;
	}
	.gallery-bottom {
		margin-top: 4%;
	}
	.advn-one,.advn-two {
		margin-top: 5.5%;
	}
	.team-bottom {
		margin-top: 2%;
	}
	.banner-top {
		margin: 0% auto 0;
	}
	.welcome-bottom {
		margin-top: 2%;
	}
	.offer-bottom {
		margin-top: 2%;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 2em;
	}
	.nature-top {
	  width: 50%;
	  padding: 2.4% 5%;
	  margin-top: 0;
	}
	.reply {
	  margin-top: 4%;
	}
	.contact, .about, .team, .blog {
	  padding: 2em 0px;
	}
	.gallery {
	  padding: 2em 0px;
	}
	.welcome {
	  padding: 2em 0px 1em;
	}
	.welcome-bottom-info {
	  padding: 1em 0 3em;
	}
}
@media (max-width:1024px){
 .bnr-one h1, .bnr-one h2 {
		font-size: 1em;
		margin: 11px auto 11px;
		width: 100%;
	}
	.slit-slider-text h3 {
	  font-size: 1.2em;
	}
	.welcome-bottom {
	  margin-top: 0;
	}
	.pages {
		padding: 1em 0px;
	}
	.related-left h3 {
	  font-size: 1.25em;
	  margin: 10px 0 0 0;
	}
	.contact, .about, .team, .blog {
		padding: 2em 0;
	}
	.contact-right iframe {
		height: 320px;
	}
	.submit-btn input[type="submit"] {
		padding: 9px 47px;
		font-size: 18px;
	}
	.gallery {
		padding: 2em 0;
	}
	.gallery-bottom {
		margin-top: 3%;
		  padding-left: 15px;
	}
	#filters li span {
	  font-size: 14px;
	}
	.gallery-1 {
	  margin-top: 15px;
	}
	.header {
		padding: 1.5em 0;
	}
	.bnr-one img {
		width: 45%; /*45*/
	}
	.bnr-one {
		width: 100%;
	}
	.banner {
		min-height: 330px; /*330*/
	}
	.banner5 {
	  min-height: 13em; /*123px;*/
	}
	.heading h1, .heading h2, .heading h4, .heading h4 {
	  font-size: 2.2em;
	  padding-bottom: 0;
	}
	.advn-one, .advn-two {
	  margin-top: 4%;
	}
	.welcome-top h4 {
		font-size: 2.5em;
	}
	.welcome {
	  padding: 2em 0;
	}
	.welcome-top p {
		margin: 5px auto 0;
		width: 90%;
	}
	.welcome-left h1, .welcome-left h2 {
		font-size: 1.55em;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 1.75em;
	}
	.offer-left h3 {
		font-size: 1.3em;
	}
	.nature-top {
		width: 33.5%;
		margin-top: 2.3%;
		padding: 7% 21px;
	}
	.nature {
		min-height: 240px;
	}
	.fields-left h3 {
		font-size: 1.3em;
	}
	.fields {
		padding: 4em 0px;
	}
	.footer {
		padding: 2em 0;
	}
	.welcome-left  a.one-top {
		margin-top: 24px;
	}
	.offer {
		padding: 0em 0px 4em 0px;
	}
	.contact-right input[type="text"]:nth-child(1), .contact-right input[type="number"]:nth-child(1), .contact-right input[type="tel"]:nth-child(1), .contact-right input[type="email"]:nth-child(1), .contact-right input[type="url"]:nth-child(1) {
		margin-right: 8px;
	}
	.about-top h3 {
	  font-size: 1.35em;
	  margin-top: 9px;
	}
	.ad-left p {
	  padding: 8px 0px;
	}
	.ch-grid li {
	  margin: 0 20px !important;
	}
	.team-bottom {
		margin-top: 3%;
	}
	.col-md-7.blog-one-left {
		padding: 0;
	}
	.blog-one {
		margin-top: 1.2em;
	}
	a.bg {
		font-size: 1.2em;
	}
	.blog-right h1, .blog-right h2, .blog-right h4{
		font-size: 1.3em;
	}
	.blog-right ul {
		margin-top: 1em;
	}
	.blog-one p {
		font-size: 14px;
	}
	.b-btn a {
		padding: 4px 9px;
		font-size: 12px;
	}
	.b-btn {
		margin-top: 10px;
	}
	.blog-right ul li a {
		font-size: 14px;
	}
	.blog-comments ul li a, .blog-comments ul li p {
		font-size: 14px;
		margin-left: 7px;
	}
	.blog-comments {
	  padding: .6em 0px;
	  margin-top: 1em;
	}
	.blog-main p {
		font-size: 14px;
		margin-top: 2px;
	}
	.related-left {
	  padding: 0 7px;
	}
	.nature-top {
	  width: 50%;
	  margin-top: 0;
	  padding: 35px 27px 18px 28px;
	  min-height: 240px;
	}
	.advantages-left h4 {
	  font-size: 1.4em;
	  font-family: 'Enriqueta', serif;
	  margin-top: 1em;
	}
	.advantages-left h1, .advantages-left h2 {
	  font-size: 1.4em;
	  font-family: 'Enriqueta', serif;
	  margin-top: 1em;
	}
	.blog-main:nth-child(3) {
	  margin-top: 1.5em;
	}
	.blog-main:nth-child(5) {
	  margin-top: 1.5em;
	}
	.comments-top h1, .comments-top h2 {
	  font-size: 1.8em;
	  margin-top: 2em;
	}
	.related h1, .related h2 {
	  font-size: 1.8em;
	  margin-top: 2em;
	}
	.reply h1, .reply h2 {
	  font-size: 1.8em;
	  margin-top: 2em;
	}
}
@media (max-width:768px){
	.banner-left {
	  width: 50%;
	  float: left;
	}
	.bnr-one p {
	  font-size: .9em;
	}
	.bnr-one img {
	  width: 63% !important;
	}
	.pages {
	  padding: 1em 0;
	}
	h1.typoo, h2.typoo {
	  font-size: 2.1em;
	}
	.related-left {
	  width: 25%;
	  float: left;
	}
	.contact-form {
	  margin-top: 1.2em;
	}
	.contact-form form input[type="submit"] {
	  padding: 10px 22px;
	  font-size: 16px; /*15*/
	  margin-top: 6px;
	}
	.contact-form form input[type="text"], .contact-form form input[type="number"], .contact-form form input[type="tel"], .contact-form form input[type="email"], .contact-form input[type="url"], .contact-form form select {
	  padding: 8px 15px;
	  font-size: 16px; /*15*/
	}
	.contact-form form textarea {
	  height: 155px;
	  font-size: 16px; /*15*/
	}
	.related-left h3 {
	  font-size: 1.1em;
	}
	.media-body p {
	  font-size: 14px;
	  margin-top: 4px;
	}
	.col-md-5.blog-one-left {
		width: 43%;
		float: left;
	}	
	.col-md-7.blog-one-left {
		width: 57%;
		float: right;
	}
	.b-btn {
		margin-top: 19px;
	}
	.blog-comments {
		padding: 10px 0px;
		margin-top: 1.2em;
	}
	a.bg {
		font-size: 1.2em;
	}
	.blog-right h1, .blog-right h2, .blog-right h4{
		font-size: 1.2em;
	}
	.col-md-3.blog-right {
		margin-top: 50px;
	}
	.blog-right ul {
	  margin-top: 10px;
	}
	.blog-right ul li {
	  margin-bottom: 5px;
	}	
	.pager li > a, .pager li > span {
	  padding: 4px 21px;
	  font-size: 14px;
	}
	.ch-grid li {
	  margin: 0 8px !important;
	}
	.pagination {
	  margin: 3% 0 0 0;
	}
	.about-left {
		width: 33.3%;
		float: left;
	}
	.ad-left {
		width: 8.7%;
	}
	.blog-main:nth-child(3) {
	  margin-top: 2.5em;
	}
	.blog-main:nth-child(5) {
	  margin-top: 2.5em;
	}
	.ad-left p {
		padding: 15px 0px;
	}
	.advn-one, .advn-two {
		margin-top: 1.5%;
	}
	.advantages-left:nth-child(2){
		margin-top: 3.5%;
	}
	.categories {
	  width: 33.3333%;
	  float: left;
	  margin-bottom: 1em;
	  margin-top: 0;
	}
	.ad-right {
	  width: 87%;
	}
	.about-top h3 {
		font-size: 1.2em;
	}
	.contact-top,.contact-bottom{
		text-align: center;
	}
	.contact-left p {
		margin-top: 1%;
	}
	.contact-right {
		margin-top: 13px;
	}
	.contact-right iframe {
		height: 250px;
	}
	.contact-right input[type="text"], .contact-right input[type="number"], .contact-right input[type="tel"], .contact-right input[type="email"], .contact-right input[type="url"] {
		padding: 12px 10px;
		font-size: 14px;
	}
	.bnr-one h1, .bnr-one h2 {
		font-size: 1em;
		margin: 10px auto 5px;
	}
	.contact-right textarea {
		height: 11.7em;
		font-size: 13px;
		padding: 11px;
	}
	.submit-btn input[type="submit"] {
		padding: 9px 40px;
		font-size: 16px;
		margin: 10px 0 0 0px;
	}
		.comments-top h1, .comments-top h2 {
	  font-size: 1.7em !important;
	}
	.related h1, .related h2 {
	  font-size: 1.7em;
	}
	.reply h1, .reply h2 {
	  font-size: 1.7em;
	}
	.contact, .about, .team, .blog{
		padding: 2em 0px;
	}
	.bnr-one img {
		width: 70%;
	}
	.bnr-one {
		width: 100%;
	}
	.banner {
		min-height: 290px; /*290*/
	}
	.banner5 {
	  min-height: 13em; /*165px;*/
	}
	.advantages-left h1, .advantages-left h2 {
	  margin-top: 2em;
	}
	.callbacks_tabs a:after {
		height: 11px;
		width: 11px;
	}
	.welcome-top h4 {
		font-size: 2.1em;
	}
	.welcome-one-left {
		width: 50%;
		float: left;
	}
	.welcome-one-right {
		width: 50%;
		float: right;
	}
	.welcome-left h1, .welcome-left h2 {
		font-size: 1.45em;
	}
	.welcome-left p {
		font-size: 14px;
		margin-top: 1.1%;
	}
	.welcome-top p {
		width: 97%;
		font-size: 14px;
	}
	.welcome-left  a.one-top {
		margin-top: 9px;
	}
	.welcome-left:nth-child(2){
		margin-top:3%;
	}
	.welcome-one {
		margin-top: 2%;
	}
	.offer-left {
		width: 25%;
		float: left;
		padding: 0 5px;
	}
	.offer-left h3 {
		font-size: 1.1em;
	}
	.offer-left p {
		font-size: 14px;
	}
	.o-btn a {
		font-size: 11px;
		padding: 3px 6px;
	}
	.o-btn {
		margin-top: 4%;
	}
	.heading h1, .heading h2, .heading h4, .heading h4{
		font-size: 2.1em;
	}
	.welcome {
		padding: 3em 0px;
	}
	.offer {
		padding: 0em 0px 3em 0px;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 1.3em;
	}
	.nature-top p {
		font-size: 14px;
		margin-top: 2.3%;
	}
	.nature-top {
	  width: 60%;
	  margin-top: 0;
	  padding: 4.85% 21px;
	  min-height: 220px;
	}
	.footer-grid {
	  width: 100%;
	  float: left;
	  margin-bottom: 2em;
	}
	.nature {
		min-height: 230px;
	}
	.fields {
		padding: 3em 0px;
	}
	.fields-left {
		width: 33.3%;
		float: left;
	}
	.fields-left h3 {
		font-size: 1.2em;
	}
	.fields-left p {
		font-size: 14px;
		margin-top: 1.5%;
	}
	.fields-left span {
		width: 65px;
		height: 65px;
		background-size: 300%;
	}
	.fields-left span.men {
		background-position: -65px 0px;
	}
	.fields-left span.pen {
		background-position: -130px 0px;
	}
	.footer-left {
		width: 33.3%;
		float: left;
	}
	.footer-left h1, .footer-left h3 {
		font-size: 1.6em;
	}
	.footer {
		padding: 3em 0px 1.2em;
	}
	.offer-left h6 {
		font-size: 15px;
		left: 5px;
		padding: 3px 30px 7px 15px;
		background-size: 92%;
	}
	.about-top p {
		font-size: 14px;
	}
	.advn-two p {
	  font-size: 14px;
	  margin-top: 4px;
	}
	.advn-two ul li a {
	  font-size: 14px;
	}
	.advn-two ul {
		margin-top: 1.5%;
	}
	.gallery-left {
		width: 25%;
		float: left;
		padding: 0 5px;
	}
	.col-md-6:nth-child(3){
		margin-top: 4%;
	}
	ul.navig li a:hover, ul.navig li a.active {
	  color: #8587d7; /* #0b0c3f;*/
	}
	.slit-slider-text h3 {
	  margin-top: 1.2em;
	}
}
@media (max-width:640px){
	.label {
		font-size: 59%; /*59*/
	}
	.breadcrumb {
		margin-bottom: 2em !important;
	}
	.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
		padding: 1em 0;
	}
	h1.ghj, h2.ghj {
		font-size: 1.3em !important;
		margin: 0 0 18px; /*12px*/
	}
	.gallery-bottom {
	  margin-top: 4%;
	}
	.related-left h3 {
	  font-size: 1em;
	}
	a.bg {
	    font-size: 1.02em;
	}
	.blog-main p {
	  font-size: 15px;
	}
	.blog-right ul li a {
	  font-size: 15px;
	}
	.blog-one p {
	  font-size: 13px;
	}
	.blog-comments ul li a, .blog-comments ul li p {
		font-size: 13px;
		margin-left: 5px;
	}
	.b-btn a {
		padding: 2px 6px;
		font-size: 11px;
	}	
	.blog-one p {
		  font-size: 15px;
	}
	.b-btn {
		margin-top: 4px;
	}
	.col-md-5.blog-one-left {
	  width: 47%;
	}
	.col-md-7.blog-one-left {
	  width: 53%;
	}
	span.glyphicon {
	  font-size: 15px;
	}
	.ch-grid li {
	  width: 215px !important;
	  height: 215px !important;
	  margin: 10px 40px 10px 41px !important;
	}
	.about-top h3 {
		font-size: 1.1em;
	}
	.about-left h5 {
	  font-size: 1.1em;
	}
	.about-left {
	  padding: 0 5px;
	}
	.ad-left p {
	  padding: 10px 0px;
	}
	.ad-right h3, .advn-two h3 {
	  font-size: 1.17em;
	}
	.bnr-one h1, .bnr-one h2 {
		font-size: 13px;
		margin: 7px auto 1px;
	}
	.about-left h5 {
		font-size: 1.17em;
		margin: 10px 0 3px 0;
	}
	.gallery-bottom {
		margin-top: 6%;
	}
	.gallery {
		  padding: 2em 0;
	}
	.bnr-one {
		padding: 13px 0;
	}
	.banner {
		min-height: 270px; /*270*/
	}
	.banner5 {
	  min-height: 10em; /*112px;*/
	}
	.banner-top {
	  margin: 0% auto 0;
	  width: 100%;
	}
	.welcome-top h4 {
		font-size: 1.8em;
	}
	.welcome {
		padding: 2em 0px;
	}
	.welcome-left h1, .welcome-left h2 {
		font-size: 1.3em;
	}
	.welcome-left  a.one-top {
		margin-top: 16px;
	}
	.heading h1, .heading h2, .heading h4, .heading h4 {
	  font-size: 1.7em;
	}
	.reply h1, .reply h2 {
	  font-size: 1.7em;
	}
	h1.typoo, h2.typoo {
	  font-size: 2em;
	}
	.media-body p {
	  font-size: 15px;
	}
	.related h1, .related h2 {
	  font-size: 1.7em;
	}
	.offer {
		padding: 0em 0px 2em 0px;
	}
	.welcome-left:nth-child(2) {
		margin-top: 2.2%;
	}
	.offer-left h6 {
		font-size: 12px;
		padding: 2px 32px 10px 15px;
		background-size: 83%;
	}
	.offer-left {
		width: 50%;
		padding: 0 15px;
	}
	.offer-left h6 {
		font-size: 13px;
		padding: 4px 35px 10px 15px;
		background-size: 100%;
		left: 15px;
	}
	.offer-left h3 {
		margin-top: 10px;
	}
	.offer-left:nth-child(1),.offer-left:nth-child(2){
		margin-bottom:6%;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 1.25em;
	}
	.nature-top {
	  width: 60%;
	  padding: 6% 21px;
	  margin-top: 0;
	}
	.nature {
		min-height: 254px;
	}
	.fields-left {
		padding: 0 5px;
	}
	.fields {
		padding: 2em 0px;
	}
	.fields-left h3 {
		margin-top: 10px;
	}
	.footer-left ul li {
		margin-right: 7px;
	}
	.footer-left h1, .footer-left h3 {
		font-size: 1.45em;
	}
	.footer-left p {
		font-size: 14px;
	}
	.footer-left ul li a span {
		width: 25px;
		height: 25px;
		background-size: 400%;
	}
	.footer-left ul li a span.twit {
		background-position: -25px 0px;
	}
	.footer-left ul li a span.google {
		background-position: -50px 0px;
	}
	.footer-left ul li a span.pin {
		background-position: -75px 0px;
	}
	.footer {
		  padding: 2.5em 0px .2em;
	}
	.fields-left span {
		width: 60px;
		height: 60px;
	}
	.fields-left span.men {
		background-position: -60px 0px;
	}
	.fields-left span.pen {
		background-position: -120px 0px;
	}
	.contact-left p {
		font-size: 14px;
		margin-top: 3px;
	}
	.contact-right iframe {
		height: 220px;
	}
	.contact-right input[type="text"]:nth-child(1), .contact-right input[type="number"]:nth-child(1), .contact-right input[type="tel"]:nth-child(1), .contact-right input[type="email"]:nth-child(1), .contact-right input[type="url"]:nth-child(1) {
		margin-right: 7px;
	}
	.slit-slider {
	  padding: 0;
	}
	.welcome h3 {
	  font-size: 2.1em;
	}
	.offer-top h3 {
	  font-size: 2.1em;
	    padding-bottom: 16px;
	}
}
@media (max-width:480px){
	.footer-left {
		width: 100%;
		float: none;
		text-align: center;
	}
	h4, .h4 {
		font-size: 30px !important;
	}
	.label {
	  font-size: 51%; /*51*/
	}
	.gallery-1 {
	  margin-top: 15px;
	}
	.gallery-left {
	  width: 50%;
	  padding: 0 8px;
	}
	.gallery-left:nth-child(1),.gallery-left:nth-child(2){
		margin-bottom:15px;
	}
	.gallery {
	  padding: 2em 0px;
	}
	.gallery-bottom {
	  margin-top: 3%;
	}
	.media-body p {
	  font-size: 14px;
	  margin-top: 0px;
	}
	.related-left {
	  width: 50%;
	}
	.related-left:nth-child(1),.related-left:nth-child(2){
		margin-bottom:10px;
	}
	.related-bottom {
	  margin-top: 3%;
	}
	.media {
	  margin-top: 10px;
	}
	.contact-form form input[type="text"], .contact-form form input[type="number"], .contact-form form input[type="tel"], .contact-form form input[type="email"], .contact-form input[type="url"], .contact-form form select {
	  padding: 6px 15px;
	  font-size: 18px; /*14*/ /*fuente para input resolución celular vertical*/
	  margin: 8px 0;
	}
	.contact-form form textarea { /* Todo modificado porque la fuente no respondía al tamaño en píxeles */
      height: 140px; 
	  width: calc(100% / 1.25);   /* Reduce el ancho para compensar el escalado */    
      font-size: 15px !important; /* Fuente para textarea resolución celular vertical (14px es pequeño, 15px se pasa) */
	  transform: scale(1.25);     /* Escala el tamaño del texto */
      transform-origin: left top; 
      box-sizing: border-box;     /* Asegurarse de que el padding y border no afecten el tamaño */	  
      margin-bottom: 43px;        /* Agrega margen inferior para evitar que tape el select */
    }	
	.contact-form form input[type="submit"] {
	  padding: 5px 18px;
	  margin-top: 1px;
	}
	.media-heading a, .media-heading {
	  font-size: 16px;
	}
	.gallery-bottom {
	  padding-left: 0px;
	}
	.about-top h3 {
		font-size: 1em;
		margin-top: 5px;
		line-height: 1.3em;
	}
	.about-top p {
	font-size: 15px;
	  margin-top: 3px;
	  margin-bottom: 29px;
	}
	.about-left h5 {
		font-size: 1em;
	}
	.ad-left p {
		padding: 7px 0px;
		font-size: 16px;
	}
	.ad-right h3, .advn-two h3 {
		font-size: 1.1em;
	}
	.ad-right p {
		font-size: 15px;
	}
	.advn-two p {
		font-size: 15px;
		margin-top: 2px;
	}
	.advn-two ul li a {
		font-size: 13px;
	}
	.advn-two ul li {
		margin: 0px 0px 9px 18px;
	}
	.ch-info h1, .ch-info h2 {
		padding: 65px 0 0 0 !important;
		height: 108px !important;
	}
	.contact, .about, .team, .blog {
		  padding: 2em 0px 1.1em;
	}
	.contact-right iframe {
		height: 180px;
	}
	.contact-right input[type="text"]:nth-child(1), .contact-right input[type="number"]:nth-child(1),.contact-right input[type="tel"]:nth-child(1), .contact-right input[type="email"]:nth-child(1), .contact-right input[type="url"]:nth-child(1) {
		margin-right: 4px;
	}
	.contact-right input[type="text"], .contact-right input[type="number"], .contact-right input[type="tel"], .contact-right input[type="email"], .contact-right input[type="url"] {
		padding: 9px 10px;
	}
	.contact-right textarea {
		height: 10em;
	}
	.submit-btn input[type="submit"] {
		padding: 8px 30px;
		font-size: 15px;
		margin: 7px 0 0 0px;
	}
	.footer-left:nth-child(1),.footer-left:nth-child(2){
		margin-bottom:15px;
	}
	.footer-left h1, .footer-left h3 {
		font-size: 1.3em;
		margin-bottom: 3%;
	}
	.advn-two ul {
	  margin-top: 4.5%;
	}
	.footer {
		  padding: 2em 0 .2em;
	}
	.fields-left {
		width: 100%;
		float: none;
	}
	.fields-left:nth-child(1),.fields-left:nth-child(2){
		margin-bottom:15px;
	}
	.fields-left h3 {
		font-size: 1.07em;
		margin-top: 7px;
	}
	.fields-left p {
		font-size: 13px;
		margin-top: 3px;
	}
	.fields-left span {
		width: 50px;
		height: 50px;
	}
	.fields-left span.men {
		background-position: -50px 0px;
	}
	.fields-left span.pen {
		background-position: -100px 0px;
	}
	.header {
		padding: 15px 0;
	}
	span.menu {
		margin: 1px 0px 0 0; /* 0px modificado*/
	}
	.bnr-one h1, .bnr-one h2 {
		font-size: 12px;
		margin: 6px auto 0px;
		width: 100%;
	}
	.bnr-one {
		padding: 6px 0;
	}
	.bnr-one {
		width: 100%;
	}
	.banner {
		min-height: 235px; /*235*/
	}
	.banner5 {
	  min-height: 8em;/*79px;*/
	}
	.callbacks_tabs a:after {
		height: 9px;
		width: 9px;
	}
	.welcome-top h4 {
		font-size: 1.4em;
	}
	.welcome-top p {
		width: 100%;
		font-size: 13px;
		margin: 4px auto 0;
	}
	.welcome-left h1, .welcome-left h2 {
		font-size: 1.07em;
	}
	.welcome-left p {
		font-size: 13px;
		margin-top: 7px;
	}
	.welcome-left:nth-child(2) {
		margin-top: 3.2%;
	}
	.about h1, .about h2, .blog h1, .blog h2, .gallery h1, .gallery h2 {
	  font-size: 2.2em !important;
	}
	.advantages-left h4 {
	  font-size: 1.4em !important;
	  margin-top: 0em;
	    padding-bottom: 8px;
	}
	.advantages-left h1, .advantages-left h2 {
	  padding-bottom: 8px;
	}
	.offer-left h3 {
		font-size: 1.07em;
	}
	.offer-left p {
		font-size: 15px;
		margin-top: 1.5%;
	}
	.o-btn {
		margin-top: 3%;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 1.1em;
	}
	.nature-top p {
		font-size: 13px;
	}
	.nature-top {
	width: 80%;
	  padding: 4.1% 21px;
	  margin-top: 0;
	  min-height: 205px;
	}
	.welcome-left  a.one-top{
		margin-top: 25px;
	}
	.nature {
		min-height: 205px;
	}
	#filters li span {
	  font-size: 11px;
	  padding: 6px 15px;
	}
	.col-md-5.blog-one-left,.col-md-7.blog-one-left{
	  width: 100%;
	  float: none;
	}
	.col-md-7.blog-one-left{
		margin-top:3%;
	}
	.blog-right ul li a {
	  font-size: 13px;
	}
	.blog-right ul li a {
	  font-size: 14px;
	}
	.blog-right ul {
	  margin-top: 6px;
	}
	a.bg {
	  font-size: 1em;
	}
	.blog-right h1, .blog-right h2, .blog-right h4{
		font-size: 1.1em;
	}
	.flex-control-paging li a {
	  width: 9px;
	  height: 9px;
	}
	h4, .h4 {
	  font-size: 28px !important;
	}
	.related h1, .related h2 {
	  font-size: 1.3em !important;
	}
	.comments-top h1, .comments-top h2 {
		font-size: 1.3em !important;
	}
	.reply h1, .reply h2{
		font-size: 1.3em !important;
	}
	.pages {
	  padding: 1em 0px;
	}
	.banner-top {
	   margin: 0% auto 0;
	    width: 100%;
	}
	.banner-left {
	  width: 50%;
	  float: left;
	    padding: .6em .6em;
	}
		.welcome h3 {
	  font-size: 1.8em;
	}
	.welcome-bottom-info {
	    padding: 0em 0 2.5em;
	}
	.offer-top h3 {
	  font-size: 1.8em;
	}
	.o-btn a {
	  font-size: 15px;
	  padding: 7px 9px;
	  display: block;
	  width: 42%;
	  margin-top: .2em;
	}
	.offer-left h6 {
	  font-size: 15px;
	  padding: 6px 20px 8px 15px;
	  background-size: 100%;
	  left: 15px;
	}
	.offer {
	  padding: 0em 0px 2.7em 0px;
	}
	.categories h4 {
	  font-size: 1.1em !important;
	}
	.categories h1, .categories h2 {
	  font-size: 1.1em !important;
	}
}
@media (max-width:320px){
	.banner-left {
		  padding: 0 3px;
          width: 49.9%;
	}
	.bnr-one p {
	  font-size: .7em;
	}
	a.bg {
		font-size: 15px;
	}
	.blog-one {
		margin-top: 10px;
	}
	.blog-left,.blog-right {
		padding: 0;
	}
	.blog-comments ul li {
		margin-right: 7px;
	}
	span.glyphicon {
	  font-size: 12px;
	}
	.blog-right h1, .blog-right h2, .blog-right h4 {
	  font-size: 1.05em;
	}
	.col-md-3.blog-right {
	  margin-top: 40px;
	}
	.b-btn a {
	  padding: 7px 9px;
	  font-size: 15px;
	  display: block;
	  width: 27%;
	  margin-top: 11px;
	}
	.blog-comments {
	  padding: 7px 0px;
	  margin-top: 1em;
	}
	.pager li > a, .pager li > span {
	  padding: 2px 15px;
	  font-size: 12px;
	}
	#filters li span {
		font-size: 9px;
		padding: 4px 6px;
		margin: 0 0px 0 0;
	}
	.gallery {
		padding: 2em 0px;
	}
	.gallery-bottom {
		margin-top: 4%;
	}
	.navigation {
		height: 11px;
	}
	span.menu {
		margin: -5px 0px 0 0; /*-5px modificado*/
	}
	.callbacks_tabs a:after {
		height: 8px;
		width: 8px;
	}
	.bnr-one h1, .bnr-one h2 {
		font-size: 12px;
		margin: 6px auto 1px;
		width:100%;
	}
	.bnr-one {
		padding: 6px 0;
	}
	.banner {
	  min-height: 193px; /*193*/
	}
	.banner5 {
	  min-height: 8em; /*75px;*/
	}
	ul.navig li a {
		font-size: 13px;
	}
	.welcome {
		padding: 1.5em 0px;
	}
	.welcome-top h4 {
		font-size: 1.2em;
	}
	.welcome-left {
		padding: 0;
	}
	.welcome-one-right {
		padding-right: 0;
	}
	.welcome-left  a.one-top {
		margin-top: 8px;
	}
	.welcome-left:nth-child(2) {
		margin-top: 5%;
	}
	.heading h1, .heading h2, .heading h4, .heading h4 {
		font-size: 1.2em;
	}
	.offer-left {
		width: 100%;
	}
	.offer-bottom {
		margin-top: 3%;
	}
	.offer-left:nth-child(3){
		margin-bottom: 4%;
	}
	.welcome-bottom {
		margin-top: 3%;
	}
	.nature-top h1, .nature-top h2 {
		font-size: 1.05em;
	}
	.nature-top {
	  width: 100%;
	  padding: 17px 21px 7px;
	  float: none;
	  margin: 4% auto;
	  min-height: 210px;
	}
	.nature {
	  min-height: 210px;
	}
	.offer {
		padding: 0em 0px 1.5em 0px;
	}
	.fields {
		padding: 1.5em 0px;
	}
	.fields-left span {
		width: 40px;
		height: 40px;
	}
	.fields-left span.men {
		background-position: -40px 0px;
	}
	.fields-left span.pen {
		background-position: -80px 0px;
	}
	.fields-left {
		padding: 0;
	}
	.footer {
		  padding: 1.5em 0px 0;
	}
	.footer-left p {
		font-size: 13px;
	}
	.o-btn {
		margin-top: 2%;
	}
	.contact-left.heading {
		padding: 0;
	}
	.contact-right {
		padding: 0;
	}
	.contact-left p {
		margin-top: 5px;
		line-height: 1.4em;
	}
	.contact-right input[type="text"]:nth-child(1), .contact-right input[type="number"]:nth-child(1),.contact-right input[type="tel"]:nth-child(1), .contact-right input[type="email"]:nth-child(1), .contact-form input[type="url"]:nth-child(1), .contact-right select {
		margin:0 0 7px 0;
	}
	.contact-right iframe {
		height: 150px;
	}
	.contact-right input[type="text"], .contact-right input[type="number"], .contact-right input[type="tel"], .contact-right input[type="email"], .contact-right input[type="url"] {
		width: 100%;
		margin-bottom: 3px;
		padding: 7px 10px;
		font-size: 12px;
	}
	.submit-btn input[type="submit"] {
		padding: 6px 18px;
		font-size: 11px;
		margin: 4px 0 0 0px;
	}
	.contact,.about,.team,.blog {
		padding: 1.5em 0px;
	}
	.about-top h3 {
		font-size: 15px;
		margin-top: 3px;
	}
	.about-left {
		width: 100%;
		margin-bottom: 4%;
	}
	.about-left:nth-child(3){
		margin-bottom:0
	}
	.ad-left {
		width: 11%;
	}
	.ad-left p {
		padding: 5px 0px;
		font-size: 12px;
	}
	.ad-right h3, .advn-two h3 {
		font-size: 1em;
	}
	.advn-one, .advn-two {
		margin-top: 5.5%;
	}
	.ch-grid li {
	  width: 165px !important;
	  height: 165px !important;
	  margin: 6px 35px 9px 41px !important;
	}
	.ch-info {
	  width: 125px !important;
	  height: 125px !important;
	}
	.ch-info-wrap {
	  width: 125px !important;
	  height: 125px !important;
	}
	.ch-info h1, .ch-info h2 {
		padding: 25px 0 0 0 !important;
		height: 64px !important;
		font-size: 10px !important;
	}
	.related {
		margin-top: 6%;
	}
	.reply {
		margin-top: 6%;
	}
	.contact-form {
		margin-top: 13px;
	}
	.related-left h3 {
		font-size: 14px;
		margin: 5px 0 0 0;
	}
	.contact-form form input[type="text"], .contact-form form input[type="number"], .contact-form form input[type="tel"], .contact-form form input[type="email"], .contact-form input[type="url"], .contact-form select {
		padding: 5px 15px;
		font-size: 14px; /*12*/
		margin: 6px 0;
	}
	.contact-form form textarea {
		height: 100px;
		font-size: 14px; /*12*/
	}
	.contact-form form input[type="submit"] {
		font-size: 11px;
	}
	.gallery-left {
		padding: 0 2px;
	}
	.gallery-1 {
		margin-top: 3px;
	}
	.gallery-left:nth-child(1), .gallery-left:nth-child(2) {
		margin-bottom: 3px;
	}
	.flex-control-paging li a {
		width: 8px !important;
		height: 8px !important;
	}
	.bnr-one {
		padding: 1px;
	}
	.banner-top {
		margin-top: 0%;
	}
	.flex-direction-nav {
		display: none !important;
	}
	.nature-top p {
		  font-size: 14px;
  width: 100%;
	}
	h4, .h4 {
		font-size: 20px !important;
	}
	h4, .h4 {
		font-size: 23px !important;
	}
	h1, h2, .h1, .h2 {
		font-size: 18px;
	}
	h3, .h3 {
		font-size: 17px;
	}
	.label {
		font-size: 41% !important; /*41*/
	}
	.breadcrumb {
		margin-bottom: 1em !important;
	}
	.pagination-lg > li > a, .pagination-lg > li > span {
	  padding: 8px 12px !important;
	  font-size: 14px !important;
	}
 .bs-example h1, .bs-example h2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
	  margin: 0px 0 5px;
	}
	.pages {
	  padding: 1em 0px;
	}
	.welcome h3 {
	  font-size: 1.5em;
	}
	.slit-slider-text {
	  text-align: center;
	    padding: 0;
	}
	.slit-slider-text h3 {
	  font-size: 1.1em;
	}
	.welcome-bottom-info {
	  padding: 0em 0 1.5em;
	}
	.offer-top h3 {
	  font-size: 1.5em;
	    padding-bottom: 6px;
	}
	.footer-grid {
	  width: 100%;
	  float: none;
	  margin-bottom: 2em;
	  text-align: center;
	}
	.about h1, .about h2, .blog h1, .blog h2, .gallery h1, .gallery h2 {
	  font-size: 1.7em !important;
	}
	.about h1, .about h2, .blog h1, .blog h2, .gallery h1, .gallery h2 {
	  margin-bottom: .4em;
	}
	.categories {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
	.categories h1, .categories h2 {
	  font-size: 1.2em !important;
	  text-align: center;
	  margin-top: 2em;
	}
	.blog-comments ul li a, .blog-comments ul li p {
	  vertical-align: baseline;
	}
	.o-btn a {
	  width: 30%;
	}
	.about-top p {
	  margin-bottom: 13px;
	}
}
/*--media-quaries-starts-here--*/