@charset "utf-8";
/* CSS Document */


/*
Theme Name: Multi-Purpose Landing Page Template - ReadyMade
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/


/******************  Table of Contents  *****************************/

/*

1. GLOBAL STYLES
2. HEADER
3. HERO IMAGE
4. FEATURES
5. TESTIMONIALS
6. PLANS AND PRICING
7. FAQ
8. FOOTER
9. CUSTOM  QUERIES

If you having trouble in editing css. please send a mail to support@surjithctly.in
I will really help you

*/

/*========== 1. GLOBAL STYLES ==============*/
@font-face { 
 	font-family: 'PlayTime'; 
 	src: url('../fonts/Bevan.ttf');
}

@font-face { 
 	font-family: 'Ghotamlight'; 
 	src: url('../fonts/tipos_ictiva/ufonts.com_gotham_light.ttf');
}

@font-face { 
 	font-family: 'Ghotamrounded'; 
 	src: url('../fonts/tipos_ictiva/gotham-rounded-book.otf');
}

@font-face { 
 	font-family: 'Keepcalm'; 
 	src: url('../fonts/tipos_ictiva/KeepCalm-Medium.ttf');
}




body {
	font-family: 'Roboto', Arial, sans-serif;
	background: #FFF;
	font-weight: 300;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #575756;
}
strong, b {
	font-weight: 600;
}
h1 {
	font-size: 46px;
	line-height: 60px;
	margin: 25px 0;
	font-weight: 600;
}
h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 15px 0;
}
h3 {
	font-size: 30px;
	margin: 10px 0;
	font-weight: 600;
}
h4 {
	font-size: 25px;
	margin: 10px 0;
}
h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0;
	color: #384047;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	color: #384047;
}
a {
	color: #5173bd;
}
a:hover, a:focus {
	color: #5173bd;
}
a {
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 9999999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
}
.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 1s ease-in-out 1s linear;
	-moz-transition: width 1s ease-in-out 1s linear;
	-ms-transition: width 1s ease-in-out 1s linear;
	-o-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 100%;
	position: fixed;
	z-index: 9999999;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #F76D53;
}
.pace.pace-inactive {
	display: none;
}
.btn, .btn-lg, .input-lg {
	border-radius: 3px;
}
.form-control {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px !important;
	border-color: #DCDCDC;
}
.form-control:focus {
	border-color: #ABABAB;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-lg {
	height: 44px;
}
.footercta .btn-lg, .btn-group-lg > .btn {
    cursor: text;
    font-size: 34px;
    height: 90px;
    padding: 0 15px;
    font-family: 'Ghotamrounded'; 
}
.btn:hover {
	color: #fff !important;
}
.breath {
	margin: 30px auto;
}
.highlight {
	background: #f6f6f6;
}
.relative-block {
	position: relative;
}

.form-group.last {
    margin-bottom: 20px;
    margin-top: 0px;
}

.multiple-btns .btn + .btn {
	margin: 10px;
}
.re-assure {
	color: #AAAAAA;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 11px;
	font-style: italic;
}
/*Vertical Rythm*/

.has-margin-top {
	margin-top: 30px;
}
.has-margin-top-lg {
	margin-top: 43px;
}
.has-margin-bottom {
	margin-bottom: 30px;
}
.has-margin-bottom-sm {
	margin-bottom: 20px;
}
.has-margin-vertical {
	margin: 20px 0 30px;
}
.has-margin-bottom {
	margin-bottom: 40px;
}

.iconoscentrar{
    width: 1024px;
	margin: auto;
	text-align:center;
}
.iconoscentrar img{
	height: 40px;
	width: 40px;
	margin: 20px;
}
/*========== 2. HEADER ==============*/

.masthead {
	position: relative;
	padding: 30px 15px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: #FFF;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0px !important;
}
/* Initial Subtle Animation*/

