@charset "UTF-8";
@import url("../../fonts/GillSans/GillSans.css");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth !important;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-weight: 400;
}

body { font-family: Lato !important; }


.banner-1{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .escritorio{display: none;}
    .movil{display: block;}

    .tam-font{
        font-size: 1.1rem !important;
    }
}

@media screen and (min-width: 768px) {
    .escritorio{display: block;}
    .movil{display: none;}
}

@media screen and (max-width: 991px) {
    .escritorio-2{display: none;}
    .movil-2{display: block;}
}

@media screen and (min-width: 992px) {
    .escritorio-2{display: block;}
    .movil-2{display: none;}
}


@media screen and (min-width: 768px){
    .pleca {
        display: grid;
        grid-template-columns: 1fr 3fr max-content;
    }
}

@media screen and (min-width: 768px){

    .dropdown {
        grid-column: 1;
        grid-row: 1;
    }

    .pleca__ee {
        grid-column: 2;
        grid-row: 1;
    }

    .pleca__uv {
        grid-column: 3;
        grid-row: 1;
    }
}

.texto-tema-margen{
    margin-top: 12px;
}

@media screen and (max-width: 657px){

    .dropdown{
        text-align: left;
    }

    .btn-menu{
        margin: -5px !important;
    }

}

#progress {
    position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	width: 100vw;
	height: 3px;
	transform-origin: 0 50%;
	transform: scaleX(0);
	background: #2D93AD;
}

.btn-menu{
    /* position: fixed; 
    top: 5rem; 
    z-index: 901;  */
    margin: 0; 
    padding: 0.75rem 1.25rem !important;
    box-shadow: none !important;
    transition: .6s linear all;
    /* border: 0px solid #eee0e0;
    border-left: none !important;
    */
    /* border-bottom-right-radius: 8px;
    border-top-right-radius: 8px; */

}

/* Estilos para ajustar el margen superior del botón Menú en escritorio */

.margin-top-btn{
    margin-top: 2em;
    transition: .6s linear all
}

.margin-top-btn-2{
    margin-top: 1em;
    transition: .6s linear all
}

/*  */

@media screen and (min-width: 658px) and (max-width: 767px){
    .btn-menu-resp{
        margin-top: 0px;
    }
}

@media screen and (max-width: 657px){
    .btn-menu-resp{
        align-self: baseline;
        margin-top: 7px;
    }
}


/* Estilos en caso que el menú sea estilo dropdown y no con sidebar */
/* .dropdown-item{
    background-color: transparent !important;
    text-decoration: none;
    background-image: linear-gradient(#2D93AD, #2D93AD);
    background-position: 10% 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}

.dropdown-item:hover, .dropdown-item:focus{
    background-size: 100% 2px;
} */

.dropdown-item i{
    font-size: .7em;
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: #2d93ad;
    color: #fff;
    border-radius: 5px;
    width: 97%;
    margin-left: 5px;
}

.dropdown-menu{
    border: 2px solid #2d93ad;
    z-index: 160;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

/*  */

.pleca__uv {
    align-self: start;
    background-color: #17529C;
    color: white !important;
    letter-spacing: 1.75px;
    padding: 0.3rem;
}


.pleca {
    background-color: transparent;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 200;
}


.pleca__ee {
    align-items: center;
    color: #2D93AD;
    display: flex;
    font-weight: bold;
    text-align: left;
    transition: color 300ms linear;
}

@media screen and (min-width: 580px){
    .pleca__ee__flechas {
        align-self: center;
    }
}

.pleca__ee__flechas {
    align-self: flex-start;
    margin-right: 0.3rem;
    opacity: 0;
    transition: 300ms opacity linear;
}

.tam-font{
    font-size: 1.3rem;
}

.scroll{
    background-color: #fff !important;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.77); 
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.77);
}

.aparecer-desaparecer{
    display: block !important;
    animation: animacion-pleca .6s ease-in-out;
}

