@charset "UTF-8";

/*generales*/
body {
	background-color: #005476;
}
.contenido {
	background-color: #fff;
	width: 100%;
	padding: 60px 0;
}
.centrar {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.colizq {
	float: left;
	width: 47%;
	overflow: hidden;
}
.colizq img{
	width: 100%;
	height: auto;
}
.colder {
	float: right;
	width: 47%;
	overflow: hidden;
}
.colder img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.col1y2 {
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: hidden;
}
.col3 {
	float: right;
	width: 30%;
	overflow: hidden;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 120%;
	color: #18c1f3;
	margin-bottom: 15px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #005476;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #005476;
}
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #000;
}
p a {
	color: #18c1f3;
}
p a:hover {
	text-decoration: none;
}
.fecha {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #1891d0;
}

/*cabecera*/
.cabecera {
	background-color: #FFFFFF;
	height: 90px;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.logo {
	float: left;
	background-image: url(../../../../wp-content/themes/temaRN/img/bridge-logo.gif);
	background-size: 190px 66px;
	height: 68px;
	width: 190px;
	margin-top: 11px;
	text-indent: -9999px;
	z-index: 1500;
	position: relative;
}
.menu {
	right: 0px;
	top: 0px;
	height: 90px;
	position: absolute;
	width: 100%;
}
.botonprivatearea {
	width: 150px;
	height: 10px;
	padding: 42px 0px 38px 50px;
	background-color: #1891d0;
	background-image: url(../../../../wp-content/themes/temaRN/img/lock.png);
	background-repeat: no-repeat;
	background-size: 15px 19px;
	background-position: 25px 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
	display: block;
	text-decoration: none;
	float: right;
}
.botonprivatearea:hover {
	background-color: #18c1f3;
	background-image: url(../../../../wp-content/themes/temaRN/img/unlock.png);
	background-size: 15px 21px;
	background-position: 25px 33px;
}
.botonprivateareadentro {
	width: 150px;
	height: 10px;
	padding: 42px 0px 38px 50px;
	background-color: #18c1f3;
	background-image: url(../../../../wp-content/themes/temaRN/img/unlock.png);
	background-repeat: no-repeat;
	background-size: 15px 21px;
	background-position: 25px 33px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
	display: block;
	text-decoration: none;
	float: right;
}

/*contenido home*/
.imghome {
	width: 100%;
	height: auto;
	margin-top: 90px;
}
.imghome img {
	width: 100%;
	height: auto;
	opacity: 0.3;
}
.tithome {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 120%;
	color: #fff;
	position: absolute;
	margin-top: -16vw;
}
.franjabrochure {
	background-color: #005476;
	width: 100%;
	padding: 15px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
}
.franjabrochure a {
	color: #fff;
}
.franjabrochure a:hover {
	text-decoration: none;
}
.contenidoesp {
	background-color: #1891d0;
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	margin-top: -1px;
	z-index: 10;
	position: relative;
}
.txtcontenidoesp {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
}
.centrarwg {
	max-width: 1310px;
	width: 92%;
	margin: 40px auto 0 auto;
	overflow: hidden;
}
.wg1 {
	float: left;
	width: 23%;
	margin: 20px 1% 0 1%;
	height: 80px;
	background-color: #b4afe0;
	border-radius: 40px;
	display: table;
	text-decoration: none;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
}
.wg1:hover {
	background-color: #c8c3f4;
}
.wg1 .icon{
	width: 80px;
	height: 80px;
	background-color: #005476;
	border-radius: 40px;
	position: absolute;
}
.wg1 .icon i{
	width: 80px;
	height: 80px;
	color: #b4afe0;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}
.txtwg {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #005476;
	display: table-cell;
	vertical-align: middle;
	padding-left: 97px;
	padding-right: 17px;
}
.wg2 {
	float: left;
	width: 23%;
	margin: 20px 1% 0 1%;
	height: 80px;
	background-color: #d7e5be;
	border-radius: 40px;
	display: table;
	text-decoration: none;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
}
.wg2:hover {
	background-color: #ebf9d2;
}
.wg2 .icon{
	width: 80px;
	height: 80px;
	background-color: #005476;
	border-radius: 40px;
	position: absolute;
}
.wg2 .icon i{
	width: 80px;
	height: 80px;
	color: #d7e5be;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}
.wg3 {
	float: left;
	width: 23%;
	margin: 20px 1% 0 1%;
	height: 80px;
	background-color: #3dd6b0;
	border-radius: 40px;
	display: table;
	text-decoration: none;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
}
.wg3:hover {
	background-color: #51eac4;
}
.wg3 .icon{
	width: 80px;
	height: 80px;
	background-color: #005476;
	border-radius: 40px;
	position: absolute;
}
.wg3 .icon i{
	width: 80px;
	height: 80px;
	color: #3dd6b0;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
}
.wg4 {
	float: left;
	width: 23%;
	margin: 20px 1% 0 1%;
	height: 80px;
	background-color: #aad3e6;
	border-radius: 40px;
	display: table;
	text-decoration: none;
	transition:background-color 0.2s ease 0s;
    -webkit-transition:background-color 0.2s ease 0s;
    -moz-transition:background-color 0.2s ease 0s;
    -o-transition:background-color 0.2s ease 0s;
}
.wg4:hover {
	background-color: #bee7fa;
}
.wg4 .icon{
	width: 80px;
	height: 80px;
	background-color: #005476;
	border-radius: 40px;
	position: absolute;
}
.wg4 .icon i{
	width: 80px;
	height: 80px;
	color: #aad3e6;
	font-size: 26px;
	text-align: center;
	line-height: 80px;
}

/*footer*/
.franjanewsletter {
	background-color: #1891d0;
	width: 100%;
	padding: 15px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
}
.franjanewsletter i {
	margin-left: 12px;
}
.franjanewsletter a {
	color: #fff;
}
.franjanewsletter a:hover {
	text-decoration: none;
}
.contenidofooter {
	width: 100%;
	padding: 50px 0 80px 0;
}
.footerizq {
	float: left;
	max-width: 310px;
	width: 100%;
}
.europe {
	width: 84px;
	height: 56px;
	float: left;
	background-image: url(../../../../wp-content/themes/temaRN/img/europe.png);
	background-size: 84px 56px;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 30px;
}
.txtfooter {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
}
.colizqmin {
	float: left;
	width: 47%;
	overflow: hidden;
}
.coldermin {
	float: right;
	width: 47%;
	overflow: hidden;
}
.logofooter {
	margin-top: 25px;
	height: auto;
	max-width: 205px;
	width: 100%;
}
.rrss {
	float: right;
}
.rrss i {
	color: #005476; 
	margin-left: 5px;
	transition:color 0.2s ease 0s;
    -webkit-transition:color 0.2s ease 0s;
    -moz-transition:color 0.2s ease 0s;
    -o-transition:color 0.2s ease 0s;
}
.rrss i:hover {
	color: #fff;
}

/*resto de páginas*/
.bloqueimgcabecera {
	width: 100%;
	height: 210px;
	margin-top: 90px;
	overflow: hidden;
	border-bottom: solid 20px #1891d0;
}
.bloqueimgcabecera#data-management {
	border-bottom: solid 20px #b4afe0;
}
.bloqueimgcabecera#business-models {
	border-bottom: solid 20px #d7e5be;
}
.bloqueimgcabecera#regulations {
	border-bottom: solid 20px #3dd6b0;
}
.bloqueimgcabecera#customer-engagement {
	border-bottom: solid 20px #aad3e6;
}
.bloqueimgcabecera img{
	width: 100%;
	height: auto;
	opacity: 0.3;
}
.titpag {
	font-family: 'Raleway', sans-serif;
	line-height: 120%;
	color: #fff;
	position: absolute;
	margin-top: -185px;
}
.breadcrumbs {
	font-family: 'Raleway', sans-serif;
	line-height: 120%;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 55px;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.titpagtxt {
	font-family: 'Raleway', sans-serif;
	line-height: 120%;
	font-size: 45px;
	font-weight: 600;
}
.filanoticias {
	max-width: 1280px;
	width: 90%;
	margin: 30px auto 50px auto;
	overflow: hidden;
}
.colizq .wg1 {
	width: 100%;
	margin: 0 0 40px 0;
}
.colizq .wg1:hover {
	background-color: #b4afe0;
}
.colizq .wg2 {
	width: 100%;
	margin: 0 0 40px 0;
}
.colizq .wg2:hover {
	background-color: #d7e5be;
}
.colizq .wg3 {
	width: 100%;
	margin: 0 0 40px 0;
}
.colizq .wg3:hover {
	background-color: #3dd6b0;
}
.colizq .wg4 {
	width: 100%;
	margin: 0 0 40px 0;
}
.colizq .wg4:hover {
	background-color: #aad3e6;
}
.projectswg1 {
	max-width: 1280px;
	width: 90%;
	margin: -50px auto 0 auto;
	padding: 35px 0 0 0;
	overflow: hidden;
	border-top: solid 1px #b4afe0;
}
.projectswg2 {
	max-width: 1280px;
	width: 90%;
	margin: -50px auto 0 auto;
	padding: 35px 0 0 0;
	overflow: hidden;
	border-top: solid 1px #d7e5be;
}
.projectswg3 {
	max-width: 1280px;
	width: 90%;
	margin: -50px auto 0 auto;
	padding: 35px 0 0 0;
	overflow: hidden;
	border-top: solid 1px #3dd6b0;
}
.projectswg4 {
	max-width: 1280px;
	width: 90%;
	margin: -50px auto 0 auto;
	padding: 35px 0 0 0;
	overflow: hidden;
	border-top: solid 1px #aad3e6;
}
.filaprojects {
	max-width: 1280px;
	width: 90%;
	margin: 30px auto 50px auto;
	overflow: hidden;
}
.logoproject img {
	height: auto;
	max-height: 75px;
	width: auto;
	max-width: 220px;
}
.campo {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 20px;
	border: solid thin #005476;
	padding: 5px;
	outline: none;
}
.mensaje {
	height: 120px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 20px;
	border: solid thin #005476;
	padding: 5px;
	outline: none;
}
.enviar {
	max-height: 40px;
	width: 150px;
	margin-top: 30px;
	padding: 5px;
	outline: none;
	border: none;
	background-color: #18c1f3;
	border-radius: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px ;
	color: #005476;
	cursor: pointer;
	text-align: center;
}
.enviar:hover {
	background-color: #2cd5ff;
}

/********************mediaqueries*********************/
@media all and (max-width: 1680px) {
.bloqueimgcabecera img{
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
}
@media all and (max-width: 1180px) {
.wg1 {
	width: 46%;
	margin: 20px 2% 0 2%;
}
.wg2 {
	width: 46%;
	margin: 20px 2% 0 2%;
}
.wg3 {
	width: 46%;
	margin: 20px 2% 0 2%;
}
.wg4 {
	width: 46%;
	margin: 20px 2% 0 2%;
}
.centrarwg {
	width: 94%;
}
}
@media all and (max-width: 900px) {
.imghome {
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.imghome img {
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
.tithome {
	font-size: 22px;
	margin-top: -143px;
}
.txtcontenidoesp {
	font-size: 16px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
}
@media all and (max-width: 650px) {
.contenidoesp {
	padding: 40px 0;
}
.colizq {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}
.colder {
	float: none;
	width: 100%;
}
.contenido {
	padding: 40px 0;
}
.col1y2 {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.col3 {
	float: none;
	width: 100%;
}

.contenido .centrar .col3{height: 262px;overflow: scroll;position: relative;top: auto;right: auto;}
.footerizq {
	max-width: none;
}
.filanoticias {
	margin: 30px auto;
}
}
@media all and (max-width: 580px) {
.wg1 {
	width: 100%;
	margin: 0;
}
.wg2 {
	width: 100%;
	margin: 20px 0 0 0;
}
.wg3 {
	width: 100%;
	margin: 20px 0 0 0;
}
.wg4 {
	width: 100%;
	margin: 20px 0 0 0;
}
.centrarwg {
	width: 90%;
}
}
@media all and (max-width: 550px) {
.botonprivatearea {
	text-indent: -9999px;
	width: 15px;
}
.tithome {
	font-size: 18px;
	margin-top: -135px;
}
.titpag {
	margin-top: -150px;
}
.breadcrumbs {
	margin-bottom: 40px;
}
.titpagtxt {
	font-size: 30px;
}
.bloqueimgcabecera {
	height: 175px;
}
.rrss {
	float: none;
	padding-top: 15px;
}
}
@media all and (max-width: 400px) {
.colizqmin {
	float: none;
	width: 100%;
}
.coldermin {
	float: none;
	width: 100%;
}
}