.masthead .container {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.loading * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
}
 @keyframes fadein {
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
/*animation ends*/

.btn-large {
	font-size: 18px;
	padding: 20px 50px;
	margin: 5px 10px;
}
.btn-success {
	background-color: #2ecc71;
	background-image: none;
	border: 0;
	-webkit-box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
	box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
	line-height: 1.8;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color: #29c36a;
	color: #FFF;
	border: 0;
	-webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
	box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
}
.btn-primary {
	background-color: #23306b;
	border: solid 1px #23306b;
	line-height: 1.8;
	-webkit-box-shadow: 0 3px 0 rgb(24, 36, 87);
	box-shadow: 0 3px 0 rgb(24, 36, 87);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #2d3978;
	border: solid 1px #23306b;
	-webkit-box-shadow: 0 3px 0 rgb(24, 36, 87);
	box-shadow: 0 3px 0 rgb(24, 36, 87);
}

.btn-warning {
	background-color: #E74C3C;
	line-height: 1.5;
	-webkit-box-shadow: 0 3px 0 rgb(229, 82, 31);
	box-shadow: 0 3px 0 rgb(229, 82, 31);
        border-color: #C0392B;
        font-size:20px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background-color: #E74C3C;
	-webkit-box-shadow: 0 3px 0 rgb(214, 106, 18);
	box-shadow: 0 3px 0 rgb(214, 106, 18);
}
.btn-grey {
	background-color: #868c96;
	line-height: 1.8;
	color: #FFF;
	-webkit-box-shadow: 0 3px 0 rgb(108, 115, 107);
	box-shadow: 0 3px 0 rgb(108, 115, 107);
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	background-color: #8F959E;
	color: #FFF;
	-webkit-box-shadow: 0 3px 0 rgb(108, 115, 107);
	box-shadow: 0 3px 0 rgb(108, 115, 107);
}
.subscribe {
	padding: 45px 0;
}
.loading p {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	color: #8A8A8A;
	margin-bottom: 0;
}
.loading .text-success {
	color: #21BD24;
}
.loading .text-danger {
	color: #CF3E3B;
}

/* Boucing Arrow Animation */

@keyframes arrowbounce {
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
 -webkit-transform: translateY(-20px);
 -moz-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
@-moz-keyframes arrowbounce { /* Firefox */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
 -webkit-transform: translateY(-20px);
 -moz-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
@-webkit-keyframes arrowbounce { /* Safari and Chrome */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
 -webkit-transform: translateY(-20px);
 -moz-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
@-o-keyframes arrowbounce { /* Opera */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
 -webkit-transform: translateY(-20px);
 -moz-transform: translateY(-20px);
 transform: translateY(-20px);
}
}
.scrollto, .scrollto:hover {
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: -30px;
	left: 50%;
	height: 70px;
	margin-left: -50px;
}
.scrollto--arrow {
	padding: 10px;
	position: relative;
}
.scrollto--arrow img {
	animation: arrowbounce 1s alternate infinite;
	-moz-animation: arrowbounce 1s alternate infinite; /* Firefox */
	-webkit-animation: arrowbounce 1s alternate infinite; /* Safari and Chrome */
	-o-animation: arrowbounce 1s alternate infinite; /* Opera */
}
/*========== 3. SECTIONS ==============*/

.section-title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 90px;
}
.highlight .section-title {
	margin-top: 90px;
}
.heroimg img, .clientlogo img {
	max-width: 100%;
}
/*Header Title*/

.masthead .main-title {
	margin-bottom: 0;
	position: relative;
	font-family: 'Keepcalm';

}
.masthead .sub-title {
    font-size: 24px;
    font-weight: 300;
    position: relative;
    z-index: 999999;
    font-family: "Ghotamlight";
}
.brojo {display: none;}
/*Quick Features*/

.quick-features {
    padding-bottom: 44px;
    padding-top: 30px;
    text-align: left;
}
.features-lead {
	margin-bottom: 30px;
	color: #323e4f;
}
.featues-single {
	margin-bottom: 0px;
}
.featues-single.last {
	margin-bottom: 40px;
}
.featues-single img {
	margin-right: 20px;
	margin-top: 8px;width: 10px;
	height: 10px;
	margin-left: 20px;
}
.featues-single h5 {
	margin-bottom: 5px;
	margin-left: 50px;
	color: #323e4f;
    line-height: 34px;
    font-weight:normal;
    font-size:18px;
    font-family: "Ghotamlight";
}
.featues-single p {
	color: #A1B8E4;
	margin-left: 50px;
	margin-bottom: 0;
}
.masthead .featues-single h5, .masthead .features-lead {
	color: #fff;
	font-weight: bold;
}

/*Lead Gen Form*/

.signup-block {
	padding: 20px;
	background: #FFF;
	margin-left: -15px;
	color: #535353;
	text-align: left;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 0 25px rgba(0,0,0, 0.4);
	box-shadow: 0 0 25px rgba(0,0,0, 0.4);
	padding-bottom: 16px !important;
	font-family: "Ghotamlight"; 
	padding-top: 32px;
}

@media (min-width:992px) {
.btn-xl, .btn-group-xl > .btn {
	padding: 15px 30px;
	height: 75px;
	font-size: 25px;
	font-weight: 600;
}
.btn-min-width {
	min-width: 160px;
}
.btn-min-width-lg {
	min-width: 280px;
}
.featues-single.last {
	margin-bottom: 15px;
}
.signup-block {
	position: absolute;
	width: 100%;
	height: auto;
}
}
/*CLIENT LOGOS*/

.as-seen-on {
	color: #3f74c6;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #DFE4E9;
}
.logos img {
	padding: 15px 15px 5px 0;
}
/*========== 4. FEATURES ==============*/

.zigzag {
	margin: 55px 0;
}
.zigzag-lead {
	color: #595c60;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
}
.zigzag p {
	line-height: 1.5;
	font-size: 16px;
}
.icon-wrap {
	background: #e5e8ec;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

@media (max-width:992px) {
.zigzag-lead {
	margin-top: 30px;
}
}
.features {
	margin: 25px 0;
}
.thumbnail {
	border: 0;
	text-align: center;
}
.thumbnail .caption p {
	color: #94a3a8;
}
/*Hover Animation*/

.thumbnail img {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.thumbnail:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
}
/*========== 5. TESTIMONIALS ==============*/

.testblock {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*font-family: 'Roboto', ;*/
	font-style: italic;
	position: relative;
	line-height: 28px;
	font-size: 16px;
	-webkit-box-shadow: 0 3px 0px rgba(195,197,201, 1);
	-moz-box-shadow: 0 3px 0px rgba(195,197,201, 1);
	box-shadow: 0 3px 0px rgba(195,197,201, 1);
	z-index: 2;
}
.testblock:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.clientblock {
	margin-top: 40px;
	margin-left: 10px;
	text-align: center;
}
.clientblock p {
	padding-top: 13px;
}
.clientblock p strong {
	color: #384047;
	font-size: 16px;
}
/* Animation */

.testblock {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.testblock:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
}
/*========== 6. PLANS AND PRICING ==============*/

.planpricing {
	margin-bottom: 90px;
}
.pricing {
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	position: relative;
}
.pricing .planname {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #474d56;
	padding: 15px 0;
	border-bottom: 1px solid #DDE8EC;
	margin-bottom: 15px;
}
.pricing .price {
	font-size: 52px;
	font-weight: 300;
	margin: 10px auto;
	background: #e5e8ec;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	line-height: 128px;
}
.featured.pricing:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 35px;
	top: -5px;
	right: 30px;
	background: url(../images/best_icon.png) no-repeat;
}
.featured.pricing .price {
	background: #3d57a3;
	background: -moz-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #4d3d9e), color-stop(100%, #2a75a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d3d9e 50%, #2a75a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3d9e', endColorstr='#2a75a8', GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
.pricing .plan-features {
	text-align: center;
	line-height: 2.0;
	font-size: 16px;
	margin-bottom: 20px;
}
.pricing .action-btn {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -80px;
}
.pricing .price .curr {
	display: inline-block;
	font-size: 20px;
	vertical-align: super;
}
.pricing .price .per {
	display: inline-block;
	font-size: 20px;
	vertical-align: baseline;
}
/* Animation */

.pricing {
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.pricing:hover {
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0, 0.2);
	box-shadow: 0 3px 8px rgba(0,0,0, 0.2);
}
/*========== 7. FAQ ==============*/

.faq p {
	margin-bottom: 25px;
}
/*==========8. FOOTER ==============*/


.footercta {
	padding: 0 0 48px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: transparent;
	/*background-image: url(../images/masvoz/img_parallax.jpg);*/
	/*background-image: url(../images/ictiva-gym4.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.enlaces_f > a {
    color: #474144;
    font-family: 'Ghotamlight'; 
}

.enlaces_f > a:hover {
    text-decoration: none !important;
}

.footercta .section-title {
	margin-top: 50px;
}
.footercta .section-title h2 {
	color: #FFF;
}
.footercta .section-title h4 {
	color: #b5b2df;
}
.footerlinks {
	text-align: center;
}
.footerlinks a {
	text-align: center;
	padding: 0 13px;
	display: inline-block;
	padding-bottom: 15px;
}
.footercontent .social {
	padding: 8px 4px;
	display: inline-block;
}
.footercontent .madeby {
	text-align: center;
	line-height: 2.7;
}
.footercontent .copyinfo {
	text-align: right;
}

.servicio_img {
    height: 100px;
    margin-left: 25px;
    width: 150px;
}
.servicio {
    margin: 0 auto;
    width: 200px;
}
.titulo_servicio {
    font-family: "Keepcalm";
    font-weight: 200 !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    line-height: 25px;
}


/*========== 8.5. CUSTOM STYLES ==============*/
.azul-oscuro{color:#19355e;}
.azul-claro{color: #1d1d1b}
.bazul-claro{background-color: #1D1D1B}
.bazul-oscuro{background-color:#19355e;}
.rojo{color:#e5521f}
.brojo{background-color: #e5521f}
.white{color: #fff};

.logo{
    width:200px;
}
.telefono {
    background-color: #F18A1D;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 11px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.telefono span{
  font-size: 24px;
}
a.telefono:hover{
    text-decoration: none;
    background-color: #19355e;
    color: white;
}
.padding30{
    padding:30px 0px;
}
.second-claim{
    font-size: 20px;
    font-family: 'PlayTime',Arial;
}
.second-claim .subrayado{
    background: url('../images/masvoz/img_subrayado.png') no-repeat 0 0;
    background-position: 0px 27px;
    /* line-height: 28px; */
    height: 34px;
    width: 80px;
    display: inline-block;
}

.second-claim .subrayado-en{
    background: url('../images/masvoz/img_subrayado.png') no-repeat 0 0;
    background-position: -46px 27px;
    /* line-height: 28px; */
    height: 34px;
    width: 180px;
    display: inline-block;
}
.icon-mv{
    width:180px;
    height:180px;
    display:inline-block;
}
.icon-mv#left-1{background:url('../images/nextdestinium/img_destino_01.png') no-repeat 0 0;background-size: cover;}
.icon-mv#left-2{background:url('../images/nextdestinium/img_destino_02.png') no-repeat 0 0;background-size: cover;}
.icon-mv#left-3{background:url('../images/nextdestinium/img_destino_03.png') no-repeat 0 0;background-size: cover;}
.icon-mv#right-1{background:url('../images/nextdestinium/img_destino_04.png') no-repeat 0 0;background-size: cover;}
.icon-mv#right-2{background:url('../images/nextdestinium/img_destino_05.png') no-repeat 0 0;background-size: cover;}
.icon-mv#right-3{background:url('../images/nextdestinium/img_destino_06.png') no-repeat 0 0;background-size: cover;}
.ventajas .title {
    font-size: 17px;
    font-weight: 800;
    line-height: 44px;
}
.ventajas .row{padding-bottom:50px}
.signup-block h3{font-size:25px; color:black;margin: 0px 0px 10px;}
.signup-block p{margin: 10px 0px 15px;}

#pantallas {
    padding: 20px 0 20px;
    background-color: #F6F6F6;
}
#pantallas h4 {
    font-size: 16px;
    margin: 9px 0 25px;
}
#pantallas img{max-width:100%}
#footer{
    color:#474144;
    background-color: #f3f3f3;
    
}

#pantallas {
	background-color: #E9E7E6;
}
.negro {
	color: #474144;
}
.madeby img{
    padding-top:13px;
}
.social-wrapper{
    padding: 25px 0px;
}
.copyinfo{
    padding-top:33px;
    font-weight:bold;
}
.copyinfo a{
     color:white!important;
}
/*========== 8.5. FIN CUSTOM STYLES ==============*/

@media (min-width: 768px) {
    .footercontent .copyinfo {
            line-height: 2.7;
    }
}


@media (min-width: 320) {
    .footercontent .copyinfo {
            line-height: 2.7;
    }
}
/*==========9. CUSTOM MEDIA QUERIES==============*/


/*MEDIA QUERIES*/

@media (max-width: 991px) {
h1 {
	font-size: 35px;
	line-height: 50px;
	margin: 15px 0;
}
h2 {
	font-size: 35px;
}
.logos {
	text-align: center;
}
.as-seen-on {
	text-align: center;
	margin-top: 30px;
}
.testimonials [class*="col-"]:not(:first-child) {
	margin-top: 40px;
}
.planpricing [class*="col-"]:not(:first-child) {
	margin-top: 30px;
}
.breath {
	margin: 30px auto;
}
.planpricing {
	margin-bottom: 80px;
}
.pricing {
	margin-bottom: 50px;
}

.col-lg-4 sub-red{
	float: left;
	padding:0 5px;
	margin-left: 150px%;
}
.redes img {
    height: 35px;
    margin: 25px 10px 0 10px;
    width: 35px;
	
	
	
}
}

@media (max-width: 767px) {
h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
h5 {
	line-height: 25px;
}

li {
	line-height: 18px;
}

.subscribe [class*="col-"]:not(:first-child) {
	margin-top: 30px;
}
.masthead {
	padding: 40px 15px;
	background-attachment: scroll;
}
.masthead .sub-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}
.featues-single h5 {
    line-height: 18px;
 
}
.signup-block .form-title {
	font-size: 20px;
}
.input-lg {
	font-size: 16px;
	height: 45px;
}
.zigzag-lead {
	text-align: center;
}
.zigzag p {
	text-align: center;
}
.footercontent {
	text-align: center;
}
.footercontent .copyinfo {
	text-align: center;
}
.subscribe-block [class*="col-"]:not(:first-child) {
	margin-top: 20px;
}
.bulletin {
	text-align:center;
	margin-top:20px;
}
.logo-wrapper, .telefono-wrapper{
    text-align:center!important;
}
.col-lg-4 sub-red{
	float: left;
	padding:0 5px;
	position: relative;
	left: 170 px;	
}

.redes img {
    height: 35px;
    margin: 25px 10px 0 10px;
    width: 35px;
	float: left;
}
}

@media (max-width: 480px) {
/*Media Queries for smaller devices*/
.featues-single h5 {
    line-height: 18px;
 
}
h5 {
	line-height: 18px;
}
}

/*=== v1.1 ===*/

@media (max-device-width: 992px) {
.masthead {
	background-size: cover;
	background-attachment: scroll;
}
}
/*========== SUB PAGES ==============*/


.subpage-head {
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.subpage-head .section-title h2 {
color: #FFF;
}
.subpage-head .section-title h4 {
color: #b5b2df;
}

.subpage-head a {
	color:#FFF;
	border-bottom:solid 1px #FFF;
	text-decoration:none;
	padding-bottom:5px;
}	

.subpage-head a:hover, .subpage-head a:focus, .subpage-head a:active {
	color:rgba(255,255,255,0.7);
	border-bottom:solid 1px rgba(255,255,255,0.7);
	text-decoration:none;
}	


/*=== Vertical Signup ===*/
 
.signup-space {
	height: 250px;
	width: 100%;
}
/*=== Subscribe Form ===*/

.subscribe-block {
	padding: 20px;
	background: rgba(255, 255, 255, 0.3);
	color: #535353;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.subscribe-block .loading p {
	color: #FFF;
}
.subscribe-block .loading .text-success {
	color: #FFF;
}
.subscribe-block .loading .text-danger {
	color: #FFF;
}
/*=== Web App page ===*/

.web-app .masthead {
	padding: 15px;
	padding-bottom: 0;
}
.web-app .logo {
	padding: 15px 0;
}
/*=== Mob App page ===*/

.mob-app .masthead {
	padding: 15px;
}
.mob-app .logo {
	padding: 15px 0;
}
.multiple-links a img {
	margin: 5px;
}
/*=== Navigation ===*/

.has-nav .masthead {
	padding-top: 60px;
}
.navbar-default {
	background-color: #FFF;
	border-color: #e0e0e0;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color: #FFF;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333;
	background-color: rgba(255, 255, 255, 0.22);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: rgba(0, 0, 0, 0.5);
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #333;
	background-color: rgba(255, 255, 255, 0.21);
}
.navbar-brand {
	padding: 8px 15px;
}
/*========== 10. BLOG ==============*/

.pagination>li>a, .pagination>li>span {
	color: #483f34;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #917E68;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #3289D6;
	border-color: #3172AC;
	color: #FFFFFF;
}
.vertical-links li {
	border-bottom: 1px solid #E6DDD4;
	padding: 8px 0;
}
.tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 8px;
	border: 1px solid #eceae4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8f7f3;
	font-size: 12px;
}
.tag-cloud a:hover {
	text-decoration: none;
}
.comments-head {
	font-size: 35px;
	color: #53504c;
	border-bottom: 1px solid #F5F5F5;
	margin: 40px 0 20px;
	padding-bottom: 10px;
}
.comments-block > .media {
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-block > .media .media {
	border-top: 1px solid #F5F5F5;
	padding-top: 20px;
}
.media-object {
	width: 40px;
}

.top_next {
    background-color: #fff;
    height: 80px;
}

.logo {
    margin-top: 10px;
    width: 160px !important;
}

.capa_slide {

    height: 495px !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-image:url("http://clientes-optimoclick.es/gimnasio-puertas-abiertas/images/ictiva-gym5.jpg");
	background-repeat:no-repeat !important;
	background-position:center center;background-size:auto 100%;"
}
.serv {
	margin-bottom: 50px;
}

.p_top {
	padding-top: 70px;
	padding-bottom: 70px;
}
.titulo_esc {
	padding-top: 90px;
	font-family: "Keepcalm";
	font-size: 33px !important;
	letter-spacing: 1px;
	color: #474144;
}

.btn-block {
	width: 100% !important;
	margin: 0 auto;
}
#slider  li img {
	width: 100% !important;
	height: 563px;
} 

#slider  li {
	width: 100% !important;
	
	position: absolute;

} 
#slider > ul {
    left: 0 !important;
    list-style: outside none none !important;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0 !important;
    position: relative;
    top: 0;
}

.slider_top {
    height: 499px !important;
  
    width: 100% !important;
}

select.input-lg {
    color: #9d7059 !important;
    height: 46px;
    line-height: 46px;
    opacity: 0.78;
}

.tit_featured {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: 800 !important;
    height: 55px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-left: 20px;
    padding-top: 15px;
}
.c_oscura {
	background-color: rgba(231,231,231, 0.60) !important;
}

.title_feat {
    left: 0;
    position: absolute;
    top:0px !important;
    width: 100% !important;
}


.explore h4 {

}

/*bjqs*/
/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

#banner-fade {
	max-width: none !important;
}


.bjqs {
	height: 626px !important;
}

#banner-fade {
	height: 626px !important;
}

.bjqs-slide {
	height: 626px !important;
}

.bjqs-slide img{
	height: 626px !important;
}

.bjqs-markers {
	display: none !important;
}

.testimonios img {
	width: 82px !important;
	height: 85px !important;
}

#banner-fade2 {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin-bottom: 50px;
}

.testimonios {
	width: 100% !important;
}

.testimonios > .bjqs-slide {
	width: 100% !important;
}

.bjqs-prev > a{
background-image: url(../images/nextdestinium/flecha_slide_header_izq.png) !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
color: transparent !important;
height: 60px;
width: 60px;
left: 20px !important;

}

.bjqs-next > a {

background-image: url(../images/nextdestinium/flecha_slide_header_dcha.png) !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
color: transparent !important;
height: 60px;
width: 60px;
right: 20px !important;


}


/*foot slide*/
#banner-fade2 .bjqs-prev > a{
background-image: url(../images/nextdestinium/flecha_slide_testimonios_izq.png) !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
color: transparent !important;
height: 60px;
width: 60px;
left: 20px !important;
}

