* {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* ESTILOS CHRISTIAN */

#logo {
    width: 8%;
    margin-left: 3%;
    margin-top: 2%;
}

#logo565656 {
    width: 110px;
}

hr.small {
    max-width: 157px;
    margin: 16px auto;
    border-width: 12px;
    border-color: #ffbf00;
}

.intro-header .site-heading h1 {
    font-size: 80px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.intro-header .site-heading .subheading {
	font-size: 29px;
    line-height: 1.1;
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
    letter-spacing: 1px;
}

p , li {
    margin: 15px 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333333;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 200;
}

.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
    padding: 50px 0;
}
/*Esta id hace que el título esté a una línea y no a dos*/

#titulo {
	margin-left: 0;
	width: 100%;
}
#titulo_gracias {
    margin-left: 0;
    width: 100%;
}



/*Borde del formulario*/


.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: .5em;
    border: 2px solid #ccc;
    padding-top: 1em;

}
#div_contenido {
    margin-left: 0;
    float: left;
    display: block;

}

#div_form {
    margin-left: 5%;
    display: block;
    float: left;
}
/*Borde superior del formulario*/

form .row:first-child .floating-label-form-group {
    border-top: 2px solid #ddd;
}

button, input, select, textarea {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;

}

.floating-label-form-group-with-value label {
	color:#ddd;
    font-weight: 200;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
    font-weight: 200;
    font-size: 1.1em;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:  1;
    color:    #bbb;
    font-weight: 200;
    font-size: 1.1em;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:  1;
    color:    #bbb;
    font-weight: 200;
    font-size: 1.1em;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #bbb;
    font-weight: 200;
    font-size: 1.1em;
}

.form-control:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #bbb;
    font-weight: 200;
    font-size: 1.1em;
}


/*BOTON DESCARGAR*/

.btn {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 60px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.btn-default {
    color: #ffffff;
    background-color: #ffbf00;
    border-color: #ffbf00;
    width: 100%;
    margin-top: 20px;
}

.btn-default:hover, .btn-default:focus {
    background-color: #565656;
    border: 1px solid#565656;
    color: #ffffff;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #565656;
    border: 1px solid #ccc;
    color: #ffffff;
}

.btn::selection {
    background-color: #ffbf00;
}

label {
    display:none !important;
}

input::selection {
    background-color: #565656;
}

/* ELIMINAR TRANSICIÓN NAVBAR */
.navbar-custom.is-fixed {

}
/*FOOTER*/

footer {
    background-color: black;
    padding: 20px;
    margin-top: 50px;
}

#logo565656 {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;

}

footer p {
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
    color: #cccccc;
}

footer a {
    color: #cccccc;

}

/*Título Ebook Gracias*/
    
#titulo_ebook_gracias {
    text-align: center;
    font-size: 1em;
}


/*iconos redes sociales footer*/

.redes {
    color: #565656;
}

.redes:hover {
    color: #ffbf00;
}

.fa-arrow-down {
    color:#565656;

}

::selection {
    color: #fff;
    text-shadow: none;
    background: #bbb;
}

#legal {
    font-size: 0.8em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #565656;
}

#comparte p{
    font-size: 20px;
    text-align: center;
}

#comparte p span{
    font-weight: bold;
    font-size: 30px;
}

#comparte {
    margin-top: 2%;

}

/*Estos son los botones de share, los de colores*/

#twitter {
    color: #55acee;
}

#facebook {
    color: #3b5998;
}

#googleplus {
    color: #dc4e41;
}

#whatsapp {
    color: #43d854;
}

#linkedin {
    color: #0077b5;
}

#tituloform {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

#newsletter {
    font-size: 0.8em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #565656;
}

h2 {
    font-size: 1.5em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align: center;
    margin-top: 40px;
}

#intereses {
    text-align: center;
}

#btn-thankyou {
    width: 50%;
    background: #4CAF50;
    border-bottom: 5px solid #29842d !important;
}
#btn-thankyou:hover {
    background: #29842d;
}

#div_contenido li {
    margin: 8px 0px;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

/* Estilos cajas cursos recomendados */

.proximo_curso {
  width: 210px;
  height: 210px;
  display: block;
  float: left;
  margin: 25px 10px;
  border: 1px solid rgba(158, 158, 158, 0.5);
  position: relative;
}
.proximo_curso h4 {
  padding: 15px;
  font-weight: bold;
  color: black;
}
.fecha_proximo {
  width: 100%;
  background-color: #dedede;
  color: #691193;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  line-height: 1.5em;
}
.btn_proximo_curso {
  display: block;
  text-align: center;
  width: 90%;
  padding: 5px;
  color: #32A032;
  font-size: 0.8em;
  position: absolute;
  bottom: 10px;
  left: 5%;
  border: 1px solid #32A032;
}
.btn_proximo_curso:hover {
  color:white;
  text-decoration: none;
  background-color: #32A032;
}

#cursos_agenda {
    display: block;
}

.clear {
    clear: both;
}


@media (max-width: 800px) {
    .intro-header .site-heading .subheading {
        font-size: 23px;
    }
    .intro-header .site-heading h1 {
        font-size: 36px;
    }
    p {
        font-size: 15px;
    }
    #tituloform {
        font-size: 20px;
    }
}