<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ESTILOS TIPO */


/* FIN ESTILOS TIPO */

/* ESTILOS GENERALES */

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
	line-height:1;
    background-image: url('../img/bck_office.jpg');
	background-repeat:repeat-x;
	background-color:#333333;
}

p{
	line-height:22px!important;
	margin:10px 0;
	font-size:12px;
}
h1{  
	font-size:50px;
	color:#000;
}
h2{
    font-size:18px;
	color:#333;
	line-height:40px;
}
h3{
	color:#999;
	font-size:16px;
}

a:link {
    color: white;
    text-decoration: none;
}
a:visited { color:white;  }
a:active { color:white;  }
a:hover { color:white; text-decoration:none; }


ul{
list-style-type: none;
padding: 0px;
margin-left: 6px;

}

ol{padding-left:30px;}

strong, b {
	font-weight:bold;
}

/* FIN ESTILOS GENERALES */

/* ESTILOS LAYOUT */

#wrapper{
    margin:0 auto;
	max-width:1200px;
}

#header{
	position: relative;
}


#footer{
	width:100%;
	padding-top:32px;
	min-height:62px;
	display:block;
	clear:both;
	text-align:center;
	background-image: url('../img/separador_footer.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}

#content{
	width:100%;
	background-color:#F3F3F3;
	min-height:300px;
	-webkit-box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
    clear: both;
    box-sizing: border-box;
    padding: 20px;
}

div.footer-content{
	width:166px;
	margin:0 auto;
}

div.footer-content p{
	margin:0;
	float:left;
	padding-top:16px;
}

div.footer-content img{
	padding-top:20px;

}


.logo{
	position: absolute;
    top: 50px;
    right: 30px;
    z-index: 100;
}
.top-bar{
    padding: 10px 0;
}
ul.socials{
    display: inline-block;
    vertical-align: middle;
}
ul.socials li{
    display: inline-block;
    vertical-align: top;
}
.idiomas{
    display: inline-block;
    vertical-align: middle;
	margin:0 5px 0px 30px;
	font-size:12px;
	color:#fff;
}

/* FIN ESTILOS LAYOUT */


/* ESTILOS TABLAS  */

div.contenidos table th{
padding:7px 15px;
border: 1px #CCC solid; 
background-color:#F2F2F2; 
color:black;
font-weight:bold;
}

div.contenidos table td{
padding:7px 15px;
border: 1px #CCC solid;
}


/* ESTILOS ESPECÃFICOS PARA BRANCAM */

.brcm-navigation{
    background: #01583e;
}

.brcm-navigation ul li{
	display:inline-block;
	padding-right:10px;
	line-height:150%;
    position:relative;
    font-size: 18px;
    font-weight: 300;
}
.brcm-navigation ul li.brcm-current-node a{
    color: #9ac8b0;
}
.brcm-navigation ul li a{
	color: white;
	text-decoration:none;
	text-shadow: 1px 1px 0px #000000;
    display: block;
    padding: 10px 15px;
}

.brcm-navigation li ul {
    display:none;
    background-color:#4A4B4A;
    left:0;
    margin:0;
    height:auto;
}

.brcm-navigation li ul li {
    background:none;
    display:block;
    float:left;
    text-align:left;
    margin-bottom:0px;
    border-bottom:1px solid #333;
}
.brcm-navigation li ul li:last-child{border-bottom:0px;}
    .brcm-navigation li ul li span{margin:0px 10px;}

.brcm-navigation li:hover ul {display:block;}

.brcm-navigation ul li.brcm-active-node a{
	color: #9ac8b0;
}

.brcm-image a img{
    width: 100%;
}

/* FIN ESTILOS ESPECÃFICOS PARA BRANCAM */

/* ESTILOS PLANTILLA OFFICE */

.brcm-flexslider {
 margin: 0!important;
    padding: 0;
    overflow:hidden;
    border:0px!important;
    background:transparent;
    box-shadow:none;
}
.brcm-language-selection a{
	color:#fff;
}

.slide{
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: white;
    
    
}
.slide .brcm-slider .brcm-flexslider {
    margin: 0;
    padding: 0;
    overflow:hidden;
    border:0px;
    background:transparent;
    box-shadow:none;
    
}
.slide .brcm-flexslider, .slide .brcm-flexslider ul, .slide .brcm-flexslider li{
    height: 300px;
    overflow: hidden;
}
/*
.brcm-flexslider .brcm-flexslider-slides li{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
*/
.slide .brcm-flexslider .brcm-flexslider-slides img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.brcm-slider div.brcm-flexslider div.brcm-flexslider-caption {display:none;}

	div.navigation {
		margin: 1% 0%;
	}

.contacto-banner{
	background-image: url('../img/bck_contacto_banner.png');
    background-repeat: no-repeat;
	width:186px;
	height:114px;
	position:absolute;
	top:-7px;
	left:685px;
	padding-left:27px;
	padding-top:50px;
}

