@charset "UTF -8";

/* CSS Document 

Author Name:themeperch
Author URI:http://themeforest.net/user/themeperch?ref=themeperch
Creation Date:15/12/2016
Description:A default stylesheet for Golfarea Sports Responsive Landing Page.

------------ TABLE OF CONTENT ------------- 
1 GENERAL
	1.1 HEADING STYLE 
	1.2 INPUT TYPE STYLE
	1.3 BUTTON STYLE
	1.4 PADDING AND SPACING
	1.5 OVERLAY AND BACKGROUND-COLOR,COLOR
	1.6 TRANSITION

2 SECTION TITLE
3 HEADER AREA
	3.1 SIDEBAR MENU AND SEARCH
	3.2	INDIVSUAL EFFECT OFF-CANVAS MENU
	3.3	HEADER SLIDER

4 ABOUT US
5 SERVICES AREA
6 PRICING TABLE
	6.1 MEMBERSHIP FAQ

7 FEATURED AREA
	7.1 FEATURED SLIDE CONTROL
	7.2	BLOB,COACH SLIDE CONTROL

8 COACHE AREA 
9 COUNTDOUN
10 BLOG AREA 
	10.1 BLOG SINGLE PAGE
	
11 TESTIMONIAL AREA 
12 SUBSCRIBE
13 MAILTO SECTION
14 CONTACT US
15 FOOTER

*/

