/*--
* Template Name: Palki
* Template URL: http://themehappy.com/html/palki
* Author: themehappy
* Author URI: http://themehappy.com
* Version: 1.0
* Description: Palki - Responsive Bootstrap 3  Page Template
--*/


/*
====================================
[ TABLE OF CONTENT ]
------------------------------------
1.0 - General Styles
2.0 - Typography
3.0 - Pre Loader
4.0 - Common Styles
5.0 - Navigation
6.0 - Header
7.0 - About Us
8.0 - Our Special
9.0 - Our Skill
10.0 - Our portfolio
11.0 - counter
12.0 - our-team
13.0 - testimonial
14.0 - Video
15.0 - Pricing Table
16.0 - Our Blog
17.0 - Blog Page
18.0 - Author box
19.0 - Comment-list
19.1 - Comment-form
20.0 - Sidebar
21.0 - Footer
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* -- General Styles --*/

@font-face {
	font-family: "Montserrat-light";
	font-display: auto;
	src: url("../fonts/Montserrat-Light.otf");
}

@font-face {
	font-family: "Montserrat-Regular";
	font-display: auto;
	src: url("../fonts/Montserrat-Regular.otf");
}

@font-face {
	font-family: "Montserrat-SemiBold";
	font-display: auto;
	src: url("../fonts/Montserrat-SemiBold.otf");
}

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.otf");
}

@font-face {
	font-family: "Montserrat-Bold";
	font-display: auto;
	src: url("../fonts/Montserrat-Bold.otf");
}

@font-face {
	font-family: "Montserrat-ExtraBold";
	font-display: auto;
	src: url("../fonts/Montserrat-ExtraBold.otf");
}

@font-face {
	font-family: "Montserrat-Black";
	font-display: auto;
	src: url("../fonts/Montserrat-Black.otf");
}

@font-face {
	font-family: "Louis";
	font-display: auto;
	src: url("../fonts/Louis-George-Cafe.ttf");
}



input,
select,
textarea {
	font-family: 'Louis' !important;
}

