/*estilos header*/

@import url('fonts/fonts.css');
@import url('header/header.css');
@import url('header/menu.css');
@import url('main/interior-paginas.css');
@import url('../modulo-directorio/directorio.css');
@import url('../modulo-hitos/hitos.css');
@import url('../modulo-certificaciones/certificaciones.css');

/*estilos header*/


/*tipo*/

body {
    background-color: #FEF7F3;
    position: relative;
    overflow-y: scroll;
    font-family: var(--ffami-ach);
    font-size: var(--p-ach);
    color: var(--negro-ach);
}

.post,
.page {
    margin: 0 0 0em;
}


/*tipo*/


/*textos sitio web*/

h1,
.h1 {
    font-family: var(--ffami-ach);
    font-size: var(--h1-ach);
}

h2,
.h2 {
    font-family: var(--ffami-ach);
    font-size: var(--h2-ach);
}

h3,
.h3 {
    font-family: var(--ffami-ach);
    font-size: var(--h3-ach);
}

h4,
.h4 {
    font-family: var(--ffami-ach);
    font-size: var(--h4-ach);
}

h5,
.h5 {
    font-family: var(--ffami-ach);
    font-size: var(--h5-ach);
}

h6,
.h6 {
    font-family: var(--ffami-ach);
    font-size: var(--h6-ach);
}

a:hover {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

strong {
    font-weight: 500;
}

p {
    font-weight: 300;
    line-height: 130%;
}

a {
    color: var(--negro-ach);
    text-decoration: none;
    background-color: transparent;
}


/*textos sitio web*/

.bg-color-cliente {
    background-color: var(--naranjo-ach);
    color: var(--color-blanco-ach);
    font-size: var(--p-ach);
    border-radius: 0px;
}

.bg-gris {
    background-color: var(--gris-oscuro-ach);
    color: var(--color-blanco-ach);
    background-image: url(../img/lineas.png);
    background-size: 100%;
}

.bg-gris img {
    width: 100%;
}

.contenedor-gris {
    height: 34.2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}


/*botones*/

.btn-cliente {
    color: #fff;
    text-decoration: none;
    height: var(--boton-cliente);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-top: 2rem;
}

.ghost-btn-cliente {
    background-color: transparent;
    color: var(--naranjo-ach);
    border: 1px solid var(--naranjo-ach);
}

.ghost-btn-cliente a {
    color: var(--naranjo-ach);
}

.color-cliente {
    color: var(--naranjo-ach);
}


/*botones*/


/*página de inicio*/

.home .cabecera-interior {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cabecera-interior {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-size: cover;
}

.cabecera-interior h1 {
    color: #fff;
    text-align: center;
    max-height: 20.8rem;
    font-size: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-down {
    display: block;
    background-image: url('../img/scroll-down.png');
    height: 140px;
    width: 300px;
    background-repeat: no-repeat;
    z-index: 9;
}

.titulo-corto {
    font-size: 1rem;
    color: var(--naranjo-ach);
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-top:35px;
}

.titulo-corto::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--naranjo-ach);
    display: block;
    position: absolute;
    top: 33px;
}

.seccion-dos-home {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-dos-home span {
    color: var(--naranjo-ach);
}


/*página de inicio*/

.page-content,
.entry-content,
.entry-summary {
    margin: 0em 0 0;
}

.line-he p {
    line-height: 100%;
}


/*página interiores*/


/*página interiores*/

.titulo-seccion-pag-interior {
    margin-top: 40px;
    font-weight: 100;
}