
/*Fuente Nunito*/

@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-BoldItalic.woff2') format('woff2'),
        url('fonts/ApexNew-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-BookItalic.woff2') format('woff2'),
        url('fonts/ApexNew-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New';
    src:
        url('fonts/ApexNew-Bold.woff2') format('woff2'),
        url('fonts/ApexNew-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-Medium.woff2') format('woff2'),
        url('fonts/ApexNew-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-Light.woff2') format('woff2'),
        url('fonts/ApexNew-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-LightItalic.woff2') format('woff2'),
        url('fonts/ApexNew-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-Book.woff2') format('woff2'),
        url('fonts/ApexNew-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Apex New';
    src: 
        url('fonts/ApexNew-MediumItalic.woff2') format('woff2'),
        url('fonts/ApexNew-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*General*/

html {
   margin: 0;
    padding: 0; 
}

body {
  font-family: 'Apex New', Arial, "sans-serif";
  color: #002f6c;
  font-weight: normal;
  font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}


@media only screen and (min-width: 992px) {
   body {
       font-size: 20px;
    }
}


.hide {
  display: none !important;
}


a {
    color: #00bdd3;
    transition: color 0.2s;
}

a:hover, a:active, a:focus {
    color: #00cee6;
}

p a, li a {
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

.nowrap {
    white-space: nowrap;
}

.colorprincipal {
    color: #002f6c;
}

.bloque-contenido {
  margin-bottom: 2em;
}

video {
  width: 100%;
  height: auto;
  border: 1px solid #dfdfdf;
}

.img-responsive {
    display: block;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5em 1.5em;
}


.container {
  max-width: 1260px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}


.verticalcenter {
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
     -ms-flex-wrap:nowrap;
         flex-wrap:nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

.numerado {
    background-position: top left;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-left: 39px;
    padding-top: 2px;
}

  
.only-desktop {
 display: inherit;
}

.only-mobile {
 display: none;
}

@media only screen and (max-width: 767px) {

 .only-desktop {
 display: none;
 }

 .only-mobile {
 display: inherit;
 }

}


table.tabla-cabecera thead th {
  font-weight: 700;
  color: #002f6c;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>tbody>tr:last-child {
  border-bottom: 2px solid #009ca6;
}



/*Titols*/
h1, h2, h3, h4 {
  color: #002f6c;
  margin-bottom: 1em;
}

h1 {
  font-weight: bold;
  font-size: 28px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}






/*HEADER*/


body.paginaglobal > header {
    position: relative;
    z-index: 20;
    background: #f7f7f7;
    
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}




 body.paginaglobal > header:after {
  content: "";
  position: absolute;
  left: 0;
     right: 0;
     bottom: 0;
  height: 30px;
  width: 100%;
  background: url(../img/ola-azul.svg) bottom center;
  background-repeat: no-repeat;
  background-size: 110% 70%;
     z-index: 10;
}
    


/*Logo*/
.navbar-brand {
  padding: 0;
    margin: 20px 0 20px 20px;
    display: block;
    max-width: 176px;
}

.navbar-brand a {
    display: block;
    margin: 0
}

.navbar-brand img {
  width: 176px;
  height: auto;
    display: block;
    margin: 0;  
    -webkit-transition: width 0.5s;
    transition: width 0.5s;  
}



@media only screen and (min-width: 992px) {
body.paginaglobal > header {
    position: sticky;
    top: 0;
    z-index: 20;
}
    
.navbar-brand {
    max-width: 232px;
    margin: 20px 0 35px 50px;
}
    
.navbar-brand img {
 width: 232px;  
}


.scrolled-header .navbar-brand img {
  width: 176px;
}
}




/*Menú*/



#menusuperior {
    padding: 0;
    margin: 0;
    list-style: none;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#menusuperior li {
    list-style: none;
}

#menusuperior li.pagina2 a {
    text-decoration: none;
    display: block;
     width: 100px;
    height: 100px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #00bdd3;
    color: #002f6c;
    font-weight: 500;
    text-align: center;
    
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 30;
    
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
    
    display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
     -ms-flex-wrap:nowrap;
         flex-wrap:nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

#menusuperior li.pagina2 a:hover {
    background-color: #00cee6;
}

#menusuperior li.pagina2 a span {
    display: block;
}

#menusuperior li.pagina2 a img {
    margin: 6px auto 0 auto;
     display: block;
width: 24px;
height: 19px;
}



@media only screen and (min-width: 992px) {
    
   #menusuperior li.pagina2 a {
    width: 120px;
    height: 120px;
    font-size: 20px;
}
    
.scrolled-header #menusuperior li.pagina2 a {
    width: 100px;
    height: 100px;
    font-size: 18px;
}

    
#menusuperior li.pagina2 a img {
        -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px;
