/***
1. GENERAL
2. HEADER
3. MENU
4. FOOTER
5. BLOG
6. HOME
7. PAGES
8. EXTRAS
***/


/** 1. GENERAL START **/


body{
  font-size: 14px;
  line-height:1.75;
  color:#444444;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  }

.post, .page{
  margin:0;}

p, ul, ol{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-left:0;
  color:#1D1D1B;
  letter-spacing: 0;
  }

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  color:#444444;
  font-weight:normal;
  line-height: 1.2;
  margin-bottom:.8rem;
  }
  

button, input, optgroup, select, textarea{
   font-family: 'Montserrat', sans-serif;}

.postcontent a, .postcontent a:link{
   font-family: 'Montserrat', sans-serif;
   text-decoration: none;
   color: #B42371; }


a, a:visited {
  color:#00A36F;
  outline: 0;
  text-decoration:none;}

a:active,
a:hover,
a:focus {
  color:#052c1a;
  text-decoration:none;
  outline: 0;}

:focus{
  outline:none
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto; }


.texto-destacado{
  font-size: 1.4rem;
  letter-spacing:1px;
}

.texto-semidestacado{
  font-size: 1.2rem;
  letter-spacing:1px;
}

.divider-gris {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.fondo-blanco{
	background: #fff;
}


.fondo-gris{
	background: #f5f5f5;
}

.fondo-gris-oscuro{
	background: #6E8185;
	color:#fff !important;
}

.fondo-gris-oscuro h4{
	color:#fff !important;
	font-weight: 600;	
	padding: 1rem 0;
}

.small{
	font-size: .7rem !important;
}

.amarillo{color:#f3d000 !important;}

.fondo-azul{
	background:#568194; 
}


.page-content, .entry-content, .entry-summary{
  margin:0 !important;}
  
.blog .entry-content p{
	display: none !important;
}


button, input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: #0F472D;
	border-radius:8px !important;
	border: none !important;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:1.2rem;
	padding:1rem;

	text-transform: uppercase;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background:transparent;
  border:none;
   background-color: #052c1a;
  color:#fff;}

.btn{
  letter-spacing: 2px;
  border-radius:0;
}

.btn:hover, .btn:focus, .btn:active{
  outline:none;
  box-shadow:none;
}

.add-plus{margin-right: 45px;}

.add-plus:after{
    content: '\f067';
    font-family: 'Fontawesome';
    color: #f3d000;
    background: #FFEE89;
    position: absolute;
    right: -45px;
    padding: 10px 16px;
    top: 0;
	
}
  
.btn-primary{
  background:#00A36F !important;
  border: none !important;
  border-radius: 0px;
  color:#fff !important;
  display: inline-block;
  padding: 18px 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  letter-spacing: 0 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.hover, .btn-primary.focus, .btn-primary.active{
  background:#687075 !important;
  border: none !important;
  color:#fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.75s ease-out;
  
  outline: none !important;
  
      box-shadow: 1px 1px 4px #fff;

}

.btn-secondary{
  background:#fff;
  color:#00A26F !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform:none;
  border:0 !important;
  padding: 16px 28px !important;
}


.btn-secondary:hover, .btn-secondary:focus{
	color:#fff !important;
	background-color: #00A26F !important;
  
}



.btn-terciary{
  background:#A2B6C2;
  color:#fff !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform:none;
  border:0 !important;
  padding: 16px 28px !important;
}


.btn-terciary:hover, .btn-terciary:focus{
	color:#fff !important;
	background-color: #00A26F !important; 
}

.btn-gris{
  background:#6E8185 !important;
  color:#fff !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform:none;
  border:0 !important;
  padding: 10px 28px !important;
}

.btn-gris:hover, .btn-gris:focus{
	color:#fff !important;
	background-color: #00A36F !important; 
}


label, input, textarea{
  border-radius: 0 !important;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	width: 100% !important;
	min-height: 45px !important;
	padding: 10px;
    color:#1D1D1B !important;
    margin-bottom: 10px;
    border: 1px solid #F5F4F4 !important;
}

.wpcf7-select{
	margin-bottom: 10px !important;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #00A26F !important;
    border-radius: 0px !important;
    border: none !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    padding: 1rem;
    text-transform:none;
}

.texto-verde{
	color:#00A26F !important;
}



/** 1. GENERAL END **/

/** 2. HEADER START **/



.site-header{
	position:relative;
	display: block;
	z-index: 2;
}


.cabecera{
	/*position: absolute;*/
	width: 100%;
	/*z-index: 10;*/
	background: rgba(255, 255, 255, 0); 
	transition:all 750ms;
	margin: 0 !important;}


.logo-responsive{
	background: url('images/fondo-logo.png') center no-repeat;
	background-size: cover;
}

.logo-responsive a{
height:100%;
}

.logotipo{
  max-width:50%;
  transition:all 750ms;
  margin: 3rem 0;
}

.logotipo-sticky{
  max-width:20%;
  transition:all 750ms;
}


.idiomas-header{
	position: absolute;
    right: 20px;
    top: 16px;
	z-index:9;

}

.idiomas-header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.idiomas-header ul li{
	display: inline;
	padding: 5px;
	
}


.idiomas-header a{
	text-transform: uppercase;
	font-size: 1rem;
	color: #A4A4A4;
	font-weight: 300;
	opacity: .5;
	
}
.idiomas-header a.active{
		font-weight: 800;
		opacity: 1;
}

.idiomas-header a img{
    vertical-align: text-top;
    height: 20px;
    }


/** 2. HEADER END **/

/** 3. MENU START **/

.menu-fatenis{
	background: #A3B7C3 !important;
	transition:all 750ms;
	z-index: 100;
}

.menu-fatenis-sticky{
	position: fixed !important;
	background: #A3B7C3 !important;
	transition:all 750ms;

}


.rrss ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.rrss ul li{
	list-style: none;
	padding: 4px;
}

.menu-fatenis input[type="search"]{
	width: 100% !important;
    min-height: 25px !important;
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    height: 30px;
}

.menu-fatenis label{
	margin: 0 !important;

}

.menu-fatenis input[type="submit"]:before{
	content:'\f002';
	font-family: 'Fontawesome';
}

.menu-fatenis button{
	background: transparent !important;
	padding: 0 8px !important;
}

.menu-fatenis .search-form{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;}
    
    
.main-navigation ul{
  padding:10px 0;
  display: block;
  text-align: center;
}

.main-navigation ul li{
  margin:0 10px;
  padding:3px;
  font-size: .8rem;
  display: inline-block;
  float: none;
}

.main-navigation ul .menu-item-30{display: none;}

.main-navigation ul li a{
  color: #fff;
  font-family:'Montserrat', sans-serif;
  font-weight:500;
  text-transform:uppercase;
}


.main-navigation ul li  ul li a{
  color: #fff !important;
  text-align:left;
  font-family:'Montserrat', sans-serif;
  font-weight:500;
  font-size: .8rem;
  text-transform:none;
  letter-spacing: 0;
  
}



.main-navigation ul li a:hover{
  color: #545454 !important;

}


.main-navigation ul li.current_page_item a{
  color: #545454;
  font-weight:600;
  position: relative;
}


.main-navigation ul ul {
    box-shadow: none;
    background: #00A36F;
}



/** 3. MENU END **/

/** 4. FOOTER START **/

.site-footer{
  background:#00A36F;
  color:#fff;
  font-size: .8rem;
  position: relative;
}

.footer{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);}


.site-footer a{
  color:#fff;
  font-weight: 200;
}

.site-footer h2{
	font-size: 14px; color:#fff;
  font-weight: 200;
}

.site-footer .logo{
	width: 200px;
}


.site-footer .rrss{
  font-size:1.5rem;
  padding:0 12px;
  color: #fff;
}

.site-footer .rrss a {
    padding: 0 5px;
}

.site-footer p{font-size: 14px; color:#fff;  font-weight: 200;}

.site-footer p i {
    color: #5889B5;
    margin-left: -35px;
    padding: 0 8px;
}



.site-footer .textos-legales p{text-transform: uppercase; font-weight: 500;}

.site-footer .textos-legales p a{font-weight: 700;}

.site-footer .textos-legales:before,
.site-footer .textos-legales:after{
	content: '';
    width: 40px;
    height: 2px;
    background-color: #5889B5;
    display: block;
    margin: 20px 0;
    float: right;
}

.site-footer .textos-legales p:first-child, .site-footer .desarrollo{
	clear: both;
}

.barra-amarilla-footer{
	background-color: #f3d000;
	position: absolute;
	left: 0;
	bottom: 0;
	height:20%;
	width: 30px;
}


/** 4. FOOTER END **/

/** 5. BLOG START **/

.blog #content, .single-post #content{
	padding-top: 40px;
}


.postid-1015  #content{
	padding: 0px;
    padding-top: 25px;
    background: none;
}

.postid-1015  #content .col-md-9{
	flex: 0 0 100%;
	max-width: 100%;
}
.postid-1015  #content .col-md-9 h1{
	
font-size: 1.2rem !important;
    text-align: center;}

