@charset "UTF-8";




/* CSS Document

contenido
03 colores y titulos
    03.2 images
04 lines bg
05 backgrounds
07 theme lines
08 pages custom
    08.3 tabs
09 shapes
10 icons number
11 magnet
12 uikit
13 containers page colors 
14 sp builder
20 carrousel home
21 services boxes
22 carta y cifras
23 tablas datos
24 footer
25 preload
26 language

30 responsive
*/

.visually-hidden{
  display : none;
}

:root { 
  /** azules roadis **/
	--color-primary: #1654A2 ; /** blue **/
	--color-secondary:#9fbee4 ; /** blue light **/
  
	--color-primary-dark:  #1654A2; /** blue dark **/
	--color-primary-medium:#1C99FE ; /** blue meddium **/
	--color-primary-light:#9fbee4 ; /** blue light **/
    	--color-aquamarine:#00f6ff ; /** aquamarine **/
    
	--color-primary-alpha:rgba(3,63,135,0.8) ;
	--color-secondary-alpha:rgba(77,141,225,0.85) ;
	--color-grey-light-alpha:rgba(231,231,231,0.85) ;

	--color-text-dark:  #101010; /** blue dark **/
	/* ----reset tema----*/

	--font-weight-heading: 200;
	--font-weight-body: 200;
	--font-size-base: 14px;
	
	--body-font: "Karla", sans-serif;
	
  	--font-H:"DM Sans", sans-serif;
	--heading-font:"DM Sans", sans-serif;
    --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
    --font-pre: "Courier 10 Pitch", Courier, monospace;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	
}


	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

}
h1, h2, h3, h4, h5, h6{}


body {
line-height: var(--line-height-base);
		/* ---  font-family: var(--body-font);---*/
  
    font-weight: var(--font-weight-body);
    margin: 0;
    text-rendering: optimizeLegibility;
    transition: 100ms;
    transition-property: background-color, color;
}

p {
    line-height: 20px;
    margin-bottom: 15px;
}

.has-anim p{    line-height: 28px;
    margin-bottom: 15px;}

.alioth-services.style_2.light .service-toggle.blue, .alioth-services.style_2.light .service-title.blue {
    color: var(--color-primary)!important;
}


.orb-blog-2 .orb-content .orb-object-frame .orb-deco {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -40px;
    width: 80px;
    height: 160px;
	 
    background-color: var(--color-primary);
}



.site-logo {
    width: 120px;
    
}


/**  titulo scroll wellcome**/

.cas-headline {
    
}


.cas-bg-text {
   /**  font-size: 50px;**/
 
}

.cas-titles .cs-title {
	  /**  aqui cabra   font-size: 40px;**/
		font-size: 50px;
 		padding: 150px 0;
}

.cas-project.free {
    display: block;
    margin-right: 300px;
    width: 50vw;
    position: relative;
    height: auto;
	max-width: 30vh;
}

.cas-project.free .cs-cat {
    display: none
}

  /**  Header menu **/

.site-header.menu_dark.fullscreen_menu::before {
    background: var(--color-primary);
}

.site-header.light .header-cta-but a {
    color: var(--color-secondary);
}

.site-header.light .header-cta-but a::before {
    background:  var(--color-primary);
}


  /**  Scroll top **/
.cas-bg-text{} /** bg trxt**/
 /**  text over images **/
.cas-titles .cs-title a {
  
}

 body.dark .cas-titles .cs-title a {
	  /**     color: var(--color-secondary);opacity: 0.8;**/
 
}


b, strong { font-weight: 800;}
body.dark p , .text-dark , .text-white { font-weight: 100}
h4 {font-weight: 400!important;}
.fw-400{font-weight: 400!important;}


	/* ----tabs home ----*/
.alioth-services.style_2 .service-title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.07em;
    cursor: pointer;
    display: block;
    float: left;
    padding: 60px 0;
    overflow: hidden;
}


/* ----------------------------------
03 colores y titulos
------------------------------------- */

