/* Links */
a, a:focus, a:hover {
    color: #024780;
}

/*html, body {
  margin:0;
  background: rgba(235,7,48,1);
  background: -moz-linear-gradient(top, rgba(235,7,48,1) 0%, rgba(235,7,48,1) 1%, rgba(235,7,48,1) 40%, rgba(40,40,40,1) 40%, rgba(40,40,40,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,7,48,1)), color-stop(1%, rgba(235,7,48,1)), color-stop(40%, rgba(235,7,48,1)), color-stop(40%, rgba(40,40,40,1)), color-stop(100%, rgba(40,40,40,1)));
  background: -webkit-linear-gradient(top, rgba(235,7,48,1) 0%, rgba(235,7,48,1) 1%, rgba(235,7,48,1) 40%, rgba(40,40,40,1) 40%, rgba(40,40,40,1) 100%);
  background: -o-linear-gradient(top, rgba(235,7,48,1) 0%, rgba(235,7,48,1) 1%, rgba(235,7,48,1) 40%, rgba(40,40,40,1) 40%, rgba(40,40,40,1) 100%);
  background: -ms-linear-gradient(top, rgba(235,7,48,1) 0%, rgba(235,7,48,1) 1%, rgba(235,7,48,1) 40%, rgba(40,40,40,1) 40%, rgba(40,40,40,1) 100%);
  background: linear-gradient(to bottom, rgba(235,7,48,1) 0%, rgba(235,7,48,1) 1%, rgba(235,7,48,1) 40%, rgba(40,40,40,1) 40%, rgba(40,40,40,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0730', endColorstr='#282828', GradientType=0 );
  display: block; 
  -moz-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  height:100%;
  text-align: center;
}*/

html,
body {
  height: 100%;
  background-color: #eee;
  background: url("../images/background.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  /*display: table-cell;*/
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 10px;
  height:40px;
}

/*Header*/
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #251516; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #251516;
  border-bottom-color: #251516;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*Cover*/
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


@media screen and (max-width: 600px) {
  .mastfoot {
    position: relative;
  } 
  .inner{
    height: auto;
    padding: 5px;
  }
}

/* Formulario */
.rcorners {
    border-radius: 0px;
    background: #eee;
    background: rgb(2 71 128);
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
}

.rcorners label {
  font-weight: 100;
}
h1 {
  font-size:24px;
  padding:0 0 20px 0;
}

.titulo_form {
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  line-height: 1;
  padding: 10px 0px;
}

h1 span {
  font-size: 28px;
}

.btn {
    position: relative;
    margin: auto;
    background-color: #434343;
}

.btn-custom {
    color: #fff;
    text-shadow: none;
    background-color: #1db3ce;
}


.btn-custom:hover, .btn-custom:focus{
    color: #fff;
    background-color: #AD0A27;
    -webkit-transition: color 0.5s ease-in;
    -moz-transition: color 0.5s ease-in;
    -ms-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
}

.btn p {
    padding: 5px 20px 0 20px;
    margin-top: 5px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.fondo-blanco{
  background-color: #ffffff;
  padding: 0px 30px;
}
.barra_superior {
	height: 100px;
}
.why {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.why img {
  width:70%;
}

.logotipo {
  width:294px;
  margin-left:6%;
  margin-bottom:30px;
  margin:auto;
}

.logotipo img {
  width:100%;
}

.why_child {

}

.formulario {
    margin-top: 30px;
}

.facebook-text {
    font-size: 20px;
    font-weight: 600;
}

textarea {
  resize: none;
}

@media (max-width: 480px) {
  .logotipo {
    width: 294px;
    margin-left: 0;
    margin: auto;
    margin-bottom: 30px;
    margin: auto;
  }
}

/*
 * Footer
 */

.mastfoot {
  color: #999;
  background-color: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
}