.buscador_avanzado {
	background-image: url('../../plantilla/images/buscador-home.png');
	height: 57%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.opten_guia {
	margin-top: 50px;
	padding: 30px 0;
	position: relative;
}

.opten_guia .capa {
	padding: 20px 0;
	background-color: #79183d;
}

@media(min-width: 64em) {
	.opten_guia:before {
		position: absolute;
		content: "";
		display: block;
		height: 100%;
		width: 480px;
		top: 0;
		left: 40px;
		background-image: url('../../plantilla/images/libro_guia.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.opten_guia .title {
	font-size: 24px;
	color: white;
	font-family: 'Montserrat-light';
}

.opten_guia .subtitle {
	font-size: 24px;
	color: white;
	font-family: 'Montserrat-Bold';
}

.opten_guia .form-control {
	height: 45px;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 5px;
}

.opten_guia .politicas {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}

.opten_guia .save {
	background-color: #29133C;
	color: white;
	border-radius: 25px;
	padding: 10px 25px 10px 25px;
	font-family: 'Louis';
}

.ver-mas {
	background-image: url('../../plantilla/images/slide-ver-mas-2.png');
	/*height: 50%;*/
	background-repeat: no-repeat;
	background-position: 0em 0.5cm;
	padding: 140px 10px 35px 0px;
}

.politicas p,
li {
	font-family: "Montserrat-Regular" !important;
}

.boton_buscardo {
	border-radius: 128px 0 0 128px;
	-moz-border-radius: 128px 0 0 128px;
	-webkit-border-radius: 128px 0 0 128px;
	border: 0px solid #a62d58;
	background-color: #a62d58;
}

.my-fixed-item {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #29133C;
	z-index: 1029;
}

.my-fixed-item2 {
	position: relative;
	width: 100%;
	bottom: 0;
	background-color: #29133C;
	z-index: 1029;
}

.bucador {
	background: #222222;
	padding: 32px 0;
}

body {
	font-family: "Montserrat-Regular" !important;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	text-rendering: optimizeSpeed;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #a62d58;
}

a,
a>* {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	color: #a62d58;
}

a:hover {
	color: #a62d58;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}


/* -- Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: 700;*/
	color: #333;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}


/*-- Pre Loader --*/

.preloader-area {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.sk-cube-grid {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40%;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #a62d58;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}


/* -- Common Styles -- */

.section-padding {
	padding: 50px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 80px;
	position: relative
}

.section-title h2 {
	font-size: 35px;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 300;
	position: relative;
	margin-bottom: 30px;
}

.section-title h2 span {
	font-weight: 700;
}

.border-line {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 44px;
	border: 1px solid #02a8f5;
	height: 14px;
	width: 14px;
	margin: 0 auto;
}

.border-line:after,
.border-line:before {
	position: absolute;
	content: "";
	top: 5px;
	height: 1px;
	width: 60px;
	background: #02a8f5;
}

.border-line:after {
	right: 20px;
}

.border-line:before {
	left: 20px;
}

.border-box {
	background: #02a8f5;
	content: "";
	height: 6px;
	left: 0;
	margin: 0 auto;
	right: 0;
	position: absolute;
	top: 3px;
	width: 6px;
}

.section-title p {
	font-size: 15px;
	color: #666;
	width: 50%;
	margin: 15px auto 80px auto;
}

.section-background {
	position: relative;
}

.button-group {
	margin-top: 40px;
	position: relative;
	z-index: 999;
}

a.btn.btn-normal,
a.btn.btn-color,
a.btn.btn-normal-border,
a.btn-service {
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 20px;
}

a.btn.btn-normal {
	background-color: #a62d58;
	color: #fff;
	margin-left: 20px;
}

a.btn.btn-normal-border {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

a:hover.btn.btn-normal {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

a:hover.btn.btn-normal-border {
	background-color: #a62d58;
	color: #fff;
	border: 1px solid #a62d58;
}

a.btn.btn-color {
	background-color: #ececec;
	border: 1px solid #ececec;
	color: #666;
	border-radius: 5px;
}

a:hover.btn.btn-color {
	background-color: #a62d58;
	border: 1px solid #a62d58;
	color: #fff;
}

.btn-default:hover {
	background: transparent;
	border: 1px solid #a62d58;
	color: #a62d58;
}


/* -- Navigation -- */

.navbar-default {
	background-color: transparent;
	padding: 10px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

nav.navbar.navbar-default.navbar-fixed-top {
	background: rgba(0, 0, 0, 0.10);
}

.sticky.navbar-default {
	background-color: rgb(121, 24, 61) !important;
	padding: 10px 0;
}

.navbar-nav {
	margin-top: 4px;
}

.navbar-nav li:nth-child(6),
.navbar-nav li:nth-child(7) {
	margin-top: -6px;
}

.navbar-nav li:nth-child(6) img {
	width: 22px;
}

.sticky.navbar .nav>li {
	padding: 0 13px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 23px;
}

.sticky .navbar-nav>li>.dropdown-menu {
	margin-top: 13px;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 15px;
}

.sticky .navbar-right .dropdown-menu {
	left: 13px;
}

.navbar-brand {
	padding: 0 100px;
	height: auto;
}

.navbar .nav>li {
	padding: 0 20px;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}

.navbar .nav>li>a {
	padding: 5px 0;
}

.navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}


/*Dropdown Style*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #a62d58;
	background-color: transparent;
	border-bottom: 1px solid #ef4836;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li {
	border-bottom: 1px solid #a62d58;
}

.dropdown-menu>li:last-child {
	border-bottom: 0;
}

.dropdown-menu>li>a {
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #222222;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #a62d58;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #a62d58;
}


/*Mobile Menu Style*/

@media(max-width: 767px) {
	.navbar-default {
		background-color: #a62d58;
	}
	.navbar-brand {
		padding: 4px 15px;
	}
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}


/* -- Header -- */

#header {
	background: url(../images/header/slider-background.jpg) no-repeat center center #3b91ca;
	background-size: cover;
	position: relative;
}

.overlay-color:before {
	background-color: #3b91ca;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
}

.header-caption {
	color: #ffffff;
	padding-top: 170px;
	padding-bottom: 130px;
}

.header-caption h1 {
	font-size: 100px;
	font-weight: 400;
	color: #ffffff;
}

.header-caption h1 b {
	font-weight: 700;
}

.header-caption p {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 30px;
}

#header .row {
	position: relative;
}

.header-images {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.header-images img {
	max-height: 520px;
}

.go-bottom {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.go-bottom a {
	color: #ffffff;
	background-color: #a62d58;
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 100%;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
}

.go-bottom a i {
	animation: slideInDown 2s infinite;
}


/*-- Hader Slider--*/

.single-slider {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.single-slider:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.slider-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.slider-title h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.slider-title h2 span {
	color: #a62d58;
}

.slider-title p {
	color: #fff;
	font-size: 16px;
}

.owl-item.active .slider-title-animation {
	animation: slideInDown 0.5s;
}

.owl-item.active .slider-animation-up {
	animation: slideInUp 0.5s;
}

.slider-active .owl-nav div {
	background: #008CBA;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	opacity: 0;
	color: #fff;
}

.slider-active:hover .owl-nav div.owl-next {
	left: auto;
	right: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active:hover .owl-nav div.owl-prev {
	right: auto;
	left: 70px;
	opacity: 1;
	transition: .9s;
}

.slider-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.slider-active .owl-dot {
	background: #008cba none repeat scroll 0 0;
	display: inline-block;
	height: 15px;
	margin: 0 2px;
	transition: all 0.5s ease 0s;
	width: 15px;
	border-radius: 40px;
}

.slider-active .owl-dot.active {
	background: #fff none repeat scroll 0 0;
}


/*-- Video --*/

.video-single {
	height: 70vh;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.video-single:before {
	content: "";
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.video-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.video-title {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.video-title h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: capitalize;
}

.video-title h2 span {
	color: #a62d58;
}

.video-title p {
	color: #fff;
	font-size: 16px;
}


/* -- parallax background -- */

.parallax {
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.parallax:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}


/*-- Amimated Headline --*/

.animation-header-text span {
	padding: 0px!important;
	text-transform: uppercase;
}


/*-- particles effice --*/

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5;
}


/* -- About Us -- */

#buscador-avanzado {
	background-color: #302525b7;
	padding: 15px 0 0 0;
	overflow: hidden;
}

#about-us {
	background-color: #ffffff;
	padding: 15px 0 0 0;
	overflow: hidden;
}

.about-images {
	position: relative;
	display: inline-block;
}

.about-images img {
	position: relative;
}

.about-content {}

.about-content h2 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 600;
	color: #a62d58;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.about-content h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	border-bottom: 2px solid #a62d58;
}

.about-content h2 span {
	font-weight: 300;
	color: #333333;
}

.about-content p {
	margin-bottom: 20px;
	color: #888888;
}

.about-button {
	margin-top: 40px;
}


/* -- Our Special -- */

#special {
	background-color: #f3f2f2;
}

a.btn-service {
	background-color: transparent;
	border: 1px solid #777777;
	color: #777777;
	margin-top: 30px;
	display: inline-block;
}

.special-single-content {
	background-color: #fff;
	padding: 30px 20px;
}

.special-single-content i {
	font-size: 30px;
	border: 2px solid #a62d58;
	border-radius: 50px;
	text-align: center;
	color: #a62d58;
	width: 70px;
	height: 70px;
	padding: 20px 0 0 0;
}

.special-single-content h3 {
	margin: 30px 0 20px 0;
	color: #333333;
	font-size: 14px;
}

.special-single-content p {
	color: #777777;
}

.special-single-content:hover,
.item-open {
	background-color: #a62d58;
}

.special-single-content:hover.special-single-content i,
.item-open i,
.special-single-content:hover.special-single-content i {
	color: #ffffff;
	border: 2px solid #fff;
}

.special-single-content:hover.special-single-content h3,
.item-open h3,
.item-open p,
.special-single-content:hover.special-single-content p {
	color: #ffffff;
}

.special-single-content:hover a.btn-service,
.item-open a.btn-service {
	background-color: #ececec;
	border: 1px solid #ffffff;
	color: #a62d58;
}

.special-item .owl-nav div {
	background-color: transparent;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	border: 1px solid #a62d58;
	color: #a62d58;
}

.special-item .owl-nav div.owl-next {
	left: auto;
	right: -50px;
}

.special-item .owl-nav div.owl-prev {
	right: auto;
	left: -50px;
}


/* -- Our Skill -- */

#our-skill {
	background: rgba(0, 0, 0, 0) url("../images/skill/skill-bg.jpg") repeat scroll 0 0 / cover;
	position: relative;
	color: #ffffff;
	background-attachment: fixed;
}

.overlay-color-skill:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

#our-skill .section-title h2 {
	color: #fff;
}

#our-skill .section-title p {
	color: #fff;
}

.chart {
	display: inline-block;
	height: 100%;
	margin: 40px auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.chart canvas {
	left: 0px;
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0 auto;
}

.percent {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 140px;
	margin: auto;
	text-align: center;
	z-index: 2;
}

.percent:after {
	content: '%';
}

.chart-text span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: capitalize;
}


/* -- Our portfolio -- */

#our-portfolio {
	background: #ffffff;
}

.portfolio-inner .mix {
	display: none;
}

ul.portfolio {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: center;
}

ul.portfolio li {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

ul.portfolio li:hover {
	color: #fff;
	border: 1px solid #3498db;
	-webkit-transition: .3s;
	transition: .3s;
	background: #3498db;
}

ul.portfolio li.active {
	border: none;
	color: #fff;
	border: 1px solid #3498db;
	background: #3498db;
}

.portfolio .item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.portfolio .item img {
	width: 100%;
}

.portfolio-caption {
	background: #3498db;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 25px;
	opacity: 0;
	text-align: center;
	transition: all 0.4s ease-out;
}

.portfolio-caption:after {
	padding: 10px;
}

.portfolio-caption h3 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	text-transform: unset;
}

.protfolio-link-bt {
	border: 1px solid #fff;
	color: #a62d58;
	font-size: 20px;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 10px;
	line-height: 0px;
}

.protfolio-link-bt:hover {
	background-color: #fff;
	color: #3498db;
}

.portfolio .item:hover .portfolio-caption {
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-align: center;
}


/* -- counter -- */

.complete-project-conuter {
	background-attachment: fixed;
	background-image: url("../images/counter/counter-bg.jpg");
	background-size: cover;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.complete-project-conuter:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.single-counter {
	overflow: hidden;
}

.counter-icon {
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	font-size: 30px;
	margin-right: 20px;
	padding: 10px;
	color: #ddd;
}

.single-counter:hover .counter-icon {
	background-color: #a62d58;
	color: #fff;
	border: 1px solid #a62d58;
}

.counter-data {
	display: inline-block;
	float: left;
}

.counter-data h2 {
	color: #a62d58;
	font-size: 35px;
	font-weight: 300;
	line-height: 30px;
	padding-bottom: 8px;
}

.counter-data>h3 {
	color: #ddd;
	font-size: 14px;
	font-weight: 100;
}


/* -- our-team -- */

#our-team {
	background: #ffffff;
}

.single-team-item {
	border: 1px solid #efefef;
}

.single-team-item:hover {
	border: 1px solid #a62d58;
}

.team-item-description {
	text-align: center;
}

.team-item-description h4 {
	color: #444;
	font-size: 16px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 10px;
}

.team-item-description h6 {
	color: #999999;
	font-size: 12px;
}

.team-item-social {
	position: relative;
	height: 40px;
}

.team-item-social ul {
	list-style: none;
	padding: 0px;
	margin: 0 auto;
	position: absolute;
	width: 146px;
	left: 0px;
	right: 0px;
	bottom: -15px;
}

.team-item-social ul li {
	display: inline-block;
	background-color: #efefef;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	text-align: center;
	border-radius: 50%;
}

.team-item-img {
	position: relative;
	text-align: center;
}

.single-team-item:hover a.team-link {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(2, 168, 244, 0.50);
	right: 0px;
	text-align: center;
	height: 100%;
}

a.team-link i {
	display: none;
}

.single-team-item:hover a.team-link i {
	position: absolute;
	display: block;
	top: 50%;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.team-item-social ul li a {
	color: #333;
}

.single-team-item:hover .team-item-social ul li a {
	color: #ffffff;
}

.single-team-item:hover .facebook {
	background-color: #3b5998 !important;
}

.single-team-item:hover .twitter {
	background-color: #55acee !important;
}

.single-team-item:hover .dribbble {
	background-color: #ea4c89 !important;
}

.single-team-item:hover .youtube {
	background-color: #ff0000 !important;
}


/* -- testimonial -- */

#testimonial {
	background: rgba(0, 0, 0, 0) url("../images/testimonial/testimonial-bg.jpg") repeat scroll 0 0 / cover;
	position: relative;
	color: #ffffff;
	background-attachment: fixed;
}

.testimonial:before {
	background-color: #000000;
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

#testimonial .section-title h2 {
	color: #fff;
}

#testimonial .section-title p {
	color: #fff;
}

.testimonial-item {
	padding-bottom: 50px;
}

.testimonial-item-single {
	color: #fff;
	margin-left: 20px;
	position: relative
}

.testimonial-item-single i {
	background: #02a8f5;
	border: 1px solid #02a8f5;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	left: 75px;
	padding: 8px;
	position: absolute;
	top: 0;
	width: 30px;
	text-align: center;
}

.testimonial-item-single:after {
	content: "";
	display: block;
}

.testimonial-item-img {
	width: 20%;
	display: inline-block;
}

.testimonial-item-img img {
	width: 100px !important;
	border-radius: 50%;
	border: 1px solid #02a8f5;
}

.testimonial-contact {
	overflow: hidden;
	width: 70%;
	display: inline-block;
	margin-left: 30px;
}

.testimonial-contact p {
	color: #bbbbbb;
}

.testimonial-contact h5 {
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
}

.testimonial-contact h5 span {
	color: #02a8f5;
	margin-left: 20px
}

.testimonial-contact h5 span.wht {
	color: #fff
}

.testimonial-item .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}

.testimonial-item .owl-dot {
	background: #737172 none repeat scroll 0 0;
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	transition: all 0.5s ease 0s;
	width: 30px;
}

.testimonial-item .owl-dot.active {
	background: #02a8f5 none repeat scroll 0 0;
}


/* -- Pricing Table -- */

#our-pricing {
	background-color: #f3f2f2;
	overflow: hidden;
}

