@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Titillium+Web:ital,wght@1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700&family=Titillium+Web:ital,wght@1,700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    font-size: 70.5% !important;
}

body{
    font-family: 'Montserrat', sans-serif !important;
}


header{
    background: #ffffff;
    height: 4rem;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.logoFocus{
    background: #ffffff;
    border-radius: 0 0 8rem;
    padding: 0 4rem 0 0;
    width: 320px;
}

footer{
    background: #0e4694;
    color: #ffffff;
    padding: 2rem;
}

footer a{
    color:#b9e4ff !important;
}

main{
    border-top: 4rem solid #FFFFFF;
}

div#wrapper{
    padding: 0;
}

header#banner{
    display: none;
}

footer#footer {
    display: none;
}

#w-100 {
    width: 100vw;
    height: 95vh;
}

div.carousel-indicators {
    bottom: 15px;
    top: inherit !important;
}

div.carousel-item > p{
    position: absolute;
    bottom: 30vh;
    color: #ffffff;
    display: block;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 20%;    
    text-align: center;
    text-shadow: 0px 0px 11px #000000;
    width: 100%;
}

.contenidoFocus{
    color: #000000;
    height: 100%;
    margin: 0 auto 3rem;
    text-align: center;
    width: 80%;
}

.contenidoFocus h2{
    text-align: center;
    font-size: 1.5rem;
}

.contenidoFocus p{
    font-size: 1.2rem;
    font-weight: 400;
}

section.grillaContenidoFocus{
    align-items: center;
    color: #000000;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    padding: 4rem;
    text-align: center;
}

section.grillaContenidoFocus div{
    background: #efefef;
    border-radius: 2rem;
    height: 100%;
    padding: 2rem;
    position: relative;
}

section.grillaContenidoFocus div img{
    background: #d3d4ec;
    border-radius: 1rem;
    position: absolute;
    top: -40px;
    left: 45%;
    width: 13%;
}

section.grillaContenidoFocus div:nth-child(odd){
}

section.grillaContenidoFocus div h3{
    color: #4760ab;
    font-size: 1.2rem;
    line-height: normal;
}

section.grillaContenidoFocus div p{        
    font-size: 1.1rem;
    font-weight: 400;
}

.menuRedes {
    bottom: 2rem;
    list-style: none;
    position: fixed;
    right: 2rem;
    z-index: 2001;
}

.menuRedes li{
    margin: 0.5rem 0;
}

.menuRedes img{
    width: 3rem;
}

.aui .portlet-borderless-container {
    padding: 0 !important;
}


.aui .dockbar-split .dockbar, .aui .dockbar {
    z-index: -1 !important;
}


/* ----- Responsive ----- */

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 240px) and (max-width: 536px){ 
    section.grillaContenidoFocus {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 3rem;
        row-gap: 7rem;
    }

    div.carousel-item > p {
        bottom: 15vh;
        font-size: 2.5rem !important;
        padding: 0 10%;
    }

    div.carousel-item > p > span {
        font-size: 2.7rem !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 537px) and (max-width: 992px) {   
    html {
        font-size: 62.5% !important;
    }

    section.grillaContenidoFocus {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3rem;
        row-gap: 7rem;
    }
}


/* ----- Responsive ----- */