
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.ttf');
}
html{min-height:100% ;}
body {
    font-family: 'Arial', sans-serif;
	 background: url('../imagenes/img-fondo.jpg') repeat-x ;
	background-size:100% 200px;
	background-color:#7fb4d7;
	  background: -webkit-linear-gradient(#008ace , #7fb4d7 , #cdd8e0 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008ace , #7fb4d7 , #cdd8e0 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008ace , #7fb4d7 , #cdd8e0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008ace , #7fb4d7 , #cdd8e0 ); /* Standard syntax (must be last) */
	height:100% ;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7fb4d7;
}

.form-group hr{
margin-top: -20px;
margin-right:-15px;
margin-left:-15px;
}

h2{
	color:#008ace;
    font-size: 30px;
	text-transform:capitalize;
}
h3 {
    font-size: 18px;
    border-bottom: 1px solid #7fb4d7;
}
h3 i{

   color:  #005993;
}
h6{ 
	margin-top:0px;
	margin-bottom:0px;
	color:#005993;
	font-size:14px;
	line-height:14px;
}


h5.heading {
    width: 100%;
    max-width: 570px;
    display: table;
    margin: 20px auto 30px;
    position: relative;
}

h5.heading:after {
    content: "";
    background: #cccccc;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

h5.heading span {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: #fff  ;
    position: relative;
   z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
}
h5.heading::after {
    content: "";
    background: #CCC none repeat scroll 0% 0%;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
}







a:hover{text-decoration:none;}

.btn{text-transform:uppercase;}



ul, li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.btn-primary span{
	font-size:16px;
}

.shop-title{color:#005993}
/* 8. EXTRAS */
.white{
	background:#fff;
	min-height:0px;
	
}

.input-boton {
    background: #005993 ;
    color: #fff !important;
}
.white a {
  color: #999999;
  text-decoration: none;
}
.white a:hover,
.white a:focus {
  color: #999999;
  text-decoration: none;
}

.grey{
	background:#efefef;
	min-height:0px;
}

.space10 {
    margin-bottom: 10px !important;
}

.space20 {
    margin-bottom: 20px !important;
}

.space30 {
    margin-bottom: 30px !important;
}


/*.white{display:none;}*/


/* index*/

.container_login{
   background-color:#6699CC ;
    min-height:700px;
}



.contenedor_form_login{
	padding:10% 0;
	color:#fff;
	
}


.contenedor_form_login{
	padding:10% 0;
	color:#fff;
	
}

.XXcontenedor_form_login:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #87B4CB transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.contenedor_form_login{
	padding:10% 0;
	color:#fff;
	
}

.XXcontenedor_form_login:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #87B4CB transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contenedor_form_login .txt{
	font-size:20px;
	line-height:normal;
	text-transform:uppercase;
}



.b_ver_form,
.b_nover_form{
	cursor:pointer;
}

/*backtotop*/
#backtotop {
	padding-top:0px;
    border-radius: 50%;
    line-height: 43px;
    display: block;
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 50px;
    right: 30px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    font-size: 11px;
    height: 50px;
    cursor: pointer;
	background-color: #005993;
	border:2px solid #7fb4d7;
	color:#7fb4d7;
}

#backtotop:hover {
 	background-color: #7fb4d7;
    transition: .4s;
    color: #005993;
	border:2px solid #005993;
}

#backtotop.active {
    opacity: 1;
}


/*     formacion         */
.fondo_formacion{
	background: url(../imagenes/img-decoracion_formacion) no-repeat #fff;
	background-position: top left;	
		background-size:17% auto;
		display:flex;
}

.h2_formacion{
   font-size: 18px;
}
.azul_formacion{
	color:#008ace;

}
.fondo_gris_formacion{
	background:#f8f7f5;
}

.fazul{
	color:#008ace;
	cursor:pointer;
}
.fazul:hover{
	color:#da6b23;
}

.notleermas{
	-webkit-transition: rotate .4s;
	transition: rotate .4s;
	transition: transform 1s;
}


.to{
	padding-top:12px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	clear:both;
	float:left;
	width:100%;
	cursor:pointer;
	color:#333;
}
.nivel_1>:first-child .to{
	border-top:1px solid #999;
}

.nivel_2{
	display: none;
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #999;
	padding-left:40px;
	padding-top:12px;
	padding-bottom:12px;
	line-height:30px;
	cursor:pointer;
}
.nivel_2 i{
	margin-right:7px;
}
.color_naranja{
	color:#DA6B23;
}


@media only screen and (min-width: 768px)  and (max-width: 992px)  {
.container_login{
	padding:0px;
	min-height:100%;
}
.btn-primary span{
	font-size:12px;
}


}

@media only screen and (min-width: 200px)  and (max-width: 767px)  {

.container_login{
	padding:10px 0px;
	min-height:100%;
	background: url(../imagenes/img_login_min.jpg) no-repeat;
    background-size: 100% auto;
}
.logo_club_xs{
	padding:20px;
	background: #F3F1C6 ;
}

.contenedor_form_login{
	padding:3% 0;
	color:#fff;
	line-height:15px;
	clear: both;
	
}
.btn-primary span{display:none;}

#backtotop {
     display: none !important;
}
.fondo_formacion{
	background: #fff;
		display:block;
}
}