.single-pricing-box {
	background: #ffffff;
	text-align: center;
	border-bottom: 5px solid #888888;
}

.single-pricing-box:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-data {
	background-color: #888888;
}

.single-pricing-box h4 {
	background: #777777;
	color: #ffffff;
	font-size: 22px;
	padding: 10px 0;
}

span.dollar-symbol {
	font-size: 50px;
}

.single-pricing-data h5 {
	font-size: 50px;
	display: inline-block;
}

.single-pricing-data {
	font-size: 20px;
}

.single-pricing-box h4,
.single-pricing-data,
.single-pricing-data h5,
.single-pricing-data span.dollar-symbol {
	color: #ffffff;
}

.single-pricing-content {}

.single-pricing-content ul {
	padding-left: 0px;
}

.single-pricing-content ul li {
	list-style: none;
	font-size: 16px;
	color: #888888;
	padding: 6px 0;
}

.single-pricing-content ul li:nth-child(2n) {
	background: #f5f5f5;
}

.single-pricing-data {
	position: relative;
	padding: 25px 0px 80px 0px;
	overflow: hidden;
}

.single-pricing-data:before {
	content: "";
	border-width: 100px 0px 0px 0px;
	position: absolute;
	width: 100%;
	border-top-left-radius: 50%;
	left: 0px;
	border-top-right-radius: 50%;
	border-style: solid;
	right: 0px;
	bottom: -50px;
	border-color: #ffffff;
	height: 50px;
}

a.pricing-box-bt {
	border: 1px solid #666;
	color: #666;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.active a.pricing-box-bt {
	border: 1px solid #fff;
	color: #fff;
	background: #009ce4;
}

.pricing .active h4 {
	background: #a62d58;
}

.active .single-pricing-data {
	background-color: #009ce4;
}

.pricing .active {
	border-bottom: 5px solid #a62d58;
}


/* -- Our Blog --*/

#our-blog {
	background-color: #ffffff;
}

.row.blog-margin-bottom-40 {
	margin-bottom: 40px;
}

.single-blog-box {
	border: 1px solid #ddd;
}

.single-blog-box:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-blog-images {
	position: relative;
	overflow: hidden;
}

.single-blog-images img {
	-webkit-transition: .4s;
	transition: .4s;
}

.single-blog-box:hover .single-blog-images img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-data {
	background: #a62d58 none repeat scroll 0 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.blog-sello {
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 150px;
}

