.col-xs-12 {
  width: 100%;
}

/*--------------------------------------------------------------
# BUZON NOVEDADES TELEFONICA!
--------------------------------------------------------------*/

.buzon{
  background: url(../images/buzon.png) no-repeat;
  background-position: 20px 45px;
  background-color: #64C5D6;
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 60px auto;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 700px){
  .buzon{
    background-image: none;
  }
}
.buzon span{
  font-size: 9pt;
  line-height: 1;
  color: white;
  display: inline-block;
  margin: 0 10px 20px 10px;

}
#formnewsletter {
  max-width: 500px;
  margin: auto;
}
#formnewsletter div.row.collapse {
  margin-bottom: 5px;
}
#formnewsletter input[type="text"], #formnewsletter input[type="email"] {width: 100%;padding: 0px 20px;font-size: 19px; margin: 0;}
#formnewsletter .button {margin: 0 !important; background: #262626!important; color: #fff; border:0px; padding: 4px 20px 4px; font-size: 2em;}
.widget-area h4, #formnewsletter h5 {display: none;}

.boletin_pop ul {margin: 0px; padding: 0px;}
.boletin_pop .buzon {margin-bottom: 0px!important;}

/*-----placeholder-------*/
::-webkit-input-placeholder{
  color: #6B7075;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6B7075;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #6B7075;
}
:-ms-input-placeholder {  
  color: #6B7075;
}
/*--------------------------------------------------------------
# BOLETIN!!!
--------------------------------------------------------------*/

.boletin_pop {
  max-width: 540px;
  width: 80%;
  height: auto;
  background-color: #64AECC;
  z-index: 12;
  position: fixed;
  left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    padding: 35px;  
}
.boletin_pop .logo{
  margin: 0 auto;
  width: 92px;
}
.boletin_pop .logo img{
  width: 100%;
}
.boletin_pop .buzon {
    background-image: none;
    background-position: 20px center;
    background-color: transparent;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 70px auto;
    text-align: center;
    padding: 30px 0 0;
}

.boletin_pop input[type="text"],
.boletin_pop input[type="email"]{
  height: 36px;
  width: 100%;
  float: none;
}
.boletin_pop input[type="checkbox"]{
  height: 15px; 
  vertical-align: text-top;
    margin-right: 5px;

}
.boletin_pop input[type="submit"]{
  height: 36px;
  clear: both;
  float: none;
  width: auto;
  padding-left: 10px; 
  padding-right: 10px; 
  margin: 0 auto;
}

.boletin_pop p{
  font-family: telefonica_regular;
  font-size: 1.3em;
    line-height: 1.3;
    color: #CEEDF2; 
}
.oscboletin{
  position: absolute;
      width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
    z-index: 11;
}

.boletin_pop .close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/button_close.png) no-repeat center;
  background-size:95%;
  cursor: pointer; 
}
.wrapboletin {
   display: none;
   position: absolute;
   z-index: 9999;
   width: 100%;
   top: 0;
   height: 100%;
}


#formnewsletter .form-msg {
  display: none;
  color:red; 
  font-style: italic; 
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.aviso-legal {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.aviso-legal strong {
  text-decoration: underline;
  cursor: pointer;
}

.aviso {
    height: 170px;
    margin: 20px 42px 0px;
    overflow: auto;
    background: #e8e8e8;
    display: none;
}

.form-msg {
  font-size: 14px;
  line-height: 21px;
}

article.ft-ruc-widget .collapse {
  display: block;
  margin: 0;
}

#formnewsletter .columns .button {
  margin-top: 0px !important;
}

article.ft-ruc-widget form input {
    height: 50px;
    border: 0;
}

article.ft-ruc-widget .aviso {
    background: transparent;
    height: auto;
    color: white;
    margin: 0px;
}

.wrapboletin article.ft-ruc-widget .aviso {
    height: 170px;
    margin: 15px 0 0 0;
}

.row-aux{
  position: relative;
  height: 30px;
}

#formnewsletter .wpcf7-list-item {margin: 0;}
#formnewsletter .wpcf7-acceptance input[type="checkbox"] {vertical-align: text-bottom;}
#formnewsletter .wpcf7-spinner {display: none;}
#formnewsletter input[type="submit"].button {width: 100%; height: auto; line-height: 1.5;}