#banner-fade2 .bjqs-next > a {

background-image: url(../images/nextdestinium/flecha_slide_testimonios_dcha.png) !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
color: transparent !important;
height: 60px;
width: 60px;
right: 20px !important;
}


.section-title > h2 {
	font-size: 46px !important;
	font-family: "Keepcalm";
	letter-spacing: 3px !important;
} 

.btn-warning:hover, .btn-warning:focus, .btn-warning:active  {
	border-color: #e74c3c;
}

.flechita {
    left: -21px;
    position: absolute;
    top: 7px;
}

.sombra_p {
	margin-top: 40px;
}

section {
	text-align: center !important;
}

@media only screen and (max-width : 767px) {

.featues-single h5 {
	line-height: 18px;
   
}

.section-title > h2 {
    font-size: 22px !important;
    line-height: 32px;
}

.titulo_esc {
    font-size: 24px !important;
    line-height: 33px;
    padding-top: 10px !important
}
.bjqs {
    height: 910px !important;
}


.bjqs-controls  {
	display: none !important;
}
.row.ventajas {
    text-align: center;
}
}
.form-group > span {
    margin-left: 10px;
}

.btn.btn-warning.btn-block.btn-lg {
    font-size: 14px !important;
}
.boton_envio {
	background-color: #F18A1D;
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-width: 0px !important;
	font-family: 'Keepcalm';
	cursor: pointer;
}