.blog-data p {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.blog-data p span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.single-blog-content {
	background: #fff none repeat scroll 0 0;
	padding: 20px;
}

.single-blog-content p {
	color: #999;
}

.single-blog-content h3 {
	color: #666;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.signl-blog-meta {
	font-size: 12px;
}

.signl-blog-meta a {
	color: #999;
	margin-right: 10px;
}

.signl-blog-meta a i {
	color: #a62d58;
	display: inline-block;
	padding-right: 5px;
}

.sigle-blog-readmore-btn {
	border: 1px solid #a62d58;
	color: #a62d58;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 10px;
}

.sigle-blog-readmore-btn:hover {
	background: #a62d58;
	color: #fff;
}


/* -- Blog Page -- */

.page-title {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 60px;
	text-align: center;
}

.page-title:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.page-title h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.page-title .breadcrumb {
	background: none;
	font-size: 16px;
	color: #fff;
}

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


/* Blog page style */

.blog-area {
	background: #f6f8fa;
}

.blog-items .post {
	margin-bottom: 40px;
}

.post {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.post:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.post-images {
	position: relative;
	overflow: hidden;
}

.post-images img {
	-webkit-transition: .4s;
	transition: .4s;
}

.post:hover .post-images img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.post-content {
	background: #fff;
	padding: 20px;
}

.post-content h2 {
	padding-bottom: 10px;
}

.post-content h2 a {
	color: #666;
	font-size: 22px;
	text-transform: capitalize;
}

.post-content h2 a:hover {
	color: #a62d58;
}

.post-content p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-bottom: 15px;
}

.post-content p:last-child {
	margin-bottom: 0px;
}

.post-meta {
	margin-bottom: 10px;
}

.post-meta p {
	font-size: 14px;
	color: #a3a3a3;
}

.post-meta a {
	color: #999;
	margin-right: 10px;
}

.post-meta a:hover {
	color: #a62d58;
}

.post-meta i {
	color: #a3a3a3;
	display: inline-block;
	padding-right: 5px;
}

.post-date {
	background: #a62d58;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}

.post-date p {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.post-date p span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}

.post-readmore-btn {
	border: 1px solid #a62d58;
	color: #a62d58;
	display: inline-block;
	margin-top: 20px;
	padding: 5px 15px;
	font-size: 16px;
}

.post-readmore-btn:hover {
	background: #a62d58;
	color: #fff;
}


/* Pagination */

.post-pagination {}

.pagination {
    padding: 0 15px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #29133c;
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #29133c !important;
    border-radius: 50% !important; 
    font-size: 25px;
    width: 50px;
    height: 50px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #29133c !important;
    border-color: #29133c !important;
    font-size: 25px;
}

.pagination>li {
    display: inline-block;
    padding: 0 10px;
}

.pagination>.next>a{
    border: 0px !important;
    font-size: 45px;
}

.pagination>.prev>a{
    border: 0px !important;
    font-size: 45px;
}

.pagination>.first_page>a{
    border: 0px !important;
    display: none;
}

.pagination>.last_page>a{
    border: 0px !important;
    display: none;
}


/* Single Page */

.single-area {
	background: #f6f8fa;
}

.single-page {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.post-meta {
	margin-top: 20px;
}

.post-meta li,
.post-meta li a {
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
}

.post-meta li i {
	margin-right: 5px;
	color: #ffffff;
}


/* Post tags */

.post-footer {
	margin-top: 40px;
}

.post-tags a {
	border: 1px solid #eee;
	color: #7c7c7c;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	margin-left: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.post-tags a:hover {
	background: #a62d58;
	color: #fff;
	border: 1px solid transparent;
}


/* Post social */

.social-share-icons>li {
	display: inline-block;
}

.social-share-icons a i {
	margin-left: 5px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.social-share-icons a i.fa-facebook {
	background: #677fb5;
}

.social-share-icons a i.fa-twitter {
	background: #70c2e9;
}

.social-share-icons a i.fa-google-plus {
	background: #c53942;
}

.social-share-icons a i.fa-linkedin {
	background: #3daccf;
}


/* Author box */

.author-box {
	background-color: #ffffff;
	padding: 20px;
	border-top: 1px solid #ddd;
}

.author-img {}

.author-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 20px;
}

.author-info h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	color: #333;
}

p.author-url {
	margin-top: 5px;
}


/* Comment-list */

.comments-area {
	background-color: #fff;
	padding: 20px;
	padding-top: 40px;
}

.comments-area ul {
	list-style: none;
	padding: 0px;
}

.comments-area ul li ul {
	margin-left: 80px;
}

.comments-area ul li {
	margin-bottom: 20px;
}

h3.comments-heading {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.comment-content {
	margin-left: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.comment-body img {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin-top: 8px;
}

.comment-content span {
	display: block;
	margin-bottom: 5px;
	color: #929292;
}

span.comment-author {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0px;
}


/* Comment-form */

.comment-form {
	background-color: #fff;
	padding: 60px;
	padding-top: 20px;
}

h3.comment-heading {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.comment-form label {
	color: #424242;
	font-size: 15px;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 7px;
}

.comment-form .form-control {
	border-radius: 0px;
	background: #f7f7f7;
	border: 1px solid transparent;
	box-shadow: none;
}

.comment-form #comment {
	margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form input[type="date"],
.comment-form input[type="search"],
.comment-form select {
	height: 40px;
	margin-bottom: 20px;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="date"]:focus,
.comment-form input[type="datetime"]:focus,
.comment-form input[type="datetime-local"]:focus,
.comment-form input[type="month"]:focus,
.comment-form input[type="week"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="number"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="time"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: #a62d58;
	background-color: #ffffff;
	outline: none;
}

.comment-submit {
	background-color: #a62d58;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 20px;
}

.comment-submit:hover {
	background-color: #0593d4;
	color: #ffffff;
}


/* Sidebar */

.sidebar {}

.sidebar .widget {
	margin-top: 30px;
	margin-bottom: 0;
	background: #fff;
	padding: 20px;
}

.sidebar .widget:first-child {
	margin-top: 0;
}

h3.widget-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
}

.widget-title:after {
	content: "";
	display: block;
	width: 100%;
	margin-top: 16px;
	border-bottom: 1px solid #eeeeee;
	z-index: 1;
	position: relative;
}


/* search widget */

.search-form {
	position: relative;
}

.widget.search-form input {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 1px solid #eeeeee;
	box-shadow: none;
}

.search-button {
	position: absolute;
	top: 0;
	height: 100%;
	right: 25px;
	color: #999;
	background-color: transparent;
	border: none;
}


/* categories */

.widget.categories ul {
	list-style: none;
	padding: 0px;
}

.widget.categories ul li {
	text-align: right;
	padding: 4px 0px;
	color: #636363;
}

.widget.categories ul li a {
	color: #636363;
	font-size: 16px;
	float: left;
}

.widget.categories ul li a:hover,
.widget.categories ul li a:hover:before {
	color: #a62d58;
}

.widget.categories ul li a:before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 10px;
	color: #999;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* categories */

.widget.tags {
	overflow: hidden;
}

.widget.tags a {
	padding: 10px 12px;
	line-height: 16px;
	margin: 0 6px 6px 0;
	font-size: 14px;
	color: #636363;
	background-color: #f7f7f7;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.tags a:hover {
	background-color: #a62d58;
	color: #ffffff;
}


/* widget-ads */

.widget.widget-ads {
	background: #a62d58;
}

h2.adds-title {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 20px;
}

a.btn.ads-button {
	background: #fff;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 20px;
}

a:hover.btn.ads-button {
	background: #0593d4;
	color: #fff;
}


/*-- Footer Area--*/

#contacts {
	background: #222222;
}

.address-single-contact {
	padding-bottom: 30px;
}

.footer-single-contact h6 {
	color: #b4b4b4;
	padding-bottom: 20px;
}

.footer-single-contact p {
	font-size: 14px;
	color: #777777;
}

.contact-form .pl-icon {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	background-color: #272727;
	border: 1px solid #888888;
	border-radius: 0px;
	color: #888888;
}

.contact-form textarea.form-control {
	height: 75px;
	width: 100%;
}

.contact-form .contact-btn {
	margin: 0px;
	transition: all 0.5s;
	text-transform: uppercase;
	padding: 15px 30px;
	background: #343434;
	color: #a4a4a4;
	border-radius: 0;
	font-size: 16px;
}

.contact-form .contact-btn:hover {
	border: 1px solid #a62d58;
	color: #fff;
	background-color: #a62d58;
}


/* -- Footer -- */

#scrollup {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 50px;
	/*height: 50px;*/
	color: #fff;
	cursor: pointer;
	/*border: 1px solid #a62d58;*/
	text-align: center;
	font-size: 40px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 100%;
}

.otro {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #a62d58;
	cursor: pointer;
	border: 1px solid #a62d58;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: -110px !important;
}

.seach-fran1 {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 15px;
	height: 40px;
	width: 100%;
	float: left;
}

.seach-fran2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 15px;
	height: 40px;
	width: 100%;
	float: left;
}

.seach-fran3 {
	border-top-left-radius: -0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 15px;
	height: 40px;
	width: 100%;
	float: left;
}

::-webkit-input-placeholder {
	/*text-align: center;*/
}

:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

.color_negro {
	color: black;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	background-color: #a62d58;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 12px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}


.animacion {
	/*position: absolute;*/
	animation-name: parpadeo;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes parpadeo {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

@keyframes parpadeo {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

#formulario {
	width: 100px;
	height: 100px;
	background: pink;
}

.place::placeholder {
	text-align: left;
	padding-top: 30px;
}

.boton_menu {
	background-color: #A62D58;
	color: white;
	border-radius: 25px 20px 0px 25px;
	padding: 7px 25px 7px 20px;
	margin-top: 4px;
}

.boton_menu a {
	font-size: 16px;
	color: white;
}

.container-nav {
	height: 100%;
}

.img_asesor_lesft {
	background-image: url('../../plantilla/images/asesoria2.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.select2 {
	width: 100%!important;
}

.redes {
	width: 35px;
	height: 35px;
	padding: 5px 9px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	background-color: #29133C !important;
	border-color: #29133C !important;
	margin-left: 5px;
}

.redes_ {
	width: 35px;
	height: 35px;
	padding: 6px 0px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	background-color: #29133C !important;
	border-color: #29133C !important;
	margin-left: 5px;
}

.redes_2 {
	width: 35px;
	height: 35px;
	padding: 6px 0px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
	background-color: transparent;
	border-color: #474648!important;
	margin-left: 5px;
	color: #474648;
}

.redes_2:hover {
	background-color: #474648;
	border-color: #474648!important;
	color: #FFF;
}

.redes_.btn-danger:hover {
	color: #150303;
	background-color: #a62d58;
	border-color: #a62d58;
}

.btn_assesores {
	width: 70px;
	height: 70px;
	padding: 3px 9px;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.33;
	border-radius: 50px;
	background-color: #a62d58;
	border-color: #a62d58;
}

#session_movil {
	display: none;
}

.section_buscador_movil {
	background-image: url('../../plantilla/images/buscador.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.select2 {
	height: 40px;
	font-size: 1.2em;
}

.seach-fran2 {
	border-radius: 30px;
}

.title-not-home {
	color: #474648;
}

.title-not-home:hover {
	color: #29133C;
	font-weight: bold;
	text-decoration: underline;
}

.title-footer-principal {
	text-align: left;
	color: white;
	font-size: 26px;
	font-weight: 100;
	line-height: 25px;
}

.busqueda_movil {
	display: none;
}

.my-fixed-item-2 {
	background-color: #29133C;
	z-index: 1029;
	padding-top: 20px;
	padding-bottom: 5px;
}

.buscador-footer-movil {
	background: #29133C;
	padding: 10px 0px 10px 0px;
}

.buscador-footer-movil {
	display: none;
}


/* PARA VIDEOS DE YOTUBE*/

.contenedor-youtube {
	display: block;
	width: 100%;
	max-width: 600px;
}

.reproductor-youtube {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	cursor: hand;
	cursor: pointer;
}

img.imagen-previa {
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	height: auto
}

div.youtube-play {
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	opacity: 0.7;
	position: absolute;
	background: url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat;
}

div.youtube-play:hover {
	opacity: 1;
}

#youtube-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



#comparte_exito {
	padding: 50px 0 0 0;
}

#comparte_exito .title {
	font-size: 30px;
	padding-bottom: 50px;
	text-align: center;
}

#comparte_exito .title .tit1 {
	color: #79183D;
	font-family: 'Montserrat-Medium';
}

#comparte_exito .title .tit2 {
	color: #79183D;
	font-family: 'Montserrat-Black'
}

.cf-section{
    padding: 30px 0;
}

.cf-section .tools {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	text-align: right;
}

.cf-section .tools .farovitos {
	background: url(../images/ico-corazon.png) no-repeat center center;
	width: 48px;
	height: 42px;
	display: inline-block;
	text-decoration: none;
	text-indent: -5000px;
	margin-right: 15px;
}

.cf-section .tools .descargar {
	background: url(../images/ico-descarga.png) no-repeat center center;
	width: 48px;
	height: 42px;
	display: inline-block;
	text-decoration: none;
	text-indent: -5000px;
	;
}

.cf-section.bg-datos {
	background: #29133C;
}

.cf-section.contacto {
	padding-top: 50px; 
	padding-bottom: 50px; 
	background: url('../../plantilla/images/bg-contacto-cf.jpg') no-repeat center top; 
	background-size: cover;
}

.cf-section.contacto input[type='text'],
.cf-section.contacto textarea {
	border: 2px solid #29133C;
}

.cf-section.contacto * {
	font-weight: bold;
}

.cf-section.datosfranquicia {
	background: url('../../plantilla/images/fondo-datos-franquicia.png') no-repeat 50% 0px scroll;
	background-size: cover;
}

.table.noborde>tbody>tr>td,
.table.noborde>tbody>tr>th,
.table.noborde>tfoot>tr>td,
.table.noborde>tfoot>tr>th,
.table.noborde>thead>tr>td,
.table.noborde>thead>tr>th {
	line-height: 1.42857143;
	vertical-align: top;
	padding: 12px 8px;
	border-top: none;
}

.people {
	background: url('../images/int-eventos-people.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 2%;
}

.btn-opc {
	background-color: #29133c;
	background-image: url('../images/ico-opc.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: auto 40px;
	height: 60px;
	position: absolute;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	z-index: 1;
	top: 80px;
	right: 0px;
	padding: 15px 20px 10px 55px;
	line-height: 14px;
	text-decoration: none;
	color: #fff !important;
	font-size: 11px;
}

.btn-opc strong {
	font-weight: 900;
}

#btn-opc-web {
	display: none;
}

#btn-opc-movil {
	display: block;
}

@media(min-width: 48em) {
	#btn-opc-web {
		display: block;
	}
	#btn-opc-movil {
		display: none;
	}
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*=owl-] {
	color: #FCFEFC;
	font-size: 0.875em;
	margin: 5px;
	padding: 4px 7px;
	background: #8a9fb5;
	display: inline-block;
	cursor: pointer;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FCFEFC;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 26px;
	height: 26px;
	border-radius: 26px;
	margin: 5px;
	background: #666;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #A62D58;
}