height: 24px;
    }
    
.scrolled-header #menusuperior li.pagina2 a img {
    margin: 4px auto 0 auto;
width: 24px;
height: 19px;
}
}

/*INICIO*/

.menuinicio {
  margin: 0 0 100px 0;
}



.menuinicio a {
    cursor: pointer;
    position: relative;
    margin: 0;
}


.pretitulo {
    color: #002f6c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}


.menuinicio h2 {
    color: #002f6c;
font-weight: bold;
font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.tres-noticias > div {
    margin-bottom: 20px;
}

.tres-noticias > div:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
   .tres-noticias {
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;    
}

.tres-noticias > div {
    width: 49%;
} 
}

@media only screen and (min-width: 992px) {
 .tres-noticias > div {
    width: 32%;
     margin-bottom: 0;
}   
}

.enlace-noticia h2 {
    font-size: 1.2em;
}
.enlace-noticia {
/*background-color: #ebf2f6;*/
}

.enlace-noticia .zona-boton {
    margin-top: 0;
    margin-bottom: 25px;
}

.enlace-noticia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.enlace-noticia-texto .zona-texto {
    padding: 5px 20px 10px 20px;
}

.descripcion {
    color: #002f6c;
    font-size: 1.2em;
    font-weight: 300;
}

.zona-boton {
    margin-top: 30px;
}

figure.circuloblando {
      position: relative;
background-color: #eaf2f7;
border-radius: 64% 36% 58% 42%/54% 58% 42% 46%;
width: -webkit-max-content;
width: -moz-max-content;
    width: 70%;
max-width: 70%;
    padding-bottom: 70%;
box-shadow: 0 4px 0 6px #fff;
    background-size: cover;
    margin: 0 auto;
    background-position: center center;
}

figure.circuloblandobis {
      position: relative;
background-color: #eaf2f7;
border-radius: 37% 73% 25% 75%/69% 49% 51% 43%;
width: -webkit-max-content;
width: -moz-max-content;
    width: 70%;
max-width: 70%;
    padding-bottom: 70%;
box-shadow: 0 4px 0 6px #fff;
    background-size: cover;
    margin: 0 auto;
    background-position: center center;
}

figure.imgrectangular {
    height: 230px;
    margin-bottom: 20px;
    position: relative;
}

figure.imgrectangular img {
    display: block;
    width: 100%;
    height: 100%;
        -o-object-fit: cover;
    object-fit: cover;
    }


.detalls {
    font-size: 0.86em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #002f6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detall .iconadetall {
    width: 20px;
    max-width: 30%;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.detall .iconadetall img {
    width: 20px;
    height: auto;
    max-width: 100%;
    display: block;
    position: relative;
    top: -1px;
}

.detall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 10px;
    margin-right: 40px;
}

.detalls .detall:last-of-type {
    margin-right: 0;
}

.detall p {
    margin-bottom: 0;
}



.icon-forward {
    width: 26px;
    height: 26px;
    background-image: url("../img/forward.svg");
    background-position: center center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

.icon-fletxa {
    width: 26px;
    height: 26px;
    background-image: url("../img/fletxa.svg");
    background-position: center center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

.icon-fletxa-avall {
    width: 26px;
    height: 26px;
    background-image: url("../img/fletxa-avall.svg");
    background-position: center center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}


.articulovisto .icon-forward {
    background-image: url("../img/seen.svg");
}

.boton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #00bdd3;
color: #002f6c;
border: 2px solid #00bdd3;
text-transform: uppercase;
    text-decoration: none;
    text-align: center;
font-weight: bold;
min-width: 150px;
    padding: 11px 57px 7px 28px;
line-height: 1.2;
border-radius: 37px;
position: relative;
     -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s; 
}

.boton.sinseguimiento {
    padding-right: 28px;
}


.boton:hover, .boton:focus, .boton:active {
    background-color: #00cee6;
border-color: #00cee6;
    color: #002f6c;
    text-decoration: none;
}

.boton .icon-forward {
    position: absolute;
    margin: 0 15px 0 0;
    top: calc(50% - 13px);
    right: 0;
    z-index: 10;
}

.boton .icon-fletxa, .boton .icon-fletxa-avall {
    position: absolute;
    margin: 0 15px 0 0;
    top: calc(50% - 13px);
    right: 0;
    z-index: 10;
}

.boton.boto-guia {
    padding-left: 48px;
    margin-left: 20px;
}

.boton.boto-guia .icon-boto-guia {
    width: 65px;
    height: 65px;
    background-image: url("../img/curso/boto-guia.png");
    background-position: center center;
    background-size: 65px 65px;
    background-repeat: no-repeat;
    position: absolute;
    top: -13px;
    left: -30px;
    z-index: 10;
}

.boton.boto-guia .icon-boto-tinkering {
    width: 65px;
    height: 65px;
    background-image: url("../img/curso/boto-tinkering.png");
    background-position: center center;
    background-size: 65px 65px;
    background-repeat: no-repeat;
    position: absolute;
    top: -13px;
    left: -30px;
    z-index: 10;
}

@media only screen and (min-width: 992px) {
    .boton.boto-guia .icon-boto-guia, .boton.boto-guia .icon-boto-tinkering {
        top: -10px;
    }
}

.zona-boton .boton {
    margin-right: 10px;
    margin-bottom: 10px;
}

.zona-boton .boton:last-of-type {
    margin-right: 0;
}

.textconnector {
    text-align: center;
    font-size: 1.4em;
    padding: 20px;
}

.textconnectorburbuja {
    padding: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.textconnector p:last-of-type {
    margin-bottom: 0;
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    figure.circuloblando {
    width: 90%;
max-width: 90%;
    padding-bottom: 90%;
}
}


.mt-guia-lg {
    margin-top: 30px;
}

.mt-guia-md {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .mt-guia-md {
    margin-top: 135px;
}
}

@media only screen and (min-width: 992px) {
   .textconnector {
    font-size: 1.8em;
    }
    .mt-guia-lg {
        margin-top: 135px;
    }
}


/*Enlace fondo imagen*/

.enlace-fondoimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 410px;
    padding: 50px 30px;
}

.enlace-fondoimg .enlace-fondoimg-texto {
    position: relative;
background-color: #eaf2f7;
border-radius: 39% 65% 45% 59%/49% 51% 45% 51%;
width: -webkit-max-content;
width: -moz-max-content;
width: 100%;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: 760px;
padding: 50px;
box-shadow: 0 4px 0 6px #fff;
    }

.enlace-fondoimg .pretitulo {
    padding: 0 40px;
}

.enlace-fondoimg h2 {
    padding: 0 40px;
}


.enlace-fondoimg .descripcion {
    padding: 0 40px;
}

.enlace-fondoimg .detalls {
    padding: 0 40px;
}





/*Enlace fondo color plano*/


.enlace-fondocolorazulclaro {
    background-color: #ebf2f6;
}

.enlace-fondocolorazulmedio {
    background-color: #cfe5f2;
}

.enlace-fondocolorblanco {
    background-color: #ffffff;
}

.enlace-fondocolor-conolas {
    position: relative;
}

.enlace-fondocolor-conolas::before {
    content: "";
  position: absolute;
  left: 0;
     right: 0;
     top: -24px;
  height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 110% 80%;
    z-index: 10;
    background-position: bottom center;
}

.enlace-fondocolor-conolas::after {
    content: "";
  position: absolute;
  left: 0;
     right: 0;
     bottom: -24px;
  height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 110% 80%;
    z-index: 10;
    background-position: top center;
}

.enlace-fondocolorazulclaro.enlace-fondocolor-conolas::before {
  background-image: url(../img/ola-azul-claro-top.svg);
}

.enlace-fondocolorazulclaro.enlace-fondocolor-conolas::after {
  background-image: url(../img/ola-azul-claro-bottom.svg);
}

.enlace-fondocolorazulmedio.enlace-fondocolor-conolas::before {
  background-image: url(../img/ola-azul-medio-top.svg);
}

.enlace-fondocolorazulmedio.enlace-fondocolor-conolas::after {
  background-image: url(../img/ola-azul-medio-bottom.svg);
}

.enlace-fondocolor {
     padding: 70px 30px;
}

.enlace-fondocolor.enlace-fondocolor-conolas {
    padding: 35px 30px;
}

.enlace-fondocolor .enlace-fondocolor-dentro > div {
    margin-bottom: 40px;
    }

.enlace-fondocolor .enlace-fondocolor-dentro > div:last-of-type {
    margin-bottom: 0;
    }

    

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

.enlace-fondocolor .enlace-fondocolor-dentro {
        display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
 -ms-flex-wrap:wrap;
     flex-wrap:wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-line-pack: start;
    align-content: flex-start;

}
    
.enlace-fondocolor .enlace-fondocolor-dentro > div {
      width: 47.25%;
    margin-bottom: 0;
    }
    

}


@media only screen and (min-width: 992px) {
.enlace-fondocolor-conolas::before {
     top: -49px;
  height: 50px;
}

.enlace-fondocolor-conolas::after {
     bottom: -49px;
  height: 50px;
}
    
}










/*ARTICULO*/

.jumbotron {
    background-color: #cfe5f2;
    border-radius: 0;
    padding: 20px 30px;
    margin: 0 0 40px 0;
}

.jumbotron h2 {
    color: #002f6c;
font-weight: bold;
font-size: 2em;
    margin-bottom: 10px;
}


.jumbotron a.paginicio {
   color: #002f6c; 
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url("../img/fletxa-esquerra.svg");
    background-size: 24px 20px;
    min-height: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 36px;
    padding-top: 4px;
}

.jumbotron a.paginicio:hover, .jumbotron a.paginicio:focus, .jumbotron a.paginicio:active {
    color: #0046a0;
}


.img-wave {
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -40px 0 30px 0;
    position: relative;
}

.img-wave img {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
}



.articulo {
   padding: 20px 30px;
}

#contenido-cargado > div.articulo:last-of-type {
    margin-bottom: 100px;
}