body.customer-area-active .cuar-css-wrapper .panel-heading .widget-menu{display: none;}


.entry-title{font-size: 1.5rem;}

.widget-social li{
	display: inline;
	text-align: center;
}

.widget-social a{font-size: 16px;padding-right: 15px;}

.widget-social a i{
    padding: 14px 16px;
    background: #f8f8f8;
    border-radius: 100px;
    margin-right: 3px;
    font-size: 12px;
}

.blog .page-title{
font-size:2.2rem;
padding-bottom: 1rem;
}


.entry-meta, .entry-meta a{
  font-size:.8rem;
  text-transform:uppercase;
  color: #909090;
}

.entry-footer, .entry-footer a{
  font-size:.8rem;
  text-transform:uppercase;
  color: #909090;
}

.entry-meta, .entry-footer{
  margin:1rem 0;
}

.blog article, .archive article {
  padding-bottom:20px;
  margin-bottom:20px;
}

#comments{display: none;}


.widget-title{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 800;
}

.widget-title:after{
	content: '///';
	padding: 0 0 0 10px;
}

.widget{
	list-style: none;
	margin: 0;
	padding: 0px;
	margin-bottom: 28px;
}

.widget ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 28px;
}

.widget ul li a{color:#00A36F;}

.widget:last-child{
  border:none;
}

.widget_search{
  border:none;
  background:#EFEEEE;
  padding:25px;
  position: relative;
}

.widget_search form{
    position: relative;
    width: 100%;
}

.widget_search label{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    }

.widget_search .search-field{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 1%;
  padding: .9rem .75rem;
  border-radius:0;
  font-size: 1rem;
  line-height: 1.25;
  border:none;
}

.widget_search .search-field:focus{
  outline:none;
}

.widget_search .search-submit{
    background: #00A36F !important;
    border: none !important;
    border-radius: 13px;
    color: #fff !important;
    display: inline-block;
    padding: 15px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    width: 86%;
    margin-top: 14px;
    margin-left: 5%;}
    
    
.widget_search .search-submit:hover, .widget_search .search-submit:focus, .widget_search .search-submit:active, .widget_search .search-submit.hover, .widget_search .search-submit.focus, .widget_search .search-submit.active{
  background:#0F472D !important;
  border: none !important;
  color:#fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.75s ease-out;

}

.post-navigation{
  padding:15px 20px;
  font-size:1.1rem;
}

.post-navigation .nav-previous a:before{
  content: '\f060';
  font-family: FontAwesome;
  position: absolute;
  font-size:.8rem;
  left: 0;
  padding: 5px 0 0 15px;
}

.post-navigation .nav-next a:after{
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  font-size:.8rem;
  right: 0;
  padding: 5px 15px 0 0;
}

.cabecera-post{
	height: 350px;	
}


/** 5. BLOG END **/

/** 6. HOME START **/


.img-full{
	object-fit:cover;
	width: 100%;
	height: 200px;
}

.img-100{
	height: 100% !important;
	width: 100% !important;
	object-fit:cover !important;
}

.dos-columnas{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;}


.noticias-home h1{
	color:#00A36F;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.noticias-home .btn-primary{
	font-size: 1.1rem !important;
}


.enlaces-home h4{margin: 0;height: 100%;}

.enlaces-home h4 a{
	color: #fff;
	display: block;
	padding: 2rem;
	font-size: 1.1rem;
	line-height: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	/*height: 120px;*/
	align-items: left;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


.enlaces-home h4 a span{
    font-size: 2.5rem;

}

.caja-calendario{
	background: url('images/calendario.svg') bottom right no-repeat;
	background-color: #A3B7C3; 
}

.caja-campeonatos{
	background: url('images/campeonato.svg') bottom right no-repeat;
	background-color: #00A36F; 
}

.caja-equipos{
	background: url('images/equipos.svg') bottom right no-repeat;
	background-color: #6E8286; 
}

.caja-clubes{
	background: url('images/clubes.svg') bottom right no-repeat;
	background-color: #C7D2D4; 
}

.caja-tenisxetapas{
	background: #9f001a;
	display: block !important;
	height: 115px;
}

.caja-ibp{
	background: #0b468a;
	display: block !important;
	height: 115px;
}

.post-grid{padding: 0 !important;}

.grid-nav-top{
	display:none;
}

.post-grid .item .layer-content{
	background:#F6F5F5;
	padding: 1.5rem !important;
	margin-bottom: 2rem !important;}
	
.post-grid .element_0{
	color: rgb(0, 163, 111);
	font-size: 1.3rem !important;
	font-weight: 500 !important;
	text-align: left !important;
}

.post-grid .element_1{
	font-size: 1.1rem !important;
	line-height: 1.7rem !important;
    letter-spacing: 0 !important;
    font-weight: 300 !important;
    text-align: left !important;
}

.post-grid .element_1 a{
	display:none;
}

.post-grid .read_more{
	color: #00A36F !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

.grid-nav-bottom{
	padding:0 15px;
}

.patrocinadores-home h2{
	color: #00A36F;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

/** 6. HOME END **/

/** 7. PAGES START **/

.padding-extra-lateral{
	padding: 0 2rem !important;
}

.titulo-interior  h1{
	color:#000000;
	font-size: 1.6rem;
	font-weight: 800;
	margin: 2rem 0;
	text-transform: uppercase;
}

.cabecera-interior{
	height: 180px;
	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{color: #A3B7C3; font-size: .9rem; font-weight: 500;  border: 2px solid transparent;    border-top-left-radius: 0; border-top-right-radius: 0;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#1D1D1B;
	font-size: .9rem;
	font-weight: 700;
	border-color: #A3B7C3 #A3B7C3 #fff;
}

.nav-tabs {
    border-bottom: 2px solid #A3B7C3;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.tab-fatenis  h2{
	color:#000 !important;
	font-weight: 800 !important;
	font-size: 1.1rem !important;
letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0;
    background: rgba(163, 183, 195, 0.31);
    padding: 30px;
    text-decoration: none;
}

.tab-fatenis  h2:hover{text-decoration: none;}

.collapseomatic{background: transparent;}

.tab-fatenis h3{
	color:#00A26F;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	padding-left: 35px;
}

.tab-fatenis h3:before{
	content: url(images/pelota.png);
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -35px;
}

.tabla-simple{
	border: 1px solid #A3B7C3;
}

.fondo-verde-claro{
	background: rgba(0, 163, 112, 0.25);
}

.tab-fatenis h4{
	color:#000;
	font-size: .9rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 1.5rem 0;
}

.tab-fatenis ul{
	text-align: left;
}

.caja-puntos{
	border: 2px dashed #A3B7C3;
}

.circulo-puntos{
	color: #000;
	border: 2px dashed #A3B7C3;
	border-radius: 200px;
	font-weight: 800;
	padding: 6rem 2rem !important;
	text-transform: uppercase;
}


.circulo-verde{
	background: #00A36F;
    border-radius: 200px;
    padding: 3rem;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circulo-gris{
	background: #6E8185;
    border-radius: 200px;
    padding: 3rem;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.circulo-foto img{
	background: #00A36F;
    border-radius: 200px;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit:cover;
}



.caja-puntos h4{
	font-weight: 1.1rem;
}

.caja-foto{
	position: relative;
	height: 300px;
}


.caja-foto h5{
	position: absolute;
    z-index: 1;
    height: 100%;
    background: rgba(0,162,111,0.7);
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 40%;
    font-weight: 800;
    font-size: 1.4rem;
    margin: 0;
}


.caja-foto img{
	position: absolute;
	z-index: 0;
	height: 300px;
	width: 100%;
	object-fit:cover;
}

.flecha-verde{
	width: 100%;
	height: 10px;
	background: #00A26F;
}


.flecha-verde:before{
    content: url('images/flecha-izda.png');
    position: absolute;
    top: -20px;
    left: -10px;
}


.flecha-verde:after{
    content: url('images/flecha-izda.png');
    transform: rotate(180deg);
    position: absolute;
    top: -27px;
    right: -10px;
}

.flecha-verde-izda{
	width: 100%;
	height: 10px;
	background: #00A26F;
}


.flecha-verde-izda:before{
    content: url('images/flecha-izda.png');
    position: absolute;
    top: -20px;
    left: -10px;
}

.flecha-verde-dcha{
	width: 100%;
	height: 10px;
	background: #00A26F;
}



.flecha-verde-dcha:after{
    content: url('images/flecha-izda.png');
    transform: rotate(180deg);
    position: absolute;
    top: -27px;
    right: -10px;
}

.video-fullwidth iframe{
 width: 100vw;
 height: calc(100vw/1.77);
 margin: 2rem 0;
}
.titulo-verde{
	color:#00A36F;
	font-weight: 800; 
}

.up-down-collapse{
    text-align: center;
    margin-bottom: -22px;}
    
.caja-titulo-superpuesto{
	position: relative;
		height: 200px;
		margin-bottom: 1rem;

}

/*.caja-titulo-superpuesto a{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}*/

.caja-titulo-superpuesto h5{
	color:#fff;
	background: #00A26F;
	padding: 0.5rem;
	
	bottom: 2%;
	position: absolute;
	z-index: 1;
}

.caja-titulo-superpuesto img{
	position: absolute;
    display: inline-block;
    z-index: 0;
    height: 100%;}
    
.faq h5{
	font-size: 1rem;
	font-weight: 200;
	line-height: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 1.2rem;
	padding-right: 50px;
}

.faq h5:hover{
	text-decoration: none;
}

.faq .collapseomatic {
    background: url('images/up-verde.png') no-repeat !important;
    background-position: right !important;
}
.faq .colomat-close {
    background: url('images/down-verde.png') no-repeat !important;
    background-position: right !important;
}

.faq  .collapseomatic_content{
	border-bottom:1px solid #ccc;
}

.faq  .collapseomatic_content p{
	color:#00A36F
}

.faq  .collapseomatic_content p a{
	color:#00A36F
}

.expand-collapseomatic .collapseomatic{
	background: #A2B6C2;
	color:#fff;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1.5rem;
	text-align: center;
	text-decoration: none;
}

.expand-collapseomatic p{
	font-size: .9rem;
	padding:0 1rem;
}

.collapseomatic_content{
	font-size: .9rem;
	margin: 0 0 26px 0;
}


.caja-equipos{
	background: url('images/equipos.svg') bottom right no-repeat;
	background-color: #6E8286; 
}

.fondo-instructor-animador{
	background: url('images/equipos02.svg') bottom right no-repeat, rgba(69,129,133,1), ;
	background: url('images/equipos02.svg') bottom right no-repeat,-moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat,-webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(255,223,67,1)));
	background: url('images/equipos02.svg') bottom right no-repeat,-webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat,-o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat,-ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat,linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#ffdf43', GradientType=1 );
}

.fondo-instructor-animador-sencillo{
	background: rgba(69,129,133,1), ;
	background: -moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(255,223,67,1)));
	background: -webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: -o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: -ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	background: linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(255,223,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#ffdf43', GradientType=1 );
	
	color:#fff;
	padding-bottom: 6rem;
}


.fondo-curso-entrenador-i{
	background: url('images/equipos02.svg') bottom right no-repeat, rgba(69,129,133,1);
	background: url('images/equipos02.svg') bottom right no-repeat, -moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(182,221,42,1)));
	background: url('images/equipos02.svg') bottom right no-repeat, -webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#b6dd2a', GradientType=1 );}
	
.fondo-curso-entrenador-i-sencillo{
	background: rgba(69,129,133,1);
	background: -moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(182,221,42,1)));
	background: -webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: -o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: -ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	background: linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(182,221,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#b6dd2a', GradientType=1 );
	
		
	color:#fff;
	padding-bottom: 6rem;
	}
	
	.fondo-curso-entrenador-ii{
	background: url('images/equipos02.svg') bottom right no-repeat, rgba(69,129,133,1);
	background: url('images/equipos02.svg') bottom right no-repeat, -moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(212,0,88,1)));
	background: url('images/equipos02.svg') bottom right no-repeat, -webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, -ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: url('images/equipos02.svg') bottom right no-repeat, linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#d40058', GradientType=1 );}
	
		
	.fondo-curso-entrenador-ii-sencillo{
	background: rgba(69,129,133,1);
	background: -moz-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,129,133,1)), color-stop(100%, rgba(212,0,88,1)));
	background: -webkit-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background:  -o-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: -ms-linear-gradient(left, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	background: linear-gradient(to right, rgba(69,129,133,1) 0%, rgba(212,0,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458185', endColorstr='#d40058', GradientType=1 );
			
	color:#fff;
	padding-bottom: 6rem;
	}
	


.fondo-instructor-animador-sencillo h2, .fondo-curso-entrenador-i-sencillo h2, .fondo-curso-entrenador-ii-sencillo h2 {
	color:#fff;
    font-size: 2.2rem;
    font-weight: 800;
}
	
	
.iconos-formacion img{
	height: 58px;
    width: auto;
}

.iconos-formacion p{color:#fff;}


.item-icono-formacion:last-child{
	border-right: none;
}

.img-central-formacion div{
    /*padding: 0 1rem;*/
    margin-top: -3rem;
}


.img-central-formacion img{
	border-radius: 23%;
    }


.mapa iframe{
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	min-height: 400px;
}

.boton-licencia-nueva:before{
	content:'';
	display:block;
	width:2px;
	height:30px;
	background:#6E8286;
	margin:0 auto;
}

.boton-licencia-nueva:after{
	content:'';
	display:block;
	width:2px;
	height:30px;
	background:#6E8286;
	margin:0 auto;
}

/** 7. PAGES END **/

/** 8. EXTRAS START **/


.pt-cv-ifield{
	background: #F6F5F5;
}

.pt-cv-title{
	padding: 38px 48px 0;
	text-align: left;

}
.pt-cv-title a{
	color:#00A36F;
	font-size: 1.3rem;
	font-weight: 500 !important;
	text-align: left;
}

.pt-cv-content{
	padding: 0 48px 48px;
	font-size: 1.1rem;
	letter-spacing: 0;
	font-weight: 300;
	text-align: left;
}
 
.pt-cv-content a{
	background: transparent !important;
	  border: none !important;
	  border-radius: 0px !important;
	  color:#00A36F !important;
	  font-size: 1.1rem !important;
	  display: inline-block;
	  padding: 0 !important;
	  letter-spacing: 0 !important;
	  -webkit-transition: all 0.5s ease-out;
	  -moz-transition: all 0.5s ease-out;
	  -o-transition: all 0.5s ease-out;
	  transition: all 0.5s ease-out;

}
 
/* Collapse */





/*******/



.site .scrolltop {
  position: fixed !important;
  right: 6%;
  bottom: 0px;
  background-color: rgba(59, 59, 59, 0.5);
  padding: 15px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrolltop a {
  font-size: 16px;
  color: #fff;
}


/** VENTAJAS **/

.grid-ventajas article div{
	text-align:center;
	border:1px solid #ccc;
	height: 100%;
}

.grid-ventajas article img{
	max-height:90px;
}


/** Menu responsive **/


button#responsive-menu-button{
    padding:0 !important;
}

ul#responsive-menu{
    padding-top: 80px;
}

#responsive-menu-container{
	background:rgba(234, 234, 234,.9) !important;
	max-width:100vw;}

#responsive-menu-wrapper{background:transparent !important}


.responsive-menu-label {
    font-weight: 400 !important;
}

.responsive-menu-button-text-open{
	color:#00a36f
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a, #responsive-menu-container #responsive-menu ul.responsive-menu-submenu > li.responsive-menu-item:first-child > a {
    border-top: none !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item{
	font-weight:700;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: none !important;
    color: #979797;
    background-color: transparent !Important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{
    line-height: 220% !important;
    min-height: 40px !important;
    height: inherit !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{
    background-color:rgba(0, 163, 111, .8) !important;}


#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 0% !important;
    height: 95% !important;
    width: 35px !important;
    color: #222;
    border-left: none !important;
    background-color: rgba(0, 163, 111, .8) !important;
    font-size: 30px !important;
}

#responsive-menu-additional-content{
	text-transform:uppercase;
	font-size:13px;
}

#responsive-menu-additional-content a{
	color:#5e5e5e;
}



/** 8. EXTRAS END **/