.owl-cf.owl-stage-outer {
	position: relative;
	z-index: 2;
}

.owl-cf.owl-carousel .owl-nav {
	margin-top: 1em;
	position: relative;
	/*left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
}

@media (min-width: 64em) {
	.owl-cf.owl-carousel .owl-nav {
		/*left: inherit;
              -webkit-transform: translate(0, 0);
              transform: translate(0, 0);*/
		margin-top: 0em;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 1;
	}
}

.owl-cf.owl-carousel .owl-nav>div {
	width: 65px;
	height: 90px;
	padding: 0;
	margin: 0 5px;
	text-indent: -5000px;
}

@media (min-width: 64em) {
	.owl-cf.owl-carousel .owl-nav>div {
		margin: 0 0 0 1px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.owl-cf.owl-carousel .owl-nav .owl-prev {
	background: url(../images/arrow-left.png) no-repeat 0 0;
}

@media (min-width: 64em) {
	.owl-cf.owl-carousel .owl-nav .owl-prev {
		left: -10em;
	}
}

.owl-cf.owl-carousel .owl-nav .owl-next {
	background: url(../images/arrow-right.png) no-repeat 0 0;
}

@media (min-width: 64em) {
	.owl-cf.owl-carousel .owl-nav .owl-next {
		right: -10em;
	}
}



.padding-interno-vertical {
	padding: 4em 15px;
}

.section-membresia-zona {
	padding: 2em 15px;
}

@media (min-width: 64em) {
	.section-membresia-zona {
		background: url(../images/membresia-zona-exclusiva.jpg) no-repeat center center;
		background-size: cover;
		height: 400px;
	}
}

.section-membresia-anual {
	background: url(../images/membresia-anual.jpg) no-repeat center center;
	background-size: cover;
	height: 350px;
}

.section-membresia-frase {
	background: url(../images/membresia-frase.jpg) no-repeat center center;
	background-size: cover;
	height: 400px;
}

.section-header-membresia {
	background: url(../../../plantilla/images/membresia-banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 300px;
}

@media (min-width: 64em) {
	.section-header-membresia {
		background-size: 100% auto;
		height: 100%;
	}
	.section-membresia-zona {
		background-size: cover;
		height: 200px;
	}
	.section-membresia-anual {
		background-size: cover;
		height: 350px;
	}
	.section-membresia-frase {
		background-size: cover;
		height: 200px;
	}
}

.section-membresia-comunidad {
	padding: 75px 0px 75px 0px;
}

.section-membresia-comunidad .frase1 {
	text-transform: none;
	font-size: 40px;
	font-family: 'Montserrat-Light';
	color: #474648;
}

.section-membresia-comunidad .frase1 span {
	font-family: 'Montserrat-Bold';
	color: #29133C;
}

.section-membresia-comunidad .frase2 {
	text-transform: none;
	font-size: 40px;
	font-family: 'Montserrat-Light';
	color: #474648;
}

.section-membresia-comunidad .frase2 span {
	font-family: 'Montserrat-Bold';
	color: #79183D;
}

.section-membresia-adquirir {
	padding: 90px 0px 150px 0px;
	background: url(../images/fondo-adquirir-membresia.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.section-membresia-adquirir .title {
	color: #FFF;
	font-size: 45px;
	font-family: 'Montserrat-Bold';
	text-transform: none;
}

.section-membresia-adquirir .subtitle {
	color: #FFF;
	font-size: 45px;
	font-family: 'Montserrat-Light';
}

.form-control2 {
	height: 45px;
	border-radius: 25px;
	text-align: center;
}

.terminos label {
	color: #fff;
	font-size: 14px;
}

.terminos a {
	color: #fff;
	text-decoration: underline;
}

button.save {
	background-color: #29133C;
	color: white;
	border-radius: 25px;
	padding: 9px 35px 9px 35px;
	font-family: 'Louis';
	width: 100%;
}

.section-mizona-zona {
	background: url(../images/membresia-zona-exclusiva.jpg) no-repeat center center;
	height: 200px;
}

.section-mizona-anual {
	background: url(../images/membresia-anual.jpg) no-repeat center center;
	background-size: cover;
	height: 350px;
}

.section-mizona-frase {
	background: url(../images/membresia-frase.jpg) no-repeat center center;
	background-size: cover;
	height: 200px;
}

.section-mizona-comunidad {
	padding: 75px 0px 75px 0px;
}

.section-mizona-comunidad .frase1 {
	text-transform: none;
	font-size: 40px;
	font-family: 'Montserrat-Light';
	color: #474648;
}

.section-mizona-comunidad .frase1 span {
	font-family: 'Montserrat-Bold';
	color: #29133C;
}

.section-mizona-comunidad .frase2 {
	text-transform: none;
	font-size: 40px;
	font-family: 'Montserrat-Light';
	color: #474648;
}

.section-mizona-comunidad .frase2 span {
	font-family: 'Montserrat-Bold';
	color: #79183D;
}

.section-mizona-adquirir {
	padding: 90px 0px 150px 0px;
	background: url(../images/fondo-adquirir-membresia.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.section-mizona-adquirir .title {
	color: #FFF;
	font-size: 45px;
	font-family: 'Montserrat-Bold';
	text-transform: none;
}

.section-mizona-adquirir .subtitle {
	color: #FFF;
	font-size: 45px;
	font-family: 'Montserrat-Light';
}

.section-header-mizona {
	background: url(../images/mizona-banner.jpg);
	height: 75%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-mizona-usuario .botonera {
	display: flex;
	justify-content: space-between;
}

.section-mizona-usuario .botonera button {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	height: 50px;
	width: 60px;
	cursor: pointer;
}

.section-mizona-usuario .botonera button.user {
	background-image: url(../images/mizona-user.png);
}

.section-mizona-usuario .botonera button.ver {
	background-image: url(../images/mizona-ver.png);
}

.section-mizona-usuario .botonera button.corazon {
	background-image: url(../images/mizona-corazon.png);
}

.section-mizona-usuario .botonera button.configuracion {
	background-image: url(../images/mizona-configuracion.png);
}

.section-mizona-usuario .botonera button.busqueda {
	background-image: url(../images/mizona-busqueda.png);
}

.section-mizona-usuario .botonera button.comentarios {
	background-image: url(../images/mizona-comentarios.png);
}

.section-mizona-usuario .franja {
	margin-top: 2em;
	background: #79183D;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 1em 2.5em 1em 5em;
	text-align: right;
	color: #fff;
	font-size: 2em;
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	text-transform: uppercase;
	max-width: 40%;
}

.title-section {
	color: #79183D;
	font-size: 2.5em;
	text-decoration: underline;
	margin-bottom: 1em;
	font-family: 'Montserrat-Bold';
	font-weight: bold;
}

.libro_guia {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0;
	background-image: url(../images/libro_guia.png);
	width: 100%;
	height: 90%;
	background-repeat: no-repeat;
}

#modalGuia .modal-content {
	background-image: url('../../plantilla/images/ventana-asesorate.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#modalGuia .modal-header .close {
	margin-top: 46px;
	z-index: 99;
	position: relative;
}

#modalGuia .modal-title {
	display: none;
}

#modalInversion .modal-content {
	background-image: url('../../plantilla/images/ventana-asesorate2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#modalInversion .modal-header .close {
	margin-top: 46px;
	z-index: 99;
	position: relative;
}

#modalInversion .modal-title {
	display: none;
}

#franquicias-slider {
	margin-top: 40px;
}

#franquicias-slider .block:after {
	display: table;
	content: "";
	clear: both;
}

.franqui-main {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}
.franqui-main a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.franqui-data {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

.franqui-data .tit {
	font-size: 33px;
	font-weight: bold;
	color: #79183d;
	margin-bottom: 10px;
}

.franqui-data .rubro {
	font-size: 22px;
	font-weight: bold;
	color: #29133C;
	margin-bottom: 5px;
}

.franqui-data .resume {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-bottom: 15px;
	text-align: justify;
}

.franqui-data a {
	background: #29133C;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	overflow: hidden;
}

.franqui-images {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.franqui-images a {
	display: block;
	width: 50%;
	height: 80px;
	text-decoration: none;
	overflow: hidden;
}

.franqui-images a img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	display: block;
}

.franqui-images a.video {
	display: block;
	background: #29133C url(../images/ico-play.png) no-repeat center center;
}

@media (min-width: 64em) {
	#franquicias-slider .block {
		height: 280px;
	}
	.franqui-main {
		float: left;
		width: 40%;
		height: 280px;
		margin-bottom: 0;
	}
	.franqui-data {
		float: left;
		width: 45%;
		height: 280px;
		padding: 0 50px;
		margin-bottom: 0;
	}
	.franqui-images {
		float: left;
		height: 280px;
		width: 15%;
		flex-direction: column;
	}
	.franqui-images a {
		width: 100%;
		height: 130px;
	}
	.franqui-images a img {
		width: inherit !important;
		height: inherit !important;
		object-fit: cover;
		display: block;
	}
}

#franquicias-slider.owl-cf.owl-carousel .owl-nav .owl-prev {
	background: url(../images/arrow-left.png) no-repeat 0 0;
	background-size: 30px 30px;
}

@media (min-width: 64em) {
	#franquicias-slider.owl-cf.owl-carousel .owl-nav .owl-prev {
		left: -7em;
		background-size: inherit;
	}
}

#franquicias-slider.owl-cf.owl-carousel .owl-nav .owl-next {
	background: url(../images/arrow-right.png) no-repeat right 0;
	background-size: 30px 30px;
}

@media (min-width: 64em) {
	#franquicias-slider.owl-cf.owl-carousel .owl-nav .owl-next {
		right: -7em;
		background-size: inherit;
	}
}