.articulo .container > .row {
    margin-bottom: 1em;
}


.articulo h2 {
   color: #002f6c;
font-weight: bold;
font-size: 2em;
    margin-bottom: 20px;
}

.articulo h3 {
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 20px;
}


.articulo h4 {
    font-size: 1.4em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #002f6c;
    border-bottom: 2px solid #002f6c;
    
}

.articulo figure {
    position: relative;
    height: 400px;
    margin-bottom: 35px;
}

.articulo figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.caja-azul {
    background-color: #eaf8ff;
    padding: 35px 40px;
    border-radius: 5px;
    font-size: 1.12em;
    margin: 0 0 30px 0;
}

.caja-azul .detall {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    border-bottom: 2px solid #002f6c;
}

.caja-azul .detall:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.caja-azul .detall img {
    top: 0;
}

@media only screen and (min-width: 768px) {
.caja-azul .detall img {
    top: 1px;
}
    
.img-wave {
    min-height: 250px;
}
.img-wave img {
    height: 40px;
}
}

@media only screen and (min-width: 992px) {
 .img-wave {
    min-height: 300px;
}   
}


/*Icono audio y video*/


.icon-audio {
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-audio.png");
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
    z-index: 10;
}

.icon-video {
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-video.png");
    background-position: center center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
    z-index: 10;
}