@keyframes animacion-pleca {
    0%{
        transform: rotate(0) translateY(-15%);
        opacity: .3;
    }

    100%{
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .pleca .container {
        max-width: 100% !important;
    }
}

/* Pruebas menu / pleca responsivo */
/* @media screen and (max-width: 767px){
    
    .pleca-2{
        background-color: transparent;
        position: fixed;
        text-align: right;
        top: 0;
        width: 100%;
        z-index: 201;
    }

    .pleca-uv-responsivo {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: max-content max-content;
        gap: 10px 5px;
        grid-auto-flow: row;
        grid-template-areas:
            ". pleca-uv-resp pleca-uv-resp"
            "btn-menu-resp titulo-texto-resp titulo-texto-resp";
    }

    .pleca-uv-resp {
        justify-self: stretch;
        align-self: start;
        grid-area: pleca-uv-resp;
    }

    .titulo-texto-resp {
        justify-self: stretch;
        align-self: center;
        grid-area: titulo-texto-resp;
    }

    .btn-menu-resp {
        justify-self: stretch;
        align-self: center;
        grid-area: btn-menu-resp;
    }

} */
/*  */

.banner-esc{    
    position: relative;
    z-index: 60;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
    margin-bottom: -2vw;
}



.titulo-nav-modulo{
    background: rgb(123,33,194);
    /* background: linear-gradient(90deg, rgba(123,33,194,1) 20%, rgba(108,108,255,1) 66%); */
    background: linear-gradient(90deg, rgba(45, 147, 173, 1) 20%, rgba(136, 171, 117, 1) 66%);
}

.titulo-nav-modulo:hover{
    color: #355070 !important;
    background: #fff !important;
}

.sangria-actividades{
    text-indent: 18px;
}

.sidebar {
    background-color: #355070;
    width: 400px;
    position: fixed;
    top: 0;
    left: -400px;
    height: 100%;
    z-index: 999;
    transition: left 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px){
    .sidebar {
        background-color: #355070;
        text-align: center;
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 999;
        transition: left 0.3s;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .sangria-actividades{
        text-indent: 0;
    }
    
}
  
.sidebar.active {
    left: 0;
}
.sidebar__encabezado {
    align-items: center;
    background-color: #355070 !important;
    display: flex;
    height: 3rem;
    justify-content: flex-end;
    padding: 0 1rem;
}

.sidebar__enlace,
.sidebar__icono {
    color: #fff;
    font-size: 1rem;
}

.sidebar__enlace.deshabilitado {
    cursor: default;
}

.sidebar__encabezado:hover .sidebar__icono,
.sidebar__enlace:hover {
    color: rgb(136, 171, 117);
}

.sidebar__enlace:hover {
    color: #355070;
    background-color: #fff;
}

.sidebar__enlace {
    display: block;
    padding: 1rem 2rem 1rem 2rem;
}

.sidebar__elemento--borde {
    border-bottom: 1px #fff solid;
    padding-bottom: 1rem;
}

.sidebar__lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar__dismiss {
    padding: 0.5rem;
}

.sidebar__collapse {
    background-color: #5D57A2 !important;
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-size: 1.3rem;
    margin: 0;
    padding: 0.75rem 1.25rem !important;
    position: fixed;
    top: 5rem;
    z-index: 900;
}

@media screen and (min-width: 768px) {
    .sidebar__enlace,
    .sidebar__icono,
    .sidebar__collapse {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 645px) {
    .sidebar__collapse {    
        top: 6rem;
    }
}

@media screen and (max-width: 419px) {
    .sidebar__collapse {    
        top: 7rem;
    }
}

.btn {
    text-transform: none !important;
    font-size: 1rem !important;
}

.btn-info {
    color: #fff;
}

.overlay.active {
    display: block;
    opacity: 1;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.37);
    z-index: 998;
    opacity: 0;
}

@media screen and (min-width: 768px){
    .btn {
        font-size: 1.3rem !important;
    }
}


.pie-pagina {
    background-color: #E2E1E1;
    color: #515151;
    padding: 2rem 0;
}

.pie-pagina__contenido {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pie-pagina__uv {
    height: 8.5rem;
    margin-bottom: 1rem;
    width: auto;
}


.titulo-principal {
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.8vw;
    z-index: 100;
}

.subtitulo-principal{
    margin-top: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 2vw;
}

@media screen and (max-width: 767px){
    .subtitulo-principal{
        margin-top: 20px !important;
        font-size: 4.6vw;
    }
    .titulo-principal{
        font-size: 6.8vw;
        width: fit-content;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.competencia{
    background-color: #ffffff;
    position: relative;
    z-index: 50;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%);
    margin-bottom: -3vw;

}

.descripcion{
    position: relative;
    z-index: 49;
    background-color: #EDF7F9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    margin-bottom: -5vw;
}

.contenido{
    position: relative;
    z-index: 48;
    background-color: #355070;
    color: #fff;
    font-weight: 500;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%);
    margin-bottom: -3vw;
}

.expertos{
    background-color: #ffffff;
    position: relative;
    z-index: 47;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
    margin-bottom: -4vw;
}

.referencias{
    background-color: #EDF7F9;
    position: relative;
    z-index: 46;
}

.titulo-competencia{
    font-size: 2.1em;
    color: #2d93ad;
    font-weight: bold;
}

.titulo-descripcion{
    font-size: 2.1em;
    color: #355070;
    font-weight: bold;
    padding-top: 1em;
}

.titulo-contenido{
    font-size: 2.1em;
    color: #FFB839;
    font-weight: bold;
    padding-top: 1em;
}

.titulo-expertos{
    font-size: 2.1em;
    color: #355070;
    font-weight: bold;
    padding-top: 1.5em;
}

.titulo-referencias{
    font-size: 2.1em;
    color: #2d93ad;
    font-weight: bold;
    padding-top: 1.5em;
}

.color-amarillo-contenido{
    color: #FFB839;
    font-weight: bold;
}

.lista-contenido{
    list-style-image: url('../../images/home/AZUL_ICONO-CONTENIDO.png');
    margin-left: 2.7em;
}

@media screen and (max-width: 767px) {
    .lista-contenido{
        margin-left: 3.2em !important;
    }
}

.lista-contenido li a{
    color: #fff !important;
}



/* Size para titulos y parrafos */
.parrafo{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.parrafo-fuente{
    font-size: 1.2rem;
}


@media screen and (min-width: 768px) {
    .parrafo{
      font-size: 1.5rem;
    }
   
    .parrafo-fuente{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 991px) {

    .titulo-competencia{
        font-size: 1.7rem !important;
    }

    .titulo-descripcion{
        font-size: 1.7rem !important;
    }

    .titulo-contenido{
        font-size: 1.7rem !important;
    }

    .titulo-expertos{
        font-size: 1.7rem !important;
    }

    .titulo-referencias{
        font-size: 1.7rem !important;
    }

}

@media screen and (max-width: 767px) {

    .titulo-competencia{
        font-size: 1.5rem !important;
        padding-top: .5em !important;
    }

    .titulo-descripcion{
        font-size: 1.5rem !important;
        padding-top: 0 !important;
    }

    .titulo-contenido{
        font-size: 1.5rem !important;
        padding-top: .5em !important;
    }

    .titulo-expertos{
        font-size: 1.5rem !important;
        padding-top: .5em !important;
    }

    .titulo-referencias{
        font-size: 1.5rem !important;
        padding-top: .5em !important;
    }

}

/*  */

/* Estilos para FAQS */

.fa-times{
    transform: rotate(90deg);
    transition: .5s linear all;
}

.fa-plus{
    transform: rotate(0deg);
    transition: .5s linear all;
}

.colapsador .btn{
    box-shadow: none;
    font-size: 1.5rem !important;
}

.btn-colapsar {
    box-shadow: none;
    color: #6C6CFF;
    border-bottom: 2px solid #2C3156;
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0 0;
    padding: 0.84rem;
    text-transform: none;
    width: 100%;
}

.btn-expandido {
    box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #2C3156 !important;
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0 0;
    padding: 0.84rem;
    text-transform: none;
    width: 100%;
}

.btn-colapsar-layout {
    display: grid;
    /* grid-template-columns: minmax(1rem, 3rem) minmax(12.5rem, 1fr) 2rem; */
    grid-template-columns: 3rem 1fr 3rem;
    grid-template-rows: 1fr;
    gap: 0px 2em;
    grid-template-areas: ". . .";
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.btn-colapsar-layout .linea {
    align-self: center;
}

.btn-colapsar-icono {
    align-self: center;
    align-items: center;
    color: #2C3156;
    border-radius: 50%;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.expandido .btn-colapsar-icono {
    color: #88AB75;
}

.btn-colapsar-texto {
    padding: 0 0.5rem;
    text-align: left;
}

.colapsar-contenido {
    background: #fff;
    font-size: 1rem;
    overflow: auto;
    padding: 1rem 2rem;
}

.expandido .btn-colapsar {
    border-bottom: 2px solid #2C3156 !important;
}

.btn-colapsar-texto {
    color: #2C3156 !important;
}

.expandido .btn-colapsar-texto {
    color: #88AB75 !important;
}

@media screen and (min-width: 768px) {
    .boton--con-imagen__texto,
    .boton-colapsar,
    .btn-colapsar,
    .colapsar-contenido,
    .btn-naranja-simple {
      font-size: 1.3rem;
    }
}
.colapsar-contenido{ 
    padding: 0rem 1rem 1rem 3.5rem;
}

@media screen and (max-width: 767px) {
    .colapsar-contenido ul, .colapsar-contenido ol {
      padding: 0;
    }
}

@media screen and (max-width: 720px) {
    .contenedor-pasos ul {
      padding-left: 10px;
    }
    
}
/* FAQS Término */


/* Estilos para modificar el scrollbar*/
    @media screen and (min-width: 767px){
    
    /* Scrollbar principal */
    
    .sidebar::-webkit-scrollbar{
        width: .9em;
    }

    .sidebar::-webkit-scrollbar-track{
        background-color: #2C3156;
    }

    .sidebar::-webkit-scrollbar-thumb{
        background-color: #fff;
        border: .23em solid #2C3156;
        border-radius: 100vh;
    }

}


/*  */


/* Otros */

.mt-4_5{
    margin-top: 2.2rem;
}

.mb-4_5{
    margin-bottom: 2.2rem;
}

.subrayar-enlace {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.subrayar-enlace:hover, a:focus {
    background-size: 100% 2px;
}

.subrayar-enlace-2 {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.subrayar-enlace-2:hover, a:focus {
    background-size: 100% 2px;
}

/* Margenes para las secciones de PP */

.margenes-laterales{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 3rem !important;
    margin-top: 2.2rem !important;
}

.margen-inferior-contenido{
    margin-bottom: 3rem !important;
}

.margen-inferior-expertos{
    margin-bottom: 5rem !important;
}

@media screen and (max-width: 720px) {
    .margenes-laterales{
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 1rem !important;
    }

    .margen-inferior-contenido{
        margin-bottom: 0 !important;
    }
}

/*  */



/* Expertos en contenido */

.grid-expertos {
    display: grid;
    grid-template-columns: 1fr min-content 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3em 1em;
    grid-auto-flow: row;
    justify-content: stretch;
    align-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    grid-template-areas:
      "experto-1 black-linea experto-2"
      "experto-3 black-linea experto-4";
  }

.experto-1 {
    display: grid;
    grid-template-columns: .5fr 1.3fr .2fr;
    grid-template-rows: max-content;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    grid-template-areas:
        ". . .";
    grid-area: experto-1;
}

.experto-2 {
    display: grid;
    grid-template-columns: .5fr 1.3fr .2fr;
    grid-template-rows: max-content;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    grid-template-areas:
        ". . .";
    grid-area: experto-2; 
}

.experto-3 {
    display: grid;
    grid-template-columns: .5fr 1.3fr .2fr;
    grid-template-rows: max-content;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    grid-template-areas:
        ". . .";
    grid-area: experto-3;
}

.experto-4 {
    display: grid;
    grid-template-columns: .5fr 1.3fr .2fr;
    grid-template-rows: max-content;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    grid-template-areas:
        ". . ."; 
    grid-area: experto-4; 
}
  
  
.black-linea { grid-area: black-linea; border: 1px solid #2C3156; height: 100%}

.btn-expertos-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6C6CFF;
    color: white;
    font-size: 1.2em !important;
    padding: 0.8em;
}

.btn-expertos-modal:hover{
    background-color: #FFB839;
    color: white;
}

.btn-cerrar-modal{
    background-color: #88ab75 !important;
    color: white;
    font-size: 1.2em !important;
    padding: 0.7em 2em;
}

.btn-cerrar-modal:hover{
    background-color: #de8f6e !important;
    color: #fff !important;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 1020px;
    }
}

@media (max-width: 767px){
    .btn-cerrar-modal{
        font-size: 1em !important;
    }
}

/*  */


/* REFERENCIAS */

.btn-referencias{
    background: rgb(123,33,194);
    background: linear-gradient(90deg, rgba(45, 147, 173, 1) 20%, rgba(136, 171, 117, 1) 66%);
    color: #fff;
    font-size: 1.2rem !important;
    border-radius: 15px;
    box-shadow: none !important;
}

.btn-referencias:focus{
    color: #fff !important;
    background: rgb(123,33,194);
    background: linear-gradient(90deg, rgba(45, 147, 173, 1) 20%, rgba(136, 171, 117, 1) 66%);
}

.btn-referencias:hover{
    color: #fff !important;
    background: rgb(123,33,194);
    background: linear-gradient(90deg, rgba(45, 147, 173, 1) 20%, rgba(136, 171, 117, 1) 66%);
}


.text-azul{
    font-weight: bold;
    color: #2C3156;
}

.instruccion-color-verde{
    color: #007C32;
}

.titulo-actividad{
    color: #6C6CFF;
    font-weight: bold;
}

.titulo-actividad span{
    font-weight: normal;
}

.footer{
    -webkit-box-shadow: 0px -3px 15px 3px rgba(0,0,0,0.1); 
    box-shadow: 0px -3px 15px 3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 52;
}


.texto-referencias {
    text-indent: -30px !important;
}

.btn-indice{
    background-color: #2d93ad;
    color: #fff;
    border: 1px solid #2d93ad;
    /* padding: 0.6em 1.5em; */
    border-radius: 4px;
    /* width: 250px; */
    transition: .6s ease-in-out all;
}

.btn-indice:hover{
    color: #2d93ad;
    border: 1px solid #2d93ad;
    background-color: #fff;
}

@media screen and (max-width: 415px) {
    .dropdown-menu{
        padding: 0.30rem 0 !important;
        width: 95%;
        word-wrap: break-word;
    }

    .dropdown-item{
        white-space: normal;
    }
}