.vlogs-slider {
	margin-top: 40px;
}

.vlogs-slider .block:after {
	display: table;
	content: "";
	clear: both;
}

.vlog-main {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}

.vlog-main a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}

.vlog-main a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vlog-main a.video {
	display: block;
	background: url(../images/ico-play.png) no-repeat center center;
}

.vlog-data {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

.vlog-data .tit {
	font-size: 33px;
	font-weight: bold;
	color: #79183d;
	margin-bottom: 10px;
}

.vlog-data .resume {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-bottom: 20px;
	text-align: justify;
}

.vlog-data a {
	background: #29133C;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	overflow: hidden;
}

@media (min-width: 64em) {
	.vlogs-slider .block {
		height: 250px;
	}
	.vlog-main {
		float: left;
		width: 50%;
		height: 250px;
		margin-bottom: 0;
	}
	.vlog-data {
		float: left;
		width: 50%;
		height: 250px;
		padding: 0 30px;
		margin-bottom: 0;
	}
}

.vlogs-slider.owl-cf.owl-carousel .owl-nav .owl-prev {
	background: url(../images/arrow-left.png) no-repeat 0 0 !important;
	background-size: 30px 30px;
}

@media (min-width: 64em) {
	.vlogs-slider.owl-cf.owl-carousel .owl-nav .owl-prev {
		left: -7em;
		background-size: inherit;
	}
}

.vlogs-slider.owl-cf.owl-carousel .owl-nav .owl-next {
	background: url(../images/arrow-right.png) no-repeat 0 0 !important;
	background-size: 30px 30px;
}

@media (min-width: 64em) {
	.vlogs-slider.owl-cf.owl-carousel .owl-nav .owl-next {
		right: -7em;
		background-size: inherit;
	}
}

.hvlog {
   	width: 100%;
	background-repeat: no-repeat;
	background-position: right center; 
	font-family: "Montserrat-Bold";
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #79183d;
	padding: 15px;
	/*border: 10px solid #79183d;*/
}

.vlog1 {
	/*background-image: url(../images/vlog/vlog-dia.png);*/
	border-color:  #29133C;
	color: #29133C;
	border-top: 15px solid #29133C;
	border-right: 15px solid #29133C;
	border-bottom: 15px solid #29133C;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
}
.vlog2 {
	/*background-image: url(../images/vlog/vlog-abc.png);*/
	background-position: left center; 
	color: #482462;
	border-top: 15px solid #482462;
	border-left: 15px solid #482462;
	border-bottom: 15px solid #482462;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
}
.vlog3 {
    /*background-image: url(../images/vlog/vlog-te.png);*/
	background-position: right center; 
    color: #702F71;
	border-top: 15px solid #702F71;
	border-right: 15px solid #702F71;
	border-bottom: 15px solid #702F71;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;    
}
.vlog4 {
    /*background-image: url(../images/vlog/vlog-habla.png);*/
    color: #A62058;
	border-top: 15px solid #A62058;
	border-left: 15px solid #A62058;
	border-bottom: 15px solid #A62058;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;    
}
.vlog5 {
    /*background-image: url(../images/vlog/vlog-exito.png);*/
	background-position: left center; 
    color: #79183D;
	border-top: 15px solid #79183D;
	border-right: 15px solid #79183D;
	border-bottom: 15px solid #79183D;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;      
}

@media (min-width: 64em) {
    .hvlog {
    	background-repeat: no-repeat;
    	background-position: right center; 
    	font-size: 60px;
    }
}

.cf-section-blog {
    margin-bottom: 3em;
}


.nav-vlog {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    list-style: none;
}
.nav-vlog li{
    list-style: none;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.nav-vlog li a{
    font-size: 16px;color: #29133C;
    font-family: "Montserrat-Bold";
    text-decoration: none;
    padding: 10px 10px;
    text-transform: uppercase;
}
.nav-vlog li a:active, .nav-vlog li a:hover{
    background: #29133C;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}

.title-footer-principal strong {
	font-family: "Montserrat-Bold";
}

.footer-title {
	color: #FFF;
	font-size: 16px;
	text-align: left;
	font-family: "Montserrat-Bold";
	margin: 0 0 10px 0;
}

.footer-title a{
	color: #FFF;
	font-size: 16px;
	font-family: "Montserrat-Bold";
	text-decoration: none;
}
.footer-title a:hover{
	text-decoration: underline;
}
.footer-menu {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
	font-family: 'Montserrat-light';
}

.footer-menu li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat-light';
}
.footer-menu li a:hover, .footer-title a:hover{
	text-decoration: underline;
}
.footer-siguenos {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin-left: 15px;
}
.footer-search-title {
	color: #FFF; 
	font-size: 2em;
	margin: 0 0 3px 0;
	font-family: "Montserrat-Bold";
}

.btn-purple, a.btn-purple, a.btn-purple:hover {
	background-color: #A62D58; 
	color: white !important;
	border-radius: 25px;
	padding: 10px 30px;
	font-family: 'Louis';
	font-size: 16px;
}

.btn-violet, a.btn-violet, a.btn-violet:hover {
	background-color: #29133C; 
	color: white !important;
	border-radius: 25px; 
	padding: 10px 25px;
	font-family: 'Louis';
	font-size: 16px;
}
.copyright {
	font-size: 13px;
	color: white;	
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-bottom30 {
	margin-bottom: 30px;
}
.redes_f_2 {
    width: 35px;
    height: 35px;
    padding: 8px 0px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: #29133C !important;
    border-color: #29133C !important;
    margin-left: 5px;
    color: #FFF;
}


.redes_ff_2 {
    width: 35px;
    height: 35px;
    padding: 7px 9px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: #29133C !important;
    border-color: #29133C !important;
    margin-left: 5px;
}

.form-custom-input { 
	height: 45px;
	border-radius: 25px;
	text-align: center;
}

#footer {
    background: #8E113C;
	background-image: url('../../plantilla/images/franja-footer.png');
	padding: 30px 0px;
}

.franquicia-title {
	color: #79183D;
	font-family: 'Montserrat-Bold';
	font-size: 2em;
	margin-bottom: 20px;
}
.franquicia-title2 {
	color: #FFF;
	font-family: 'Montserrat-Bold';
	font-size: 40px;
}
.franquicia-title-left, .franquicia-title-right {
	color: #FFF;
	font-family: 'Montserrat-Bold';
	font-size: 40px;
}
.franquicia-title-left {
	text-align: center;
}
.franquicia-title-right {
	text-align: center;
}
.franquicia-td-celdan {
	font-size: 17px;font-weight: bold;text-align: left;
}
.franquicia-td-celda {
	font-size: 16px;text-align: left;
}
.franquicia-texto16 {
	font-family: 'Montserrat-light';
	font-size:16px;
}
@media (min-width: 64em) {
	.franquicia-title-left {
		text-align: left;
	}
	.franquicia-title-right {
		text-align: right;
	}
}

.franquicia-texto1 {
	font-size: 20px;font-family: 'Montserrat-light';color: #fff;
}
.franquicia-descripcion {
	font-size: 16px;
	text-align: justify;
	font-family: 'Montserrat-light';
}
.franquicia-raya {
	margin-top: 5px;
	border-top: 4px solid #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.franquicia-descripcion p {
	font-size: 16px;
	margin-bottom: 10px;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.franquicia-imagenes {

}
.franquicia-imagenes .item {
	width: 100%;
	height: 180px;
}
.franquicia-imagenes .item a {
	width: 100%;
	padding: 15px;
	height: 100%;
	display: block;
}
.franquicia-imagenes .item img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
@media (min-width: 48em) {
	.franquicia-imagenes {
		display: flex;
		flex-wrap: wrap;
	}
	.franquicia-imagenes .item {
		width: 50%;
		height: 230px;
	}
	.franquicia-imagenes .item img{
		height: 200px;
		object-fit: cover;
	}
}
@media (min-width: 64em) {
	.franquicia-imagenes .item {
		height: 330px;
	}
	.franquicia-imagenes .item img{
		height: 300px;
	}
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	}
	
	.video-responsive iframe,
	.video-responsive object,
	.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.franquicia-logo img {
	margin-left: auto;
	margin-right: auto;
}
.franquicia-botones {
	display: flex;
	justify-content: space-between;
}
.franquicia-botones a{
	display: block;
	padding: 15px;
}
.franquicia-botones a img {
	width: auto;
	height: 30px;
}
@media (min-width: 48em) {
	.franquicia-botones a img {
		height: 50px;
	}
}
@media (min-width: 64em) {
	.franquicia-botones a img {
		height: 70px;
	}
}
strong {
	font-family: 'Montserrat-Bold';	
}




#home-slider.owl-stage-outer {
	position: relative;
	z-index: 2;
}

#home-slider.owl-carousel .owl-nav {
	margin-top: 1em;
	position: relative;
}

@media (min-width: 64em) {
	#home-slider.owl-carousel .owl-nav {
		margin-top: 0em;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 1;
	}
}

