@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: 'Roboto', sans-serif;
}

h1,h3{
    color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand img{
    width: 160px;
}
.navbar-toggle{
    border-color: #e2000f;
}
.navbar-toggle .icon-bar {
    background-color: #e2000f;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .collapse li{
    background-color: #A4ABB0;
    text-align: center;
}
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    color: #e2000f;
}

.navbar-font{
    padding-top: 4%;
}
.navbar-font a{
    color:  #575656;
    font-size: 14px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 500;
    border-right: 1px solid #575656;
    border-left: 1px solid #575656;
}
.navbar-nav>li>a{
padding-top: 0px;
padding-bottom: 0px}

.navbar-nav>li>a:first-child{
    border-left: none !important;
}

.navbar-nav>li:last-child>a{
    border-right: none !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 230px;
/*  margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 230px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 230px;
}

.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
    color: #e2000f;
    border-radius: 50%;
  border: 4px solid #e2000f;
    width: 40px;
  height: 40px;
}

/**********HOME************/
.separador{
    position: relative;
    z-index: 999;
}
.pasos{
    padding-bottom: 1%;
}
.pasos h5{
    color:  #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 2%;
    padding-top: 30px;
}

.pasos p{
    color:  #ffffff;
    font-size: 13px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    text-align: center;
}

.pasos img{
    margin-top: 30px;
}

.subfooter{
    background-image: url('/static/images/Home/subfooter.jpg');
}

.caja-registro{
    padding: 5px 31px;
    background-color: #4c4b4b;
    border-radius: 4px;
}
.caja-registro input{
    margin-top: 14px;
    border-radius: 0px;
}

.caja-registro button.hideShowPassword-toggle.hideShowPassword-toggle-show, .caja-registro button.hideShowPassword-toggle.hideShowPassword-toggle-hide{
    margin-top: -21px !important;
}
.caja-registro h3{
    color:  #ffffff;
    font-size: 22.49px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 700;
    text-align: center;
}

.caja-registro p{
    color:  #ffffff;
    font-size: 11.15px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 20.7px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
    margin-top: 10px;
}
.caja-registro p a{
    color:  #ffffff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: Roboto;
    color:  #999999;
    font-size: 13.61px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 25.282px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: Roboto;
    color:  #999999;
    font-size: 13.61px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 25.282px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: Roboto;
    color:  #999999;
    font-size: 13.61px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 25.282px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: Roboto;
    color:  #999999;
    font-size: 13.61px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 25.282px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}

.btn-rojo{
    background-color: #e2000f;
    color: #ffffff;
    border-color:#e2000f;
}
.btn-rojo:hover{
    background-color: #e2000f;
    opacity: 0.7;
    border-color:#e2000f;
}

.aclaraciones h4{
        color:  #e2000f;
    font-size: 25px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}
.aclaraciones p{
    color:  #ffffff;
    font-size: 16px;/* Aproximación debida a la sustitución de la fuente */
    text-align: center;
}

footer{
    background-color:#1a1a1a;
    color:#f2f2f2;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 26px;/* Aproximación debida a la sustitución de la fuente */
}
footer a{
    color: #f2f2f2;
    padding-left: 2px;
    padding-right: 2px;
}
footer a:hover{
    color: #e2000f;
}

/*NOSOTROS*/
.texto-alternativo{
    padding-top: 6%;
    padding-bottom: 6%;
}
.texto-alternativo p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.texto-alternativo span,.texto-requisitos span,.texto-alternativo span a,.texto-requisitos span a{
    font-weight: 700;
    color:  #e2000f;
}
.texto-alternativo h5{
    color: #e2000f;
    text-align: center;
}

/*REQUISITOS*/
.texto-requisitos{
    text-align: left; /*center*/
    padding-top: 6%;
    padding-bottom: 6%;
}
.texto-requisitos p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 9px;
    padding-top: 9px;
    margin-bottom: 7px;
    margin-top: 7px;
    /*border: 1px solid #e2000f;*/
}
.texto-requisitos h5{
    color: #e2000f; 
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .navbar-brand img{
    width: 100%;
    }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
    .separador{
        margin-top: -40px;
    }
    .carousel {
      height: 400px;
    }

    .carousel .item {
      height: 400px;
    }
    .carousel-inner > .item > img {
      height: 400px;
    }
    .aclaraciones h4{
    font-size: 20px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    text-align: left;
}
.aclaraciones p{

    font-size: 14px;/* Aproximación debida a la sustitución de la fuente */
    font-weight: 400;
    line-height: 20px;/* Aproximación debida a la sustitución de la fuente */
    text-align: left;
    margin-bottom: 25px;
}
    .padding-subfooter{
    padding: 45px 100px;
}

}

/*

PLUGIN MOSTRAR CONTRASENA
*/
::-ms-reveal,
        ::-ms-clear {
          display: none !important;
        }

        .hideShowPassword-toggle {
          background-color: transparent;
          background-image: url('/static/images/wink.png'); /* fallback */
          background-image: url('/static/images/wink.svg'), none;
          background-position: 0 center;
          background-repeat: no-repeat;
          border: 2px solid transparent;
          border-radius: 0.25em;
          cursor: pointer;
          font-size: 100%;
          height: 44px;
          margin: 0;
          max-height: 100%;
          padding: 0;
          overflow: 'hidden';
          text-indent: -999em;
          width: 46px;
          -moz-appearance: none;
          -webkit-appearance: none;
        }

        .hideShowPassword-toggle-hide {
          background-position: -44px center;
        }

        .hideShowPassword-toggle:hover,
        .hideShowPassword-toggle:focus {
          border-color: #0088cc;
          outline: transparent;
        }


/************ CONTACTO*****************/
.contacto{
    padding-top: 1%;
    padding-bottom: 1%;
}
.contacto button{
    background-color: #4c4b4b;
    color: #ffffff;
    border-color: #4c4b4b; 
}
.contacto button:hover,.contacto button:focus,.contacto button:active{
    background-color:  #999999;
    color: #ffffff;
    border-color:  #999999; 
}
.contacto span{
    color: #ffffff !important;
    font-weight: 100 !important;
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
    .carousel {
      height: 627px;
    }

    .carousel .item {
      height: 627px;
    }
    .carousel-inner > .item > img {
      height: 627px;
    }    
    .carousel2 {
      height: 333px;
    }

    .carousel2 .item {
      height: 333px;
    }
    .carousel-inner2 > .item > img {
      height: 333px;
    }    
}

.social-footer{
  color: white;
}
.social-footer > a{
  margin-right: 4px;
}