/* ================================= */
/* ------------1 GENERAL ------------ */
/* ================================= */

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothicRegular.eot');
    src:
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothicRegular.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg') format('svg');
}
@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src:
         url('../fonts/CenturyGothic-Bold.woff') format('woff'),
         url('../fonts/GOTHICB0.ttf') format('truetype'),
         url('../fonts/CenturyGothic-Bold.svg') format('svg');
}
@font-face {
    font-family: 'All Star Resort';
    src: url('../fonts/All Star Resort.eot');
    src:
         url('../fonts/Allstar-Regular.woff') format('woff'),
         url('../fonts/All Star Resort.ttf') format('truetype'),
         url('../fonts/Allstar-Regular.svg') format('svg');
}
@font-face {
    font-family: 'BeTrueToYourSchool';
    src: url('../fonts/BeTrueToYourSchool-Regular.eot');
    src:
         url('../fonts/CenturyBeTrueToYourSchool-Regular.woff') format('woff'),
         url('../fonts/BeTrueToYourSchool-Regular.ttf') format('truetype'),
         url('../fonts/BeTrueToYourSchool-Regular.svg') format('svg');
}
body{
	color: #4e4e4e;
    font-family: "Century Gothic", sans-serif;
    line-height: 1.6;
    font-size: 16px;
}
.pricing-table .price-head h2{
	font-family: "Century Gothic", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Century Gothic", sans-serif;
}
p{
	margin-bottom: 30px;
}
a{
	color: #888888;
}
a:hover,
a:focus{
	text-decoration: none;
	outline: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
section{
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}

/*1.1 HEADING STYLE*/
h1, h2, h3, h4{
	margin: 0 0 20px;
}
h1 {
    font-size: 48px;
    line-height: 52px;
    color: #222;
}
h2 {
    font-size: 41px;
    line-height: 46px;
    color: #222;
}
h3 {
    font-size: 33px;
    line-height: 36px;
    color: #222;
}
h4 {
    /*font-size: 22px;*/
    font-size: 34px;
    line-height: 32px;
    color: #222;
}
h5 {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 16px;
}
.large{
    /*font-size: 18px;*/
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300 !important;
}
/*1.2 INPUT TYPE STYLE*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(132, 196, 59, 1);
  outline: 0 none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	border-radius: 3px;
    border: solid 1px #E6E9EA;
    padding: 10px 15px;
    margin-bottom: 20px;
    max-height: 127px;
    width: 100%;
    box-shadow: none;
    max-width: 100%;
    line-height: 25px;
    display: block;
}
 textarea{
 	resize: none;
 }
 button,
 input[type="submit"],
 input[type="reset"]{
 	padding: 10px 15px;
    border-radius: 3px;
    width: 100%;
    line-height: 25px;
    border: 1px solid #fff;
    color: #fff;
 }

/*1.3 BUTTON STYLE*/
.btn {
	/*border-radius: 3px;*/
	/*-webkit-border-radius: 3px;*/
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	display: inline-block;
	border: 2px solid;
}
.button-group .btn:last-child {
    margin-left: 10px;
}
.btngroup .btn:last-child {
    margin-right: 0;
}
.btn-sm{
	padding: 0 20px;
	line-height: 30px;
}
.btn-lg{
	padding: 0 40px;
	line-height: 45px;
	font-size: 14px;
}
.btn:hover,
.btn:focus{
	background-color: transparent;
}
.btn-round{
	border-radius: 50px;
}
.btn-outline{
	background-color: transparent !important;
}
.btn-outlin:hover{
	background-color: #68B90B;
	color: #fff;
}
.color-bg .btn{
	border-color: #fff;
}
.color-bg .btn:hover,
.color-bg .btn:focus{
	background-color: #fff;
	border-color: #fff;
}
.dark-bg .btn:hover,
.dark-bg .btn:focus,
.overlay .btn:hover,
.overlay .btn:focus{
	color: #fff;
}

/*1.4 PADDING AND SPACING*/
.padding-top-bottom-extra-large{
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-top-bottom-large{
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-bottom-small{
	/*padding-top: 50px;
	padding-bottom: 50px;*/
    padding-top: 65px;
	padding-bottom: 65px;
}
/*
.padding-top-large{
	padding-top: 20px;
}*/
.padding-bottom-large{
	padding-bottom: 120px;
}
.top-padding-only{
	padding-bottom: 0;
}
.bottom-padding-only{
	padding-top: 0;
}
.no-padding{
	padding-top: 0;
	padding-bottom: 0;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-right-zero{
	padding-right: 0;
}

/*1.5 OVERLAY AND BACKGROUND-COLOR,COLOR*/
.alt-bg,
.pricing-table .price-body ul li:nth-child(2n+1),
.social-media-icon li a{
	/*background-color: #f9f9f9;*/
}
.dark-bg{
    background-image: url(../img/Back-Azul-01.jpg);
	/*background-size: 56% auto;*/
	background-repeat: no-repeat;
	/*background-position: left top;*/
    background-size: cover;
    background-position: center;
}

.dark-bg-v2{
    background-image: url(../img/perfil-medico-cirujano-full.jpg);
	/*background-size: 56% auto;*/
	background-repeat: no-repeat;
	/*background-position: left top;*/
    background-size: cover;
    background-position: center;
        background-position-y: -60px;
}

.dark-bg-v3{
    background-image: url(../img/perfil-estudiante-full.jpg);
	/*background-size: 56% auto;*/
	background-repeat: no-repeat;
	/*background-position: left top;*/
    background-size: cover;
    background-position: center;
        background-position-y: -85px;
}

.overlay{
	position: relative;
	overflow: hidden;
}
.overlay > *{
	z-index: 2;
	position: relative;	
}
.overlay:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	/*background-color: rgba(0,0,0, 0.5);*/
}
.light-overlay:before{
	background-color: rgba(255,255,255, 0.5);
}
.blog-post-pagination li a:hover,
.blog-post-pagination li a.active,
a.scroll-top:hover,
a.scroll-top,
a.view-details:hover,
.social-media-icon li a:hover,
.coache-content h3 a,
.coache-content span a,
.heading-text,
.header-nav ul a,
.tagcloud a:hover,
.info-details h3,
.info-details span,
.film a, .film a:hover, .film a:focus, .graph a, .graph a:hover, .graph a:focus,
.color-bg h1, .color-bg h2, .color-bg h3, .color-bg h4, .color-bg h5, .color-bg h6,
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg-v2 h1, .dark-bg-v2 h2, .dark-bg-v2 h3, .dark-bg-v2 h4, .dark-bg-v2 h5, .dark-bg-v2 h6,
.dark-bg-v3 h1, .dark-bg-v3 h2, .dark-bg-v3 h3, .dark-bg-v3 h4, .dark-bg-v3 h5, .dark-bg-v3 h6,
.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay h6,
.overlay > *, .color-bg, .color-bg > *, .dark-overlay,
.dark-overlay > *,
.color-overlay,
.color-overlay > *,
.dark-bg,
.dark-bg-v2,
.dark-bg-v3,
.dark-bg > *,
.dark-bg .header-nav,
.dark-bg .header-nav li a,
.sticky-wrapper:not(.is-sticky) .transparent-bg .header-nav li a,
.sticky-wrapper:not(.is-sticky) .transparent-bg .header-nav{
	color: #fff;
}

/*1.6 TRANSITION*/
a,
.btn,
.full-size-video:after,
.header-video a,
.search span,
.sidebar-menu-icon span,
.pricing-table .price-head h2,
.post-list.owl-theme .owl-nav div,
.coache-list.owl-theme .owl-nav div,
.post-image-slide.owl-theme .owl-nav div,
.features-content-image-list.owl-theme .owl-nav div,
.read-more i,
.features-menu-list ul li a,
.blog-post-pagination li a,
.recent-posts ul a:hover,
.categories li a:hover,
a.scroll-top,
.tagcloud a,
.header-area,
.panel > a.collapsed::after ,
.post-image-holder img,
.features-single-content ul li:after,
.features-single-content ul li,
.price-single,
.price-body ul li:nth-child(2n+1),
.coache-content,
.coache-image-holder img,
.social-media-icon li a,
.coache-content h3 a,
.coache-content span a,
.film,  
.graph,
.blog-post-content a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.display-flex{
	display: flex;
}
.vertical-align-middle{
	align-items: center;
}

/* ================================= */
/* ------------2 SECTION TITLE-------- */
/* ================================= */

.title{
	/*margin: 0 auto 50px;*/
    margin: 0 auto 70px;
	/*max-width: 800px;*/
    max-width: 1000px;
	text-align: center;
}
.title p:last-child{
	margin-bottom: 0;
}
.title h2{
}
.subscribe-title h3{
	margin-bottom: 0;
}
.title .shape{
    margin: 0 auto 17px;
}
.shape {
    clear: both;
    height: 2px;
    width: 80px;
    margin-bottom: 17px;
}

/* ================================= */
/* ------------3 HEADER AREA ---------- */
/* ================================= */

/* --------3.1 SIDEBAR MENU AND SEARCH ---- */
.logo-are .social-media-icon{
	padding: 6px 0;
}
.logo{
	margin-bottom: 0;
	line-height: 32px;
}
.search-inner {
	background-color: rgba(0,0,0,.9);
	height: 100%;
	right: 0;
	margin: 0 auto;
	padding-top: 300px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	display: none;
	transform: skewX(180deg);
}
.search-inner.open{    
    transform: skewX(0deg);
}
.search-inner.off{
	transform: skewX(180deg);
}
.search-off {
    color: #fff;
    cursor: pointer;
    font-size: 86px;
    position: absolute;
    right: 5%;
    top: 15%;
}
.search-off:hover {
    color: #fff;
}
.search-form {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	max-width: 700px;
}
.search-form i{
	color: #fff;
	position: absolute;
	right: 27px;
	top: 16px;
	cursor: pointer;
}
.search-inner form input[type="text"] {
	background-color: transparent;
	border: none;
	border-radius: 0;
	float: left;
	margin: 0;
	width: 100%;	
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
}
.search-inner form input[type="submit"] {
	background-color: transparent;
	float: left;
	margin: 0;
	position: absolute;
	right: 0;
	text-indent: -999999px;
	width: 10%;
	border: none;
}
.search{
	width: 75%;
	float: left;
}
.search span{
	cursor: pointer;
	display: block;
	font-size: 30px;
	line-height: normal;
	width: 100%;
}
.sidebar-menu-icon span {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 25px;
	line-height: normal;
	text-align: right;
	width: 25%;
}
.menu-off{
	color: #fff;
	font-size: 60px;
	position: absolute;
	right: 10px;
	top:-10px;
	cursor: pointer;
}
.sidebar-container {
	position: relative;
	overflow: hidden;
}
.sidebar-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.sidebar-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.5);
	content: '';
	opacity: 0;
	z-index: 9999;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.sidebar-menu-open .sidebar-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	visibility: hidden;
	max-width: 300px;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sidebar-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sidebar-menu-open .sidebar-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.sidebar-menu h4 {
	margin: 0;
	padding: 20px;
}
.sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-menu ul .dropdown {
	opacity: 0.8;
	width: 100%;
	z-index: 9999999;
	background-color: #111;
	display: none;
}
.sidebar-menu ul .dropdown li a:hover{
	background: rgba(0,0,0,1);
}
.sidebar-menu ul li{
	width: 100%;
	position: relative;
}
.sidebar-menu ul li > span{
	cursor: pointer;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}
.sidebar-menu ul li.parent > span{
	display: block;
}
.sidebar-menu ul li.showdropdown > ul{
	left: 0;
}
.sidebar-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.sidebar-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.sidebar-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/*------3.2 INDIVSUAL EFFECT OFF-CANVAS MENU -----*/
.sidebar-effect.sidebar-menu {
	visibility: visible;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.sidebar-effect.sidebar-menu-open .sidebar-effect.sidebar-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sidebar-effect.sidebar-menu::after {
	display: none;
}

/* --------3.3 HEADER SLIDER -------- */
.header-slider{
	background: url("../img/slider/1.jpg") no-repeat scroll center center / cover ;
	min-height: 600px;
	position: relative;
}
.header-content{
	max-width: 930px;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: 230px 0;
}
.header-content p{
	margin-bottom: 20px;
}
.header-video a {
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 30px;
	height: 80px;
	line-height: 75px;
	margin: 0 auto 20px;
	padding-left: 7px;
	width: 80px;
}
.header-video a:hover {
	background: #ffffff;
}
.heading_menu li:last-child {
	padding-left: 10px;
}
.heading_menu li {
    padding: 0;
}
.heading_menu li a {
    padding: 0 10px;
    color: #fff;
}
#header-fixed-sticky-wrapper{
	position: absolute;
	width: 100%;
	z-index: 99;
}
.header-area{
	padding: 30px 0;	
}
.header-area:not(.dark-bg){
	background-color: #fff;
}
.sticky-wrapper:not(.is-sticky) .transparent-bg{
	background-color: transparent;
}
.sticky-wrapper.is-sticky .header-area{
	padding: 15px 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 1px 8px -5px gray;
	-webkit-box-shadow: 0 1px 8px -5px gray;
}
.is-sticky .logo-area{
	z-index: 999;
}

/* ================================= */
/* -----------4 ABOUT US ---------- */
/* ================================= */
.about-us-content{
	/*padding-bottom: 75px;
	padding-top: 75px;*/
    padding-bottom: 50px;
	padding-top: 50px;
}
.about-img-bg{
	background-image: url(../img/convocatoriainscripcion.jpg);
	/*background-size: 56% auto;*/
	background-repeat: no-repeat;
	/*background-position: left top;*/
    background-size: cover;
    background-position: center;
    background-position-x: -75px;
}


.about-img-bg2{
	background-image: url(../img/perfil-estudiante.jpg);
	/*background-size: 51% auto;
	background-repeat: no-repeat;
	background-position: left top;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-us-content p{
	margin-bottom: 0;
}
.signature{
	padding-top: 20px;
}
.about-us-content .social-media-icon{
	/*padding-top: 20px;*/
}
.founder{
	padding-top: 20px;
}

/* ================================= */
/* ---------5 SERVICES AREA ---------- */
/* ================================= */
.services-area {
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.services-area .overlay::before {
	/*background-color: rgba(29, 101, 159, 0.75);*/
    background-image: url('../Back-Transparencia1.jpg');
    opacity: .75;   
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
}
.services-image-holder {
}
.services-list {
	padding-left: 30px;
	padding-right: 30px;
}
.services-area2 .services-list {
	padding-left: 45px;
}
.services-item .services-icon {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px
}
.services-content {
	display: inline-block;
	width: 75%;
}
.services-content span{
	display: inline-block;
	margin-bottom: 5px;
}
.services-stack .services-item {
	margin-top: 20px;
}
.services-stack .services-item:first-child{
	margin-top: 0;
}
.services-stack .services-item p{
	margin-bottom: 0;
}
.services-content h4{
	margin-bottom: 10px;
}

/* ================================= */
/* --------6 PRICING TABLE ---------- */
/* ================================= */
.pricing-table .price-head h2 {
    display: block;
    font-size: 70px;
    padding: 30px 0;
}
.price-head h3{
	margin-bottom: 5px;
}
.pricing-table .price-head sup {
    left: 15px;
    font-size: 42px;
    position: relative;
}
.pricing-table .price-head h2 span {
    display: block;
    font-size: 16px;
}
.price-head p{
	margin-bottom: 20px;
}
.price-single{
	padding: 30px;
	border:1px solid rgba(0,0,0,.1);
}
.pricing-table .price-body ul li{
    padding: 10px;
}
.pricing-table .price-body .btn{
    margin-top: 20px;
}
.pricing-table .price-body{
    
}

/* --------6.1 MEMBERSHIP FAQ ---------- */
.accordion-area {
    position: relative;
}
.accordion-item .panel {
    background-color: #ddd;
    border-radius: 0;
}
.accordion-item .panel p {
    background-color: #fafafa;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.panel {
    box-shadow: none;
    border: 0;
    margin-bottom: 20px;
}
.accordion-item .panel:last-child{
	margin-bottom: 0;
}
.panel > a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 50px 10px 20px;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    color: #4e4e4e;
}
.panel > a:hover,
.panel > a:focus{
	color: #4e4e4e;
}

.panel > a.collapsed {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.panel > a.collapsed::after {
    content: "+";
    font-family: fontawesome;
    font-weight: 600;
    font-size: 28px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    color: #222;
    background-color: #ddd;
    border-left: 1px solid #d8caca;
}
.panel > a::after {
    content: "";
    font-family: fontawesome;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    width: 50px;
    line-height: 40px;
    text-align: center;
}
.panel > a::before {
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	content: "";
	height: 0;
	position: absolute;
	right: 18px;
	top: 19px;
	width: 15px;
	z-index: 9;
}
.project-start{
	background: url(http://placehold.it/1350x465) no-repeat center center / cover;
	background-attachment: fixed;
}

/* ================================= */
/* --------7 FEATURED AREA ---------- */
/* ================================= */
.features-menu-list{
	margin-bottom: 30px;
}
.features-menu-list ul {
	display: table;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.features-menu-list ul li {
    display: table-cell;
    flex: 1 1 0;
    margin: 0;
    position: relative;
    border-top: 3px solid transparent;
}
.features-menu-list ul li.active {
	border-top: 3px solid;
}
.features-menu-list li.active {
	/*background: #f6f6f6;*/
    background: rgba(43, 195, 249, .65);
}
/*.features-menu-list ul li.active:before{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f1f4f2 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}*/
.features-menu-list ul li:after {
	background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
	content: "";
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
}
.features-menu-list ul li:last-child:after{
	background: none;
}
.features-menu-list ul li a {
    display: block;
    padding: 30px 0;
    font-size: 27px;
    color: #222;
}
.features-menu-list ul li a i{
	font-size: 70px;
}
.features-menu-list ul li a span{
	display: block;
	margin-top: 10px;
}
.features-single-content ul li{
	font-size: 16px;
	display: block;
	padding-left: 30px;
	padding-bottom: 10px;
	position: relative;
}
.features-single-content{
	position: relative;
}
.features-single-content ul li:last-child{
	padding-bottom: 20px;
}
.features-single-content p{
	margin-bottom: 20px;
}
.features-single-content ul li:after{
	position: absolute;
	left: 10px;
	top: 0;
	content: "\f101";
	font-family: fontawesome;
}
.features-single-content ul li:hover:after{
	padding-left: 5px;
}
.features-single-content ul li:hover{
	padding-left: 35px;
}
.features-content-image-list{
	position: relative;
}

/* --------7.1 FEATURED SLIDE CONTROL ---------- */
.swiper-slider-2 .slide-next{
	right: -60px;
} 
.swiper-slider-1 .slide-next {
	right: 14px;
}
.swiper-slider-2 .slide-prev {
	left: -60px;
}
.swiper-slider-1 .slide-prev {
	left: 14px;
}
.swiper-slider-2 .slide-next, 
.swiper-slider-2 .slide-prev,
.swiper-slider-1 .slide-next, 
.swiper-slider-1 .slide-prev {
	background: rgba(0,0,0,.5);
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 40px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 45%;
	transition: all 0.3s ease-in-out 0s;
	width: 40px;
	z-index: 5;
}

/* --------7.2 BLOB,COACH SLIDE CONTROL ---------- */
.post-list.owl-theme .owl-nav div,
.coache-list.owl-theme .owl-nav div,
.post-image-slide.owl-theme .owl-nav div,
.features-content-image-list.owl-theme .owl-nav div {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	margin: -25px 0 0;
	padding: 0;
}
.post-list.owl-theme .owl-nav .owl-next,
.coache-list.owl-theme .owl-nav .owl-next,
.post-image-slide.owl-theme .owl-nav .owl-next,
.features-content-image-list.owl-theme .owl-nav .owl-next {
	left: auto;
}
.post-image-slide.owl-theme .owl-nav div,
.features-content-image-list.owl-theme .owl-nav div {
	left: 30px;
}
.post-image-slide.owl-theme .owl-nav .owl-next,
.features-content-image-list.owl-theme .owl-nav .owl-next {
	right: 30px;
}
.post-list:hover.owl-theme .owl-nav div,
.coache-list:hover.owl-theme .owl-nav div{
	opacity: 1;
}
.post-list.owl-theme .owl-nav div,
.coache-list.owl-theme .owl-nav div{
	left: -70px;
	opacity: 0;
}
.post-list.owl-theme .owl-nav .owl-next,
.coache-list.owl-theme .owl-nav .owl-next{
	right: -70px;
}
.features-content-image-list.owl-theme .owl-dots{
	margin-top: 0;
	display: none !important;
}
.owl-theme .owl-dots{
	margin-top: 30px;
}

/* ================================= */
/* --------8 COACHE AREA ---------- */
/* ================================= */
.single-coache {
    position: relative;
    overflow: hidden;
}
.coache-content {
    bottom: -144px;
    left: 0;
    position: absolute;
    padding: 30px;
}
.coache-content.dark-bg{
	opacity: .8
}
.coache-content h3{
	margin-bottom: 10px;
}
.coache-content p{
	font-size: 14px;
	margin-bottom: 10px;
}
.coache-content span{
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
}
.single-coache:hover .coache-image-holder img {
	transform: scale(1.05);
}
.single-coache:hover .coache-content {
    bottom: 0 !important;
}
.single-coache:hover .coache-content.dark-bg{
	opacity: 1;
}
.contact-information li:last-child{
	padding-bottom: 0;
}
.social-media-icon li a {
    color: #fff;
    display: block;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
    width: 35px;
    font-size: 25px;
}
.social-media-icon li a.facebook:hover{
	color: #4867AA;
}
.social-media-icon li a.twitter:hover{
	color: #289DF9;
}
.social-media-icon li a.google-plus:hover{
	color: #BA3526;
}
.social-media-icon li a.linkedin:hover{
	color: #006599;
}
.social-media-icon li a.skype:hover{
	color: #00AEEE;
}
.social-media-icon li > i {
    font-size: 30px;
    position: relative;
    top: 9px;
}
.owl-carousel .owl-stage{
	overflow: hidden;
}

/* ================================= */
/* --------9 COUNTDOUN ---------- */
/* ================================= */
.progress-item{
	position: relative;
	/*padding-left: 110px;*/
}
.progress-item h4{
	margin-bottom: 0;
}
.progress-icon {
	font-size: 80px;
	line-height: 80px;
	/*position: absolute;*/
	left: 0;
	top: -5px;
    padding-bottom: 3%;
}
.progress-icon i{
	vertical-align: middle;
}
.progress-item span{
	display: block;
	font-size: 18px;
	/*text-align: left;*/
	overflow: hidden;
}
.counter {
	font-size: 40px;
	line-height: 50px;
	/*text-align: left;*/
	overflow: hidden;

}
/* ================================= */
/* -----------10 BLOG AREA ---------- */
/* ================================= */
.about-header{
	background: url("http://placehold.it/1350x300") no-repeat scroll center center / cover ;
	padding: 100px 0;
}
.post-image-holder{
	overflow: hidden;
}
.single-post-item:hover .post-image-holder img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	 transform: scale(1.1);
}
.single-post-item{
	position: relative;
	overflow: hidden;
}
.film,  
.graph {   
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 24px;
	opacity: 0;
}
.single-post-item:hover .film, .graph {
	transform: scale(1.1);
	opacity: 1;
}
.film a,
.graph a{
	display: block;
	width: 50px;	
	height: 50px;
	line-height: 50px;	
	text-align: center;
}
.blog-post-content{
	padding: 0 30px 30px;
}
.blog-post-content ul {
    margin: 20px 0;
}
.blog-post-content li a {
    color: #888;
    font-size: 15px;
    font-style: italic;
}
.blog-post-content li a img{
	margin-right: 10px;
}
.blog-post-content li a i {
    font-size: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    transform: scale(.9);
    -webkit-transform: scale(.9);
}
.blog-post-content h4 a {
	color: #222;
}
.blog-post-content p:last-child,
.blog-post-content p{
	margin-bottom: 0;
}
.read-more {
    margin-top: 10px;
    display: inline-block;
}
.blog-post-pagination li a {
    color: #888;
}
.read-more i{
	padding-left: 5px;
}
.read-more:hover i{
	padding-left: 15px;
}

/*10.1 BLOG SINGLE PAGE*/
.blog-single{
	padding: 100px 0;
}
.blog-single article{
	margin-bottom: 60px;
}
.blog-single .blog-post-content{
	padding-bottom: 60px;
}
.blog-post-content .blog-post-qotue p {
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.blog-post-qotue {
	border-radius: 5px;
	padding: 25px;
	margin: 20px 0;
	background-color: #eee;
	position: relative;
}
.blog-post-content .blog-post-qotue:after {
	color: rgba(0, 0, 0, 0.1);
	content: "“";
	font-family: "Century Gothic", sans-serif;
	font-size: 180px;
	left: 40%;
	position: absolute;
	top: -12px;
	width: 100%;
}
.responsive-video iframe {
	width: 100%;
	border: none;
}
.about-author{
	margin-bottom: 0;
}
.author-info {
    margin-bottom: 64px;
    margin-top: 26px;
    overflow: hidden;
}
.author-info .author-desc{
	margin-left: 120px;
}
.blog-second-post {
    margin-top: 50px;
}
.comment li {
    padding: 0;
}
.comment li:last-child {
    border-right: 0 none;
}
.author-info-image {
	float: left;
	margin-right: 20px;
}
.author-info .author-title {
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 16px;
}
.author-info ul li a {
	font-size: 14px;
	text-transform: uppercase;
}
.author-desc .author-title a {
	padding-left: 5px;
	padding-right: 5px;
	text-transform: capitalize;
	color: #222;
}
.author-desc .author-title a i{
	margin-right: 5px
}
.author-title strong {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
}
.author-desc .reply a {
    border-right: 1px solid;
    padding: 0 10px 0 0;
}
.author-desc p:last-child {
    margin-bottom: 0;
}
.comment-title {
    margin-bottom: 30px;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-info {
    display: block;
    margin-top: 30px;
    overflow: hidden;
}
.comment-info img {
    min-width: 94px;
    min-height: 94px;
}
.comment-info .author-desc {
    margin-left: 120px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
}
.comment-info .author-title {
    line-height: 16px;
    margin-bottom: 20px;
}
.author-info ul li {
	padding: 0 9px;
}
.comment-list .children {
    list-style: outside none none;
    padding-left: 90px;
}
.blog-single-comment-form .form-control {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-single-image-holder>img {
    height: 100%;
    width: auto;
}
.blog-single-comment-form {
    margin-top: 80px;
}
.blog-single-comment-form h4{
	margin-bottom: 26px;
}
.blog-single-comment-form textarea {
    min-height: 200px;
}
.blog-search form {
	position: relative;
}
.blog-search input[type="text"]{
	float: left;
	width: 80%;
	border-radius: 3px 0 0 3px;
}
.blog-search input[type="submit"] {
	border-radius: 0 3px 3px 0;
	float: left;
	text-indent: -999px;
	width: 20%;
}
.blog-search form i {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 7%;
	top: 13px;
	color: #fff;
}
.widget {
	margin-bottom: 50px;
	padding: 0 30px;
}
.widget h4{
	margin-bottom: 20px;
}
.categories li {
	padding-bottom: 10px;	
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.categories li:last-child{
	border-bottom: 0;
}
.categories li a {
	color: #888;
	display: block;
}
.widget ul.categories a i {
	font-size: 20px;
}
.sidebar-wrap-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 30px;
}
.recent-posts-image {
	float: left;
	height: 70px;
	margin-right: 15px;
	position: relative;
	width: 100px;
}
.recent-posts-image img{
	height: 100%;
	width: 100%;
}
.recent-posts ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.recent-posts ul li {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recent-posts ul li:first-child {
    padding-top: 0;
}
.recent-posts ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.recent-posts ul a {
	line-height: 22px;
}
.recent-posts ul a h5 {
	margin-top: 0;
}
.post-meta {
	display: block;
	font-style: italic;
	font-size: 14px;
}
.tagcloud a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
	padding: 4px 12px;
	font-size: 14px;
	color: #888;
}

/* ================================= */
/* ------11 TESTIMONIAL AREA --------- */
/* ================================= */
.testimonial-area{
	background: url("http://placehold.it/1350x665") no-repeat scroll center center / cover; 
	background-attachment: fixed;
}
.authore-content{
	padding: 20px;
}
.testimonial-quote {
	padding: 0 50px 30px;
	position: relative;
}
.testimonial-thumbnail {
    display: inline-block;
}
.client-surname {
    padding-top: 10px;
    margin-bottom: 0;
}
.testimonial-quote p {
    font-size: 30px;
    font-style: italic;
    margin: 0;
    font-family: "Century Gothic", sans-serif;
}
.testimonial-quote:after {
	content: ",,";
	font-family: "Century Gothic", sans-serif;
	font-size: 70px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: -55px;
}
.testimonial-quote:before{
	content: ",,";
	font-family: "Century Gothic", sans-serif;
	font-size: 70px;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: -5px;
	transform: rotate(180deg);
}

/* ================================= */
/* -----------12 SUBSCRIBE --------- */
/* ================================= */
.subscribe-text span {
	font-size: 40px;
	margin-right: 20px;
	position: relative;
	top: 6px;
}
.subscribe-text{
	margin-bottom: 0
}
.subscribe-form input[type="text"] {
	border-radius: 3px 0 0 3px;
	float: left;
	width: 80%;
	margin: 0;
	background-color: transparent;
}
.color-bg .subscribe-form input[type="text"]:focus{
	border-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(255, 255, 255, .6);
}
.subscribe-form input[type="submit"] {
	border-radius: 0 3px 3px 0;
	line-height: 25px;
	width: 20%;
}
.color-bg .subscribe-form input[type="submit"]{
	background-color: #fff;
	border-color: #fff;
}

/* ================================= */
/* ------13 MAILTO SECTION --------- */
/* ================================= */
.mailto-area{
	background: url(http://placehold.it/1350x600) no-repeat center center / cover;	
	background-attachment: fixed;
}
.mailto a {
    font-size: 70px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 25px;
}
.mailto h2 {
    margin-bottom: 10px;
}
.mailto h4{
	margin: 0;
}

/* ================================= */
/* ------14 CONTACT US --------- */
/* ================================= */
.contact-information {
	padding: 30px;
}
.contact-information li {
	padding-bottom: 15px;
	display: block;
	clear: both;
}
.contact-information ul li span {
	float: left;
	font-size: 30px;
    margin: -8px 16px 3px -9px;
	min-width: 30px;
}
.contact-us textarea{
	min-height: 192px
}

/* ================================= */
/* ------------15 FOOTER ------------ */
/* ================================= */
/*footer{
	border-top: 2px solid;
}*/
a.scroll-top{
	bottom: 0;
	display: block;
	font-size: 35px;
	height: 50px;
	line-height: 55px;
	position: fixed;
	left: 0;
	text-align: center;
	width: 50px;
	z-index: 999999;
	border: 2px solid;
}
a.scroll-top:hover {
  background-color: transparent;
  border: 2px solid;
}
footer .copy {
    margin: 0;
    margin-top: 12%;
}
.logo span {
    font-weight: 700;
}
.logo a{
	color: #fff;
}
footer .logo{
	margin-bottom: 30px;
}
footer .social-media-icon{
	margin-bottom: 20px;
}

.colorAzul{
    color: #2BC3F9 !important;
}

.colorMorado{
    color: #1D659F !important;    
}

.colorVerde{
    color: #008490 !important;
}

.colorOro{
    color: #e74d1a !important;
}

.btn-morado{
    background-color: #1D659F !important;
    border-color: #1D659F !important;
}

.btn-verde{
    background-color: #1a659e !important;
    border-color: #1a659e !important;
}

.btn-verde:hover{
    background-color: transparent !important;
    color: #1a659e !important;
}

.btn-verde:focus{
    color: #fff !important;
}

.btn-oro{
    background-color: #1a659e !important;
    border-color: #1a659e !important;
    padding: 0 40px;
}

.btn-oro-azul{
    background-color: #fff !important;
    border-color: #fff !important;
    padding: 0 40px;
    color: #1a659e;
}

.btn-oro-azul:hover{
    background-color: #1a659e !important;
    border-color: #fff !important;
    padding: 0 40px;
}

.btn-oro:hover{
    background-color: transparent !important;
    color: #1a659e  !important;
}

.bold{
   font-weight: bold !important;
}

.size27{
    font-size: 27px;
}

.size18{
    font-size: 18px;
    font-weight:300;
}

.textWhite{
    color: #fff !important;
}

.list-square{
    list-style: square;
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
}

.list-square2{
    list-style: square;
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
}
/*
.list-square li::before{
     content: "■";
 color: #2BC3F9 !important;
    padding: 0 10px;
}
*/
.lista-padding-30{
    padding: 0 30px;
}

.text-justify{
    text-align: justify;
}

.margin-Conv{
    margin-left: 20px;
}

.no-margin-bottom{
    margin-bottom: 0px !important;
}

.no-padding-bottom{
    padding-bottom: 0px !important;
}

.font-size-16{
    font-size: 24px;
    font-weight: 300;
}

.padding-2{
    padding: 2% 0;
}

.margin-bottom-6{
    margin-bottom: 2%;
}

.line-height-17{
    line-height: 17px;
}

.line-height-22{
    line-height: 25px;
}

.font-size-13{
    font-size: 18px;
    font-weight: 300;
}

.font-size-24{
    font-size: 30px;   
}

.font-size-18{
    font-size: 18px; 
    letter-spacing: 1px;
}

.font-size-22{
    font-size: 30px;   
}

.font-size-20{
    font-size: 20px; 
    line-height: 22px;
}

.size-22{
    font-size: 22px;
}


.btn-header{
    line-height: 25px;
    border-radius: 0px;
}

.img-header{
    /*max-width: 140%;*/
    max-width: 180%;
    height: auto;
    margin-left: -55%;
}

.header-nav .menu{
    margin-top: 5%;
}

.textBlack{
    color: #000 !important;
}

.mt-10{
    margin-top: 13%;
}

.mt-7{
    margin-top: 11%;
}

.mt-11{
    margin-top: 7%;
}

.text-center{
    text-align: center;
}

.pt-2{
    padding-top: 2%;
}

.features-menu-list ul li.active{
    border-color: #e74d1a !important;
}

.font18-line22{
    font-size: 18px;
    line-height: 22px;
}

.line17{
    line-height: 17px;
}

.dark-b3{
    background-color: rgba(128, 128, 128, 0.1);
}

.features-menu-list ul li a:hover{
    color: #CC9933;
}

.features-menu-list ul li a:active{
    color: #CC9933;
}

.pb-3{
    padding-bottom: 3%;
}

.dark-bg-4{
    background-color: #1a659e;
}

.margin55{
    margin-bottom: 85px;
}

.font-size-14{
    font-size: 17px;
}

.float-left{
    float: left;
    max-width: 100%;
}

.float-right{
    float: right;
}

.text-botton-oro:hover{
    color: #CC9933;
}

.slide-contain{
  width:auto;
  display:block;
  margin:0 auto;
}

.slick-prev {
    z-index: 11;
   left: 0px !important;
   

}

.slick-next{
    z-index: 11;
    right: 0px !important;
    
 
}

.slick-dots{display: none !important; }

.text-slide{
    position: absolute;
    top:11%;
    left: 18%;
}

.text-White{
    color: #fff;
}

.display-flex{
    display:  flex;
}

.backOro{
   background-color: #CC9933 !important;
}

.backwhats{
    background-color: #1a659e;
}

.list-header{
    padding: 2% 0 2% 3%;
    font-size: 20px;
}

.jus-content{
    justify-content: center;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

.pleca-right{
    position: absolute;
    right: 0;
    bottom: 0;
}

.pleca-left{
    position: absolute;
    top: 0%;
    left: -1%;
}

.century-bold{
        font-family: 'Century Gothic Bold'; !important;
}

.mb-2{
    margin-bottom: 2%;
}

.mb-0{
  margin-bottom: 0% !important;  
}

.no-margin{
    margin: 0px;
}

input[type="submit"]{
    background: #1a659e !important;
    border-color: #1a659e !important;
    
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus{
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px #2BC3F9;
}

.close{
    color: #fff;
    opacity: 1;
}

.modal-header{
    background: #1a659e;
}

.color-text, .copy a{
    color: #fff !important;
}

.color-text, .copy a:hover{
    color: #fff !important;
}
a.scroll-top{
    background: #1a659e !important;
    border-color: #1a659e !important;
}

a.scroll-top:hover{
    color: #008490;
}

.mb-4{
    margin-bottom: 4% !important;
}

.padding-right-20{
    padding-right: 20%;
}

.padding-left-16{
    padding-left: 16%;
}

.line-height-24{
    line-height: 24px;
}

input[type="text"], input[type="email"], input[type="password"], textarea{
    border: solid 1px #000;
}

.sticky-wrapper:not(.is-sticky) .transparent-bg .header-nav li a:hover{
    color: #008490;
}

.pleca1{
    position: absolute;
    right: 0;
    bottom: 0;
}

.pleca2{
    position: absolute;
    /*left: 84%;*/
    right: 0%;
    margin-top: -40px;
}

.pleca3{
    position: absolute;
    top: 0%;
    left: 0%;
}

.pleca4{
    position: absolute;
    /*top: 8%;
    left: 112.8%;*/
    right: 0%;
   
}

.imageSlide{
    width: 100%;
}

a:focus{
    color: #fff;
}

@media (max-width: 1920px) and (min-width: 1550px) {
    .text-slide{position: absolute; top: 17%; left: 17%;}
    .pleca2 {position: absolute; /*left: 87%;*/ right: 0%; margin-top: -28px;}
    .pleca4 {position: absolute; /*top: 8%; left: 129.8%;*/ right: 0%;}
    .container{width: 1280px;}
}

@media (max-width: 1600px) {
    .text-slide{position: absolute; top: 17%; left: 8%;}
}

.enlaceArriba:hover{
    color: #fff !important;
}

.enlaceArriba:focus{
    color: #fff !important;
}
.colornaranjahover:hover{
    color: #1a659e !important;
}

.colornaranjahover:focus{
    color: #fff !important;
}

.social-media-icon li a.google-plus:hover{
    color: #3aaa45;
}

.size23{
    font-size: 28px;
}

.font-25{
    font-size: 38px;
}


.cont-bandera-whats{
    position: fixed;
    bottom: 170px;
    left: 0;
    z-index: 999;
    text-align: center !important;
    color: #34AF23;
    
}

.cont-bandera-whats:hover{
    color:  #34AF23;
}

.bandera-whats{
    background: #1a659e;
    color: #fff;
    font-size: 15px;
    padding: 5px;
}

.cont-bandera-whats i {
    font-size: 70px;
    text-shadow: 1px 1px 2px #000;
    
}

.cont-bandera-whatsa a:hover, a:active, a:focus{
    color: #34AF23 !important;
}

.slick-prev:before, .slick-next:before{
    font-size: 30px !important;
}

.slick-prev, .slick-next{
    /*width: 170px !important;*/
    height: 67px !important;
    width: 565px !important;
}


.st-custom-button[data-network] {
   display: inline-block;
   padding: 5px 10px;
   cursor: pointer;
   font-weight: bold;
   color: #fff;
   }


.plecalat{
    max-height: 910px;
}

.bandera{
    position: fixed;
    z-index: 999;
    top:77px;
    right: 0px;

}

.bandera-fixed{
   top: 180px;
    position: fixed;
    z-index: 999;
    right: 0px;
}

.no-padding{
    padding: 0px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.allstar{
    font-family: 'All Star Resort';
}

.school{
    font-family: 'BeTrueToYourSchool';
}

.size42{
    font-size: 42px;
}


img.iconostab{
    width: 150px;
}

.w-100{
    width: 135px;
    margin-top: -13px;
}

.mb-3{
    margin-bottom: 3% !important;
}

.ml-0{
    margin-left: 0px !important;
}

.size32{
    font-size: 34px;
}

.letra-naranja{
    color: #e74d1a !important;
}

.enlace-slide:hover{
    color: #fff !important;
}

.text-shadow-naranja{
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 255);
}

.text-shadow-naranja-small{
    text-shadow: .4px .4px 0px rgba(255, 255, 255, 255);
}

.float-r-1{
    float: right;
    padding-left: 5%;
}

.size-68{
    font-size: 68px;
}

.ml-35{margin-left: 35px;}

.textWhite1{color: #1a659e !important;}

.newBlue{
    color: #2d4373 ;
}

.radius-img-60{
    border-radius: 60px;
}

.logo-grupo-footer{
    width: 150px;
    margin-top: -4%;
}






@media  (max-width: 1600px){
    .dark-bg-v2{background-position-y: 0px;}
}






/***********************************IE Style****************************************************/

@media screen and (min-width:0\0) {
    .plecalat{display: none;}
    .header-area{padding: 0px;}
    .backwhats{position: fixed; top: 0; z-index: 999999; width: 100%;}
    :not(.dark-bg).header-area{position: fixed; z-index: 99999; top: 9%; width: 100%; background-color: rgba(255,255,255,.7);}
    .modal{top: 25%;}
}