#home-slider.owl-carousel .owl-nav>div {
	width: 65px;
	height: 90px;
	padding: 0;
	margin: 0 5px;
	text-indent: -5000px;
}

@media (min-width: 64em) {
	#home-slider.owl-carousel .owl-nav>div {
		margin: 0 0 0 1px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

#home-slider.owl-carousel .owl-nav .owl-prev {
	background: url(../images/arrow-left.png) no-repeat 0 0;
}

@media (min-width: 64em) {
	#home-slider.owl-carousel .owl-nav .owl-prev {
		left: 1em;
	}
}

#home-slider.owl-carousel .owl-nav .owl-next {
	background: url(../images/arrow-right.png) no-repeat 0 0;
}

@media (min-width: 64em) {
	#home-slider.owl-carousel .owl-nav .owl-next {
		right: 1em;
	}
}


.read-more {
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
	background: #29133C;	
	font-size: 22px;
	font-family: "Montserrat-Bold";
	color: #fff;
    text-decoration: none;
    padding: 20px 40px 20px 0;
	text-transform: uppercase;	
	position: relative;
	display: table;
}


.read-more:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	background: #29133C;
}

.contenido, .contenido p {
	text-align: justify;
}

.cf-title-novedad{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background: rgba(41,26,61,0.5);
}

