/*-- ver 1.0 ----*/
#opcion-corporativa-bce{
  /* display:none; */
}
.banner-seccion{
  padding:200px;
  background-image:url(../images/bg_membresia.jpg); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  }
.bce-title-banner{
  font-family:'Poppins', ralaway, arial;
  color:#ffffff;
  font-size:64px;
  font-weight:100;
  font-style: normal;
  }
.bce-section-content{
  background-image:url('../images/cajas.png');
  background-repeat:no-repeat;
  background-position:-300px center;
}
.section-bce-field{
  margin-bottom:12px;
}
.bce-title-form{
  font-family:'Poppins', ralaway, arial;
  color:#ffffff;
  font-size:25px;
  font-weight:200;
  font-style: normal;
  }
.bce-form-label-field{
  font-size:10px;
  color:#CEE7F9;
  }
.bce-form-suscrib{
  width:565px;
  background:#0181D2C2;
  padding:30px;
  margin-top:-200px;
  box-sizing: border-box;
  border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  }
/*----Apariencias SELECT----*/
select.bce-form-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
.bce-form-select{
  font-size:14px;
  font-weight:200;
  color:rgb(92, 117, 128);
  background-color: #ffffff;
  border: solid 2px #1BBCF4;
  border-radius: 5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:5px 8px;
  background-image:url('../images/select-bg.svg');
/*  background-image:url('../images/cajas.png');*/
  background-repeat:no-repeat;
  background-position:right;
}
.bce-form-field{
  font-size:14px;
  font-weight:200;
  color:rgb(92, 117, 128);
  background-color: #ffffff;
  border: solid 2px #1BBCF4;
  border-radius: 5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:5px 8px;
  }
.bce-form-suscrib .col{
  padding:0 4px;
}
.bce-form-btn{
  border: none;
  color: #ffffff;
  background-color: #0075BC;
  padding:10px 20px;
  border-radius: 5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;  
}

/*------ CSS STYLE POPUP CLICK CASILLA NO SOY UN ROBOT---*/
#popup-captcha-bce{
  width: 302px;
  color: #a9a9a9;
  position: absolute;
  font-family:'open sans', Arial;
  background:#ffffff;
  font-size: 14px;
  border:solid 1px #d3d3d3;
  padding:10px 15px;
  opacity: 0;
  border-radius: 4px;
  filter: drop-shadow(5px 5px 4px #00000030);
  z-index:0;
  transition: 1000ms;
}
#popup-captcha-bce:before {
  width: 25px;
  height: 16px;
  font-size:15px;
  position:absolute;
  content:url('../images/arrow_popup.svg');
  top: -16px;
  left: 15px;
}
.icon-popup-bce:before{
font-size:20px;
font-weight:700;
color:#fff;
width:25px;
height:25px;
margin-right:10px;
padding: 0px 10px;
background:#ff8c00;
content: '\0021';
}
/*------ FIN CSS STYLE POPUP CLICK CASILLA NO SOY UN ROBOT---*/