.row.has-margin-top-lg > h3 {
    background-color: #333;
    font-family: "Ghotamlight";
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
    padding: 20px 15px 15px;
    width: 64.2%;
}
.temas {
	height: 500px;
}
.col-lg-6.temas.yoga > h3 {
	color: #fff;
    padding-top: 165px;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99999;
    letter-spacing: 5px;
    font-size: 50px;
    font-family: 'Keepcalm'; 
}

.col-lg-6.temas.yoga > h4 {
    color: #fff;
    padding-top: 240px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Ghotamrounded';
    z-index: 99999;
}

.col-lg-6.temas.pilates > h3 {
	color: #fff;
	font-size: 50px;
    padding-top: 165px;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
    position: absolute;
    z-index: 99999;
    font-family: 'Keepcalm'; 
}

.col-lg-6.temas.pilates > h4 {
    color: #fff;
    padding-top: 240px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Ghotamrounded';
    z-index: 99999;
}
.yoga {
	background-image: url(../images/ictiva-gym2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px !important;
}

.pilates {
	background-image: url(../images/ictiva-gym3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px !important;
}

.redes {
	height: 80px;
	background-color: #474144;
}

.redes img{
height: 40px;
width: 40px;
margin: 20px;
}


.sub-red {
text-align: left;
left: 50%;
margin-left: -200px;
top: 70%;
margin-top: -63px;
}

.c_owned {
    background-color: rgba(0, 0, 0, 0.4);
    height: 500px;
    width: 100% !important;
    z-index: 99999 !important;
    position: absolute;
}

.c_ownedd {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100% !important;
    z-index: 99999 !important;
    position: absolute;
}

.c_owneddd{
    background-color: rgba(0, 0, 0, 0.4);
    height: 250px;
    margin-top: -80px;
    position: absolute;
    width: 100% !important;
    z-index: 99999 !important;
}

.no-p {
	padding: 0px !important;
}
.text-para {
	position: relative;
	z-index: 99999;
}
.enlaces_f {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.copy {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: 'Ghotamlight'; 
}

.subido {
	position: relative;
	z-index: 99999;
}

.boton_envio strong {
	font-size: 13px;
	font-weight: 300;
	text-decoration: line-through;
}

.onefree {
	color: #FEFB00;
}
.realprice {
	font-size: 20px; 
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px){

.featues-single h5 {
	
    line-height: 18px;
    
}

.featues-single, .featues-single.last{
    margin-bottom: 5px !important;
}
.masthead .featues-single h5{
	font-size: 14px;
    line-height: 18px;
}
 .quick-features {
	padding-top: 5px;
	padding-bottom: 14px;
}

.half-column {
    width: 100%;
    float: left;
    padding: 10px 30px;
}
.sub-red {
    	float: left;
}
.col-lg-4 sub-red{
	float: left;
	padding:0 5px;
	margin: 30%;
}
.redes img {
    height: 35px;
    margin: 25px 10px 0 10px;
    width: 30px;
	float: left;
	position: relative;
		
}
.col-lg-6.temas.yoga > h3, .col-lg-6.temas.pilates > h3 {
    font-size: 44px !important;
 }
.c_owneddd {
    height: 330px !important;
}
.row.has-margin-top-lg > h3 {
    width: 100% !important;
}
}

.claim_open{
font-family: "Ghotamlight";
font-size: 28px;
line-height: 80px;
font-weight: 300;
color:#5e5d60;
}

.claim_open span{
font-family: "Ghotamlight";
color:#d99024;
font-size: 42px;
}
.textradio{
 font-size: 14px !important;
 text-indent: 5px ;
   font-family: Ghotamlight !important;
   color:#727171 !important;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;

}
