h1{
    font-size: 90px;
    font-weight: 900;
    color: #074F96;
    line-height: 90px;
}
h2{
    font-size:38px;
    font-weight: bold;
}
h3{
    font-size:32px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #074F96;
}
a{
    color: #074F96;
}
a:hover{
    color: #074F96;
}
.container-page-defecto2{
    margin: 140px 0px;
}
.contenido-pagina{
    margin-top: 100px;
}
.migasdepan{
    margin-bottom: 30px;
}
.imagen-defecto2{
    margin-top: -50px;
    margin-bottom: 50px;
}

.contenido-quienes-somos b{
    color: #074F96;
}

.acordeon{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.acordeon li{
    padding: 25px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px #eeeeee;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.acordeon .aco_titulo{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    padding-right: 26px;
}
.acordeon .aco_titulo:before{
    content: '';
    width: 24px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 9px;
    background: url(../img/arrow-pf.png) no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acordeon .aco_titulo.active:before{
    transform: rotate(180deg);
}
.acordeon .module_inner{
    margin-top: 30px;
    display: none;
}
.acordeon .module_inner p:last-child{
    margin: 0px;
}
.acordeon li ul{
    margin: 20px 0px;
    list-style: circle;
}

.acordeon li li{
    padding: 0px 0px 5px;
    border: 0px;
    box-shadow: none;
    margin: 0px;
    border-radius: 0px;
    overflow: inherit;
}

footer{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    z-index: 0;
}
footer:before{
    width: 6000px;
    left: 50%;
    margin-left: -3000px;
    border: 1px solid #bbb;
    content: '';
    position: absolute;
    top: 0px;
    height: 6000px;
    border-radius: 100%;
    z-index: -1;
}

@media (max-width: 1000px){
    .container-page-defecto2{
        margin: 30px 0px;
    }
    .contenido-pagina {
        margin-top: 50px;
    }
    h1{
        font-size: 68px;
        line-height: 70px;
    }
    .imagen-defecto2 {
        margin-top: 0px;
        margin-bottom: 50px;
        width: 100%;
    }
    h2 {
        font-size: 22px;
    }

}
@media (max-width: 600px){
    .contenido-pagina {
        margin-top: 30px;
    }
    .imagen-defecto2 {
        margin: 20px auto;
        width: 60%;
        display: block;
    }
    h2 {
        font-size: 22px;
    }
    .acordeon li {
        padding: 20px;
    }
    .acordeon .module_inner {
        margin-top: 10px;
    }

}