.contacto-banner p{
	width:100px;
	margin-left:55px;
	margin-top:3px;
}

.contacto-banner a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
}

.contacto-banner a:hover{text-decoration:underline;}

.text-banner{
	color:#FFF;
	font-size:50px;
	width:500px;
	margin-top:75px;
	margin-left:120px;
	line-height:60px;
	text-shadow: 2px 1px 1px #666666;
	filter: dropshadow(color=#666666, offx=2, offy=1);
}

.contenidos{
	min-height:256px;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
    font-size: 12px!important;
	line-height:22px!important;
}

.contenidos p{
	padding:10px 20px;
}

.contenidos ul{
	padding:0px 20px;
	list-style-type: none;
}

.contenidos ol{
	padding:0px 20px!important;
	list-style-type: none;
}


.contenidos ul li{
	display:block;
    background-image: url('../img/punto.png');
    background-repeat: no-repeat;
    background-position: 0px 4px; 
    padding-left: 15px!important;
    line-height:20px;
	font-size:12px;
	margin:6px 0;
}

.contenidos ol li{
    line-height:20px;
	font-size:12px;
	margin:6px 0;
}

.contenidos-generic{
    padding-top: 10%;
	padding:15px 20px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:2px solid #fff;
	min-height:256px;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
    font-size: 12px!important;
	line-height:22px!important;
}
.contenidos-generic:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.contenidos-generic ul li{
	display:block;
    background-image: url('../img/punto.png');
    background-repeat: no-repeat;
    background-position: 0px 4px; 
    padding-left: 15px;
    line-height:20px;
	font-size:12px;
	margin:6px 0;
}

.contenidos-generic ol li{
    line-height:20px;
	font-size:12px;
	margin:6px 0;
}

.content-interior .destacado .contenidos .contenedor-contenidos h2{
	background: #205b97; /* Old browsers */
	background: -moz-linear-gradient(top, #205b97 0%, #246ab1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205b97), color-stop(100%,#246ab1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #205b97 0%,#246ab1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205b97', endColorstr='#246ab1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #205b97 0%,#246ab1 100%); /* W3C */
	padding:14px 0px 14px 20px;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height:22px;
	font-size:18px;
}

.content-interior .centro .contenidos .contenedor-contenidos h2{
	background: #205b97; /* Old browsers */
	background: -moz-linear-gradient(top, #205b97 0%, #246ab1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205b97), color-stop(100%,#246ab1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #205b97 0%,#246ab1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205b97', endColorstr='#246ab1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #205b97 0%,#246ab1 100%); /* W3C */
	padding:14px 0px 14px 20px;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height:22px;
	font-size:18px;
}

.content-interior .derecha .contenidos .contenedor-contenidos h2{
	background: #205b97; /* Old browsers */
	background: -moz-linear-gradient(top, #205b97 0%, #246ab1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205b97), color-stop(100%,#246ab1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #205b97 0%,#246ab1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #205b97 0%,#246ab1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205b97', endColorstr='#246ab1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #205b97 0%,#246ab1 100%); /* W3C */
	padding:14px 0px 14px 20px;
	color:#fff;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height:22px;
	font-size:18px;
}

.content-interior .derecha .contenidos .contenedor-contenidos div{
	/* padding:10px 20px 10px 20px;*/ 
}

.destacado{
	float:left;
	width:298px;
}

.ancho-completo{
	float:left;
	width:905px;
}

.centro{
	float:left;
	width:299px;
}

.derecha{
	float:left;
	width:308px;
}

.titulo{
	background: #01A54F;
    width: 100%;
    padding: 4px 0px 4px 0px;
    color: white;
    display: inline-flex;
    line-height: 22px;
    font-size: 18px;
}
.titulos{
   display: inline-block;
    color: white!important;
    width: 25%;
}

div.titulo div.titulos h3{
color: white;
font-size: 14px;
}

.inferior{
	float:left;
	width:100%;
	background-color:#F3F3F3;
	padding: 10px 20px;
	width:870px;
}

.inferior p{
	padding:0;
}

.content-interior{
	width:100%;
	overflow:hidden;
	background: url('../img/bck_portada.jpg') repeat-y;
    float:left;
}

.content-generic{
	width:100%;
	overflow:hidden;
	background-color:#F3F3F3;
}

.brcm-actions input {
	display: block;
	border: 1px solid #2362a5;
	font-size: 18px;
	color: white;
	font-weight: normal;
	cursor: pointer;
	padding: 7px 10px;
	text-align: center;
	background: #2362a5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px #D4D4D4;
	box-shadow: 0px 2px 3px #D4D4D4;
}

/* ESTILOS PAGINAS */
.img1{
width: 97%;
}

.img2{
width: 30%;
}

.img3{
width: 67%;
}

.img4{
width: 67%;
}

.img5{
width: 30%;
float: right;
}

.img6{
width: 30%;
float: right
}

.foto-menu{
width: 40px;
margin-right: 2%;
margin-left: 10px;
float: left;
}

.grup-dret{
width: 50%;
float: left;
}
grup-esquerra{
width: 50%;
float: right;
}

.left-qs{
width: 50%;
float: left;
}

.right-qs{
width: 50%;
float: right;
display: inline-block;
}

.img1-qs{
width: 100%;
}

.img2-qs{
width: 49%;
float: left;
}

.img3-qs{
width: 49%;
float: right;
}

.img1-sv{
width: 49%;
height: 70%;
float: left;
}

.img2-sv{
width: 49%;
height: 35%;
float: right;
}

.img3-sv{
width: 49%;
height: 35%;
float: right
}

.right-ct{
width: 50%;
float: right;
}

.right-70{
width: 65%;
float: left;

}
.left-ct{
width: 100%;
height: 33%;    
}
.left-ct-2{
width: 100%;
height: 33%;     
}
.left-ct-3{
width: 100%;
height: 33%;      
}

.right-30{
width: 30%;
float: right;
}

.right-ct-1{
width: 100%;
height: 50%;
}
.right-ct-2{
width: 100%;
height: 50%;
}
link-social{
float: left;
}
/* FIN ESTILOS PLANTILLA OFFICE */



.top-menu{
    background: #78a027;
    padding: 10px;
	width: 100%; 
}
.top-menu li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0;
    box-sizing: border-box;
}
.top-menu li.recycle{

}
.top-menu li.stocks{

}
.top-menu li.salvamento{

}
.top-menu li.asesor{

}
.top-menu li a{
    color: white;
    display: block;
    cursor: pointer;
    padding: 10px 5px 0px 40px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    min-height: 40px;
    text-transform: uppercase;
    font-size: 16px;
}
.top-menu li.recycle a{
    background: url(/img/recicla.png) no-repeat left center;
}
.top-menu li.stocks a{
    background: url(/img/stocks.png) no-repeat left center;
}
.top-menu li.salvamento a{
    background: url(/img/salvamento.png) no-repeat left center;
}
.top-menu li.asesor a{
    background: url(/img/asesor.png) no-repeat left center;
}
.main-menu{
    background: #00543D;
}


.brcm-generic-element-with-images-on-the-right .brcm-group-of-images{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    float: right;
}
.brcm-generic-element-with-images-on-the-right .brcm-group-of-images .brcm-image-and-caption{
    width: 100%;
    float: none;
    clear: both;
}
.brcm-generic-element-with-images-on-the-right .brcm-group-of-images img{
    max-width: 100%;
}
.brcm-generic-element-with-images-on-the-right .brcm-body{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
}
#content .brcm-body p, #content .brcm-body li{
    font-size: 18px;
    line-height: 22px;
}
#content .brcm-body h2{
    font-size: 20px;
}
#content .brcm-body h3{
    font-size: 18px;
}
#content .brcm-body a{
    color: #01A54F;
}
#content .brcm-body table{
    width: 100%;
}
#content .brcm-body li{
    list-style-type: disc;
    padding: 0;
}
#content .brcm-body li ul{
    margin: 5px 20px;
}
.email-icon{
    background: url(../img/arroba.png) no-repeat left 10px;
    padding-left: 60px;
    min-height: 80px;
    margin: 20px 0;
}
.email-telephone{
    background: url(../img/icon-telephone.png) no-repeat left 10px;
    padding-left: 60px;
    min-height: 80px;
    margin: 20px 0;
}