.text-blue{color: var(--color-primary-medium)!important;}
.text-blue p{color: var(--color-primary-medium)!important;}
.bg-white{background-color: white}
.bg-dark{background-color: #191b1d}
.bg-blue{background-color: var(--color-primary);}
div.project-details.bg-blue{ackground-color: var(--color-primary)}
/* ----colores corporativos roadis----*/
.blue{ color: var(--color-primary);}
p.uk-card-title.text-dark{color: var(--color-text-dark);}
div.sppb-addon.sppb-addon-text-block.text-black p{color: var(--color-text-dark);}
h3.text-dark , .text-dark p , .text-dark {color: var(--color-text-dark)!important;}
/* ----uikit----*/
.white p {
    text-color: white !important;
    color: white !important;
}
.uk-text-white{
    text-color: white !important;
    color: white !important;
}
.text-white{
    text-color: white !important;
    color: white !important;
}

/* ----títulos----*/


h2 {
    font-size: 28px;
    line-height:30px;
    font-weight: 700;
    letter-spacing: -0.06em;
}
h4 {
    font-size: 25px;
    line-height: 28px;
    margin-left: -1px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.project-cat {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin-bottom: 25px;
    line-height: 40px;
}

.project-title h1.big-title {
    margin: 0;
    display: block;
    font-size: 80px;
    line-height: 95px;
}

/* ----------------------------------
03.2 images max-height: 400px;
    height: 400px;
------------------------------------- */
.single-image.parallax_wrapper {
    width: 100%;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    overflow: hidden;
   
}


/* ----------------------------------
04 lines bg
------------------------------------- */

.lines-wrap {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .lines-wrap {
      display: none; } }
  .lines-wrap .lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #DDDBCF;
    border-right: 1px solid #DDDBCF; }
    .lines-wrap .lines-inner .lines {
      position: absolute;
      left: 33.333333%;
      right: 33.333333%;
      height: 100%;
      border-left: 1px solid #DDDBCF;
      border-right: 1px solid #DDDBCF; }



/* ----------------------------------
new section title
------------------------------------- */

.section-title-dark:before{

}



/* ----------------------------------
05 backgrounds
------------------------------------- */

.project-featured-image::before {
  
    opacity: 1;
}

.bg-cartografia{
background-image: url(/memoria-anual-2021/images/backgrounds/bg-cartografia_light.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
	}

.bg-romo-shapes{
	background: #ffffff;
background-image: url(/memoria-anual-2021/images/graficos/formas_romas.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;padding-top: 155px;
	}

div.section.bg-twist , .bg-twist{
background-image: url(/memoria-anual-2021/images/backgrounds/twist_black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
	}

div.section.bg-blue-shape , .bg-innovacion-footer{
background-image: url(/memoria-anual-2021/images/backgrounds/roaider_genius_blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
	}


/* ----------------------------------
07 theme lines
------------------------------------- */

lines {
    position: relative;
}

/* ----------------------------------
8 page customs
------------------------------------- */

/* ----------------------------
    08.1 datos pais
------------------------------- */


img.icono-proyectos-dato {width: 100px}
img.icond-hand-scroll { width: 30px}

.ac-number {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -7.5px;
    height: 100px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    overflow-y: hidden;
    padding-right: 5px;
}



p.uk-card-title.text-dark{font-size:14px; font-weight: bold; text-transform: uppercase
}



/* ----------------------------
    08.3 tabs Tabs Basic Styles
------------------------------- */



ul.uk-tab li{padding: 4px 5px;background-color: rgba(42,42,42,0.03);border: 2px solid #fff;border-radius: 20px;-webkit-box-shadow: 0 0 0 2px rgba(42,42,42,0.03);box-shadow: 0 0 0 2px rgba(42,42,42,0.03); margin-right: 20px; text-align: center}

ul.uk-tab li.uk-active {padding: 4px 5px;background-color: rgba(42,42,42,0.06);border: 2px solid #ffffff ;border-radius: 20px;-webkit-box-shadow: 0 0 0 2px rgba(42,42,42,0.03);box-shadow: 0 0 0 2px rgba(42,42,42,0.03); margin-right: 20px; text-decoration: none}



.uk-tab>.uk-active>a {
color: #1e87f0;
    border-color:  rgba(255,255,255,0);
}



.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;  
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    transition: opacity .15s linear;
}


.uk-tab::before {border-bottom: 0px solid #ffffff;}

img.img-tab-proyectos{ width: 30%;}

/* ----------------------------
   09 shapes
------------------------------- */

.magnet {
  display: inline-block;


  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all .5s ease;
}
.magnet-mouse-active {
  background-color: #000000;
}

.follow {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #f0d647;
  border-radius: 100%;
  transition: transform .1s ease;
}




@media screen and (max-width: 1680px){
img.shape-1, img.shape-2, img.shape-3 {
    max-width: 100px;
    top: -66px;
}}

img.shape-left {
    position: absolute;
    left: 100px;
    top: -100px;
    z-index: 1;
}
img.shape-right {
    position: absolute;
    right: 100px;
    top: -100px;
    z-index: 1;
}
img.shape-right2 {
position: absolute;
right: 100px;
z-index: 2;
top: -100px;

}


.down-mark-line {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(/memoria-anual-2021/images/graficos/subrayado_azul.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    animation: section-animation 3s infinite;
}

/* ------------------------------------------------------------------------------------------------------------------------------------
   10 icons number
--------------------------------------------------------------------------------------------------------------------------------------- */

/*********************************************
multiicon
*********************************************/





.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}





.bg {display: block;}
.bg-mobile {display: none;}




/* ------------------------------------------------------------------------------------------------------------------------------------
   11 magnet
--------------------------------------------------------------------------------------------------------------------------------------- */

.magnet-mouse-active {
	background-color: transparent!important;}

/* ------------------------------------------------------------------------------------------------------------------------------------
   12 uikit
--------------------------------------------------------------------------------------------------------------------------------------- */	
	.uk-text-small {
    font-size: .875rem;
    line-height: 1;
}
.uk-heading-small {
    font-size:1.5rem;
    line-height: 1.2;
}
body.dark em{

    color: #696969;
}


/* ******************************uikit********************************/


.uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 184, 255, 0.5);
}


.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 184, 255, 0.5);
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 184, 255, 0.5);
}

.uk-card-body p , .uk-card-body{ font-weight: 100;
   
}

	/* ------------------------------------------------------------------------------------------------------------------------------------
   13 container page colors
--------------------------------------------------------------------------------------------------------------------------------------- */	




	/* ------------------------------------------------------------------------------------------------------------------------------------
   14 sp builder
--------------------------------------------------------------------------------------------------------------------------------------- */	

.overlay-background-style {
    background: -webkit-linear-gradient(45deg, rgba(0, 184, 255, 0.8) 0%, rgba(0, 70, 255, 0.7) 100%) transparent;
    background: linear-gradient(45deg, rgba(0, 184, 255, 0.8) 0%, rgba(0, 70, 255, 0.7) 100%) transparent;
}


sppb-addon-overlay-image:hover{display:block;-webkit-animation:zoomIn .2s;animation:zoomIn .2s}
.overlay-background-style{position:absolute;left:0;top:0;height:100%;width:100%;transition:.4s linear}
.overlay-background-style::after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;opacity:0;transition:.6s linear}
.overlay-background-style:hover {
    background: -webkit-linear-gradient(45deg, rgba(0, 184, 255, 0) 0%, rgba(0, 70, 255, 0) 100%) transparent;
    background: linear-gradient(45deg, rgba(0, 184, 255, 0) 0%, rgba(0, 70, 255, 0) 100%) transparent;
    ;transition:.6s linear
}

/* ------------------------------------------------------------------------------------------------------------------------------------
  20 carrousel home
--------------------------------------------------------------------------------------------------------------------------------------- */
	

.aw-project {
    display: block;
    margin-bottom: 200px;
    overflow: hidden;
height: 40vh;
}

.cas-project {
    display: block;
    margin-right: 300px;

    position: relative;
    width: 40vw;
    height: 40vh;
}


/* -------fullscrren----------------------------------------------------------------------------------- */
	
.ss-project .ss1-image {
    display: block;
}



	/* ---fullscreen home ----*/
.fs-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.06em;
    margin-bottom: 100px;
    line-height: 65px;
    width: 100%;
    display: block;
    overflow: hidden;
}


/* ------------------------------------------------------------------------------------------------------------------------------------
  20 carrousel home v2 
--------------------------------------------------------------------------------------------------------------------------------------- */
	
.ss2-project-title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.06em;
    display: block;
    margin-bottom: 30px;
    line-height: 60px;
}

div.button-home-fullscreen{
 pointer-events: all;
}



/* ------------------------------------------------------------------------------------------------------------------------------------
  21 services boxes
--------------------------------------------------------------------------------------------------------------------------------------- */
	
.service--box-icon {
    border: 6px solid var(--color-aquamarine);
    width: 100%;
    height: 22.7rem;
    background-color: #fff;
}
.service--box-icon-content {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: transparent;
}


.service--box-icon .text {
    position: absolute;
    bottom: 1.9rem;
    left: 3.5rem;
    max-width: 80%

}

.service--box-icon .icon {
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
}


.service--box-icon .text h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

/* ---------list ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------------------
  22 carta y cifras
--------------------------------------------------------------------------------------------------------------------------------------- */
	
div.foto-carta {
    background: #f7f7f7;
    padding: 17px;
    text-align: center;
    border: 1px solid rgba(178,178,178,0.2);
    max-width: 90%;
}



div.uk-card-badgel.numero-cifras{ font-size: 40px}

/* ------------------------------------------------------------------------------------------------------------------------------------
  23 tablas datos
--------------------------------------------------------------------------------------------------------------------------------------- */

sppb-addon-table-main {
    width: 100%;
}


	.sppb-addon-table-main th {
    background: rgba(64,64,64,0.82);
    color: #fff;
    border: none;
    padding: 16px 20px;
    font-size: 14px;text-transform: uppercase; font-weight: 700;
}


.sppb-addon-table-main tbody tr {
    background: rgba(131,122,122,0.12);
    border: none;
}
/* -----pares fila---------------------------- */

.sppb-addon-table-main tbody tr:nth-child(even) {
    background:  rgba(131,122,122,0.42);
}



.sppb-addon-table-main td {
    border: none;
    color: grey;
    padding: 16px 20px;
    font-size: 14px; text-transform: uppercase;
}


	/* ------------------------------------------------------------------------------------------------------------------------------------
  24 footer
--------------------------------------------------------------------------------------------------------------------------------------- */

.btn-arrow {
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid  rgba(255,255,255,0.3);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: padding 450ms ease-in-out; width: 100%; display: block;
	margin-bottom: 10px;
}
.btn-arrow svg path {
  fill: white;
}
.btn-arrow:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}