@media (min-width: 48em) {
    .cf-title-novedad{
        font-size: 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 64em) {
    .cf-title-novedad{
        font-size: 45px;
        margin-bottom: 80px;
    }
}

.cabecera {
	background: #79183D;
	font-family: 'Montserrat-Bold';
	font-size: 2em;
	color: #fff;
	padding: 3em 1em 1.5em;
	display: block;
	text-align: center;
}
.cabecera2 {
	background: #79183D;
	font-family: 'Montserrat-Bold';
	font-size: 2em;
	color: #fff;
	padding: 3em 1em 1.5em;
	display: block;
	text-align: center;
}

.cabeceradesktop, .cabeceradesktop2 {
	display: none;
}
@media (min-width: 48em) {
	.cabecera {
		display: none;
	}
	.cabeceradesktop {
		display: block;
		height: 20%;
	}
	.cabeceradesktop2 {
		display: block;
		height: 40%;
	}
}
@media (min-width: 64em) {
	.cabeceradesktop {
		height: 45%;
	}	
	.cabeceradesktop2 {
		height: 100%;
	}	
}

.cabecera-evento {
	background-color: #79183D;
	background-position: center 5em;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	height: 45%;
}
@media (min-width: 48em) {
	.cabecera-evento {
		background-position: center top;
		background-size: cover;
		height: 45%;
		padding: 0;
	}
}
@media (min-width: 64em) {
	.cabecera-evento {
		height: 100%;
	}
}
.evento-titulo {
	color: #FFF;font-size: 40px;font-family: 'Montserrat-Bold';margin-bottom: 30px;
}
.evento-titulo2 {
	color: #79183D;font-size: 40px;font-family: 'Montserrat-Bold';margin-bottom: 30px;
}



.membresia-titulo {
	font-family: 'Montserrat-Bold';
	font-size: 1.5em;
	color: #79183D;
	text-align: center;
}

@media (min-width: 64em) {
	.membresia-titulo {
		display: none;
	}
	.membresia-form {
		margin: 70px 0 0 0
	}
}

.section-intenal-noticia-c{
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;

}
@media (min-width: 48em) {
  .section-intenal-noticia-c{
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 45%;
    }  
}

@media (min-width: 64em) {
  .section-intenal-noticia-c{
    height: 65%;
    }  
}