.enlace-fondoimg .icon-audio, 
.enlace-fondoimg .icon-video {
    right: 49%;
    right: calc(50% - 35px);
    bottom: 50%;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
}

/*Boton siguiente fase*/

.siguientefase {
    margin: 60px 0 0 0;
}

.siguientefase a {
    cursor: pointer;
}

.siguientefase figure {
    max-width: 300px; height: 150px; 
    margin: 0 auto;
    border: 9px solid #ffffff;
    border-radius: 8px;
}

.siguientefase .zona-boton {
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 10;
    top: -22px;
    margin-bottom: -22px;
}

.siguientefase .zona-boton .boton {
    font-size: 0.95em;
}

.siguientefase .zona-boton .boton .siguientefasetitulo {
    font-size: 0.95em;
    text-transform: none;
}

/*Video*/

.video-teaser {
  border: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 0 0;
  width: 100%;
}

.video-teaser video {
  border: 0;
  width: 100%;
    height: auto;
}


.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width:100%;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:5;
}

/*Audio*/


.caja-audio {
    background-color: #c7c7c7;
    border: 1px solid #1f1f1f;
    text-align: center;
    color: #ffffff;
    padding: 30px;
}

.caja-audio a, .caja-audio a:hover, .caja-audio a:focus, .caja-audio a:active {
    text-decoration: none;
}