#footer-new {
    display: block;
    clear: both;
    background: #ebebeb;
    margin-bottom: 0;
    padding: 100px 0 15px 0;
    z-index: 999;
}
	/* ------------------------------------------------------------------------------------------------------------------------------------
  25 preload
--------------------------------------------------------------------------------------------------------------------------------------- */
.apl-count {
    position: absolute;
    font-size: 200px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.apl-num.apl-num-3 {
    margin-left: -10px;
}

div.trans-text.loader-text-en{font-size: 35px!important;}

	/* ------------------------------------------------------------------------------------------------------------------------------------
  26 languague
--------------------------------------------------------------------------------------------------------------------------------------- */
div.mod-languages ul li.lang-active {
    background-color: none;
}
ul.languague-top{list-style: none;   list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: rotate(-90deg) translateY(50%) translateX(50%);
    -ms-transform: rotate(-90deg) translateY(50%) translateX(50%);
    transform: rotate(-90deg) translateY(50%) translateX(50%);

}

ul.languague-top li {
  float: left;
}

ul.languague-top li a {
  display: block;
 
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
}

ul.languague-top li img , ul.languague-footer li img{
  max-width:20px;
	 width:20px

}


ul.languague-footer {list-style: none;   list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;


}

ul.languague-footer li {
  float: left;
}

ul.languague-footer li a {
  display: block;
 
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
}
	/* ------------------------------------------------------------------------------------------------------------------------------------
  30 responsive
--------------------------------------------------------------------------------------------------------------------------------------- */
.cas-headline {
    font-size: 30px;
    line-height: 45px;
    max-width: 70vw;
    padding-left: 0;
}





@media only screen and (min-width: 576px) {
  

}

@media only screen and (min-width: 768px) {
  
.c-col-12-mobile { width: 100%;}

    
}

@media only screen and (min-width: 840px) {
  
.c-col-12-mobile { width: 100%;}
    
}

@media only screen and (min-width: 992px) {
   

}

@media only screen and (min-width: 1200px) {
   

}

@media only screen and (min-width: 1600px) {
  

}

@media only screen and (max-width: 767px), only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
 .bg-mobile {display: block;}
 .bg {display: none;}
		:root {
    --swiper-navigation-size: 24px;
}
	.site-navigation.fullscreen .menu.main-menu > li.menu-item {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.06em;
    display: block;
    overflow: hidden;
    padding-bottom: 0;
}
/****acordeon  home texto bienvenida******/
    
/****imagenes texto carrousel home******/
.cas-project {
    width: 80vw;
    height: 30vh;
}
	.cas-bg-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.07em;
    position: fixed;
    top: 10%;
    left: 0;
    white-space: nowrap;
    opacity: .02;
}
	/****acordeon secciones home texto bienvenida******/
.cas-headline {
    font-size: 20px;
    line-height: 30px;
    max-width: 70vw;
    padding-left: 0;
}

	

	}


@media only screen and (max-width:450px){
	
		/****menu******/
	
	
	.menu-widget-right {
    right: 5%!important;
    bottom: 8%;
}
	
	.menu-widget-right, .menu-widget-left {
    bottom: 10%!important;
}
	
		/****carrousel******/
	
	.ar-work-image {
    height: 15vh;
}
	
	
	.ar-work {
    display: block;
    margin-right: 20px!important;
    -ms-flex-preferred-size: 40vw;
    flex-basis: 30vw;
    min-width: 50vw!important;
    position: relative;
}
		/****loader******/
		.apl-count {
    position: absolute;
    font-size:80px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
	
	.apl-num.apl-num-3 {
    margin-left: 10px;
}
	
	.m-plr-0{

    padding-left: 0px;
    padding-right: 0px;
    
  
}
	
	
	/****acordeon secciones home******/
.alioth-services.style_2 .service-title {
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0;
}
	
	.ss1-button {
    right: unset;
    left: 50%;
    bottom: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
	/****contador
	.apl-count {
  width: 400px; min-width: 400px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}******/
	}