#content .brcm-image-and-caption .brcm-caption a{
    color: #01A54F;
}


body.recycle .top-menu li.recycle a{
    color: #00573C;
}
body.stocks .top-menu li.stocks a{
    color: #00573C;
}
body.salvamento .top-menu li.salvamento a{
    color: #00573C;
}
body.asesor .top-menu li.asesor a{
    color: #00573C;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 1200px){
    .brcm-navigation ul li a{
        padding: 10px;
    }
    .top-menu li.recycle{
        width: 20%;
    }
    .top-menu li.stocks{
        width: 20%;
    }
    .top-menu li.salvamento{
        width: 15%;
    }
    .top-menu li.asesor{
        width: 28%;
    }
}
@media screen and (max-width: 976px){
    .brcm-navigation ul li{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
    .brcm-navigation ul li a{
        padding: 5px 10px;
    }
    .top-menu li.recycle{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
    .top-menu li.stocks{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
    .top-menu li.salvamento{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
    .top-menu li.asesor{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
}

@media screen and (max-width: 768px){
    .brcm-generic-element-with-images-on-the-right .brcm-group-of-images{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
        float: none;
    }
	

    .brcm-generic-element-with-images-on-the-right .brcm-body{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
    }
}

@media screen and (max-width: 500px){
    .idiomas, ul.socials{
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
        float: none;
    }
    
}

</pre></body></html>