.caja-audio p {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.caja-audio h2 {
    margin-bottom: 20px;
    color: #1f1f1f;
    text-align: center;
    font-size: 26px;
}

.caja-audio a.boton-player-radio {
    display: inline-block;
}

.caja-audio a.boton-player-radio:hover h2 {
    color: #002f6c;
}


@media only screen and (min-width: 768px) {
  .caja-audio {
    padding: 40px 60px;
}  
}








/*FOOTER*/


.ola-azul-oscuro {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    top: 2px;
}


footer {
    background-color: #002f6c;
    color: #ffffff;
    padding: 25px;
    position: relative;
    text-align: center;
}



footer p {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.7;
}

footer p strong {
    font-weight: bold;
}

footer p a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
}

footer p a:hover,
footer p a:focus,
footer p a:active {
    color: #00bdd3;
    text-decoration: none;
}


/*BOTON SUBIR*/


.back-to-top {
    position: fixed;
    bottom: 125px;
    right: -40px;
    display: block;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 50px;
    background: #002f6c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px 0 0 6px;
    padding: 2px;
    opacity: 0;
    z-index: 100;
     -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.back-to-top.show {
    opacity: 0.6;
    right: 0;
}







/*CARRUSEL SLIDER*/


.carousel.slide {
    margin: 30px 0;
    position: relative;
}

.left.carousel-control,
.right.carousel-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 50px;
}

ol.carousel-indicators {
  margin-bottom: 0px
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 15px;
  height: 4px;
  border: none;
  margin: 0px 3px;
}

.carousel .carousel-indicators {
  position: relative;
  margin-top: 10px;
}

.carousel-inner {
  margin: 0 auto;
  max-width: 100%;
  background: #eaf8ff;
  padding: 0 60px;
    border-radius: 20px;
}

.carousel-item {
    padding: 40px 0;
}

.carrusel-flecha-iz {
/*  display: block;
  position: absolute;
 top: 50%;
  width: 50px;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;*/
    display: none;
}

.carrusel-flecha-de {
/*  display: block;
  width: 50px;
    top: 50%;
  position: absolute;
  right: 0px;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;*/
    display: none;
}

@media only screen and (min-width: 768px) {
    
 .carousel-control-next, .carousel-control-prev {
    width: 80px;
}  
    
.carousel-inner {
  padding: 0 90px;
}
    
}

/*Carrusel slider*/
.carousel-control-prev-icon {
  background-image: url(../img/fletxa-esquerra.svg);
}

