@charset "utf-8";
/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
@font-face {
 font-family: BentonSansNormal;
 src: url('../fonts/BentonSansBBVA-Book_1.otf');
 font-weight: normal;
}
@font-face {
 font-family: BentonSansLight;
 src: url('../fonts/BentonSansBBVA-Light_1.otf');
 font-weight: lighter;
}
@font-face {
 font-family: BentonSansBold;
 src: url('../fonts/BentonSansBBVA-Medium_1.otf');
 font-weight:bold;
}
@font-face {
 font-family: BentonSansBolder;
 src: url('../fonts/BentonSansBBVA-Bold.otf');
 font-weight: bolder;
}

#wrapper {
 width: 100%;
 background-color: #ffffff;
 font-family: BentonSansNormal, Arial;
 font-weight: normal;
}

#content {
 width: 100%;
}

#header {
 width: 100%;
 background-color: #001b45;
 margin: 0 auto;
}

.headerimg {
 width: 300px;
 margin: 0 auto;
 display: block;
}
#separador {
 height: 50px;
 width: 100%;
}
#chat {
 width: 100%;
    height: 100%;
 margin: 0 auto;
 padding-top: 2%;
 text-align: center;
 padding-bottom: 10em;
}
#chat span {
 border-bottom: solid 1px #000000;
}
#chat a{
 text-decoration: none;
 color: #000000;
}
#chat img {
 width:30px;
 vertical-align: middle;
 display: inline-block;
 padding-right: 10px;
}
#banner {
 background-color: #d1e5ff;
 overflow: hidden;
}
.banner {
 /*** width: 200px; NEW HEADER GIF **/
  max-width: 100%;
 height: auto;
 margin: 0 auto;
 display: block;
 position: relative;
    top: 0px;
    /*animation: aparicion 2s 1;*/

.img-responsive.mobile {
  display: none;
}

 }
@keyframes aparicion {
    0% {
        transform: translate3d(0px, 100px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate3d(0px, 50px, 0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
} 
.main {
 font-family: BentonSansLight, Arial;
 font-weight:lighter;
 width: 40%;
 margin: 0 auto;
 text-align: center;
 font-size: 20px;
 display: table;
}
#main {
    padding-bottom:6em;
}
.main h1 {
 font-family: BentonSansBold, Arial;
 font-weight: bold;
 font-size: 40px;
}
.main_text {
 padding: 2% 10%;
}
#main_rrss {
 width: 100%;
 margin: 0 auto;
 text-align: center;
 /*padding-top: 5%;*/
 padding-top: 2%;
}
#main_rrss img {
 width:50px;
 padding: 0 20px;
}
.button {
 border-radius: 12px;
 background-color: #2ecacb;
 border: none;
 color: #FFFFFF;
 text-align: center;
 font-family: BentonSansNormal, Arial;
 font-weight:normal;
 font-size: 20px;
 padding: 20px;
 width: 300px;
 transition: all 0.5s;
 cursor: pointer;
 margin: 5% auto;
}
.button:hover {
 background-color: #d1e5ff;
 color: #082146; 
}
#baja a {
 color: #000000;
 text-decoration: none;
 border-bottom: solid 1px #000000;
 border-spacing: 15px 0;
 padding-bottom: 0.1em;
}
#footer {
 position:fixed;
    bottom:0;
    width:100%;
 background-color: #082146;
 color: #ffffff;
 display: table;
 height: 4em;
}
#contacto {
 display: table-cell;
    vertical-align: middle;
}
#contacto img {
 height: 20px;
 vertical-align: bottom;
 padding-right: 10px;
}
#contacto li {
 list-style-type: none;
 display: inline;
 float: left;
 padding:0 20px;
}
#rrss {
 display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    padding-left: 5px;
 width:300px;
}
#rrss img {
 height: 30px;
}
#rrss li {
 list-style-type: none;
 display: inline;
 /*** float: left; ****/
 padding:0 20px;
}
#contacto a {
 color: #ffffff;
 text-decoration: none;
}

@media (max-width: 480px) {
 .main {
  font-family: BentonSansLight, Arial;
  font-weight:lighter;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
 }
 .main h1 {
   font-family: BentonSansBold, Arial;
   font-weight:bold;
   font-size: 30px;
 }
 .button {
  font-size: 16px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5% auto;
 }
 #contacto li span {
  display:none;
 }
 .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}
@media (max-width: 600px) {
 #main_rrss img {
  width:30px;
  padding: 0 20px;
 }
 .main {
  font-family: BentonSansLight, Arial;
  font-weight: lighter;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
 }
 .main h1 {
   font-family: BentonSansBold, Arial;
   font-weight:bold;
   font-size: 26px;
 }
 #separador {
  height: 10px;
  width: 100%;
 }
 .button {
  font-size: 14px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5% auto;
 }
 
 #contacto img {
  height: 15px;
  padding-right: 5px;
 }
 #contacto {
  width:50%;
 }
 #contacto li {
  padding:0 10px;
 }
 #rrss {
  width:50%;
 }
 #rrss li {
  padding:0 10px;
 }
 
 #rrss img {
  height: 15px;
 }
 #contacto li span {
  display:none;
 }
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
  #baja a {
 font-size:12px !important;
  } 
}