.carousel-control-next-icon {
  background-image: url(../img/fletxa.svg);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 30px;
  height: 25px;
    background-size: 30px 25px;
    position: relative;
    bottom: 10px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-indicators li {
  background-color: #cfe5f2;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #002f6c;
  opacity: 1;
}


/*PESTANYES*/



/*Cajas linkeables modo dos columnas*/
.botones-caja .boton_activo {
  background: #002f6c;
  border: none;
}

.botones-caja .grupo-botones {
  text-align: center;
  max-width: 400px;
}

.botones-caja.horizontal .grupo-botones {
  max-width: none;
}

.botones-caja .grupo-botones.laterales .btn {
  text-align: left;
}

.botones-caja .botones-caja-caja {
  min-height: 160px;
  margin-bottom: 15px;
  background-color: #eaf8ff;
  padding: 40px;
}

.botones-caja .botones-caja-caja .botones-caja-contenido {
  display: none;
}

.botones-caja .botones-caja-caja .botones-caja-contenido:first-child {
  display: block;
}

.botones-caja .btn-interactivo {
  width: 100%;
  margin: 12px auto 0px;
  white-space: normal;
  background: #00bdd3;
  color: #002f6c;
  border-radius: 8px;
  border: 1px solid #white;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
    font-size: 1em;
    font-weight: bold;
}

.botones-caja .btn-interactivo.boton_activo:hover,
.botones-caja .btn-interactivo:hover {
  background: #002f6c;
  color: #ffffff;
  border: 1px solid #002f6c;
}

.botones-caja .btn-interactivo.boton_activo {
  background: #002f6c;
  color: #ffffff !important
  -webkit-box-shadow: 5px 5px 2px 0px #aaa;
}

.botones-caja .btn-interactivo:first-child {
  margin: 10px auto 0px;
}

.botones-caja .btn-interactivo:last-child {
  margin: 12px auto 15px;
}

.row.r-contenido.grupo-botones>div {
  margin-top: 0px
}

#objetivos {
  padding: 3em;
}

#objetivos li p {
  color: #555555;
}

/*Caja linkeables horizontal*/
.botones-caja.vertical .btn-interactivo,
.botones-caja.horizontal .btn-interactivo {
  margin: 10px auto 2px;
  background: #00bdd3;
  width: 100%;
  color: #002f6c;
  border: 1px solid #00bdd3;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
    padding: 12px 30px 10px 30px;
    line-height: 1.2;
}


.botones-caja.vertical .btn-interactivo.boton_activo,
.botones-caja.horizontal .btn-interactivo.boton_activo {
  background: #002f6c;
    border: 1px solid #002f6c;
  color: white;
}

.botones-caja.vertical .btn-interactivo:hover,
.botones-caja.horizontal .btn-interactivo:hover {
  background: #00cee6;
  border: 1px solid #00cee6;
  color: #002f6c;
}

.botones-caja.vertical .btn-interactivo.boton_activo:hover,
.botones-caja.horizontal .btn-interactivo.boton_activo:hover {
  background: #002f6c;
  border: 1px solid #002f6c;
  color: #ffffff;
}

.botones-caja.horizontal .btn-interactivo:last-child {
  margin: 10px auto 2px;
}

.botones-caja.vertical .grupo-botones,
.botones-caja.horizontal .grupo-botones {
  text-align: center;
  margin-bottom: 15px
}



/*Reptes*/

.reptecolumna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
}


/*FLEX*/

.colsfree {
	display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
 -ms-flex-wrap:nowrap;
     flex-wrap:nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: flex-start;
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
-ms-flex-line-pack: start;
    align-content: flex-start;
}


.doscol > div, .trescol > div {
	margin-bottom:10px;
}



@media only screen and (min-width: 768px) {
.doscol, .trescol {
	display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
 -ms-flex-wrap:nowrap;
     flex-wrap:nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
-ms-flex-line-pack: start;
    align-content: flex-start;
}
.doscol > div {
	width:48%;
	margin-bottom:0;
}
.trescol > div {
	width:32%;
	margin-bottom:0;
}
}




/*MODAL*/

.modal .modal-dialog {
    max-width: 900px;
}

.modal .modal-content {
    margin-left: 20px;
    margin-right: 20px;
}

.modal .modal-body {
    padding: 0.5rem 2rem 2rem 2rem;
}

.modal .modal-header {
    border-bottom: none;
    padding: 0.8rem 0.8rem 0 0.8rem;
}


