:root {
    --gradient-primary: linear-gradient(30deg, #0A2647, #144272, #0A2647);
    --gradient-seccondary: linear-gradient(45deg, #144272, #0A2647);
}

* {
    font-family: 'Heebo', sans-serif;
}

body {
    position: relative;
    padding-bottom: 120px;
    min-height: 100vh;
    color: #0A2647;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    cursor: default;
}

p {
    margin: 0;
    font-size: 24px;
}

.row {
    margin-right: 0;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
}

.font-110-porcent {
    font-size: 110%;
}

.font-130-porcent {
    font-size: 130%;
}

.font-170-porcent {
    font-size: 170%;
}


.box-01 {
    background-image: var(--gradient-primary);
    box-sizing: border-box;
    height: 550px;
}

.box-02 {
    background-image: var(--gradient-seccondary);
    height: 100px;
    width: 920px;
    margin: auto;
    display: grid;
    place-items: center;
}

.box-02-1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icono {
    width: 24px;
    transition: transform .1s linear;
}

.icono:hover {
    transform: scale(1.2);
}

.box-03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 100%;
}

#foto-perfil {
    height: 460px;
    width: 460px;
}

.foto-perfil {
    height: 460px;
    width: 460px;
}

.box-05 {
    background-color: white;
    height: 460px;
    width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 90px;
}

.link-estilo {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.link-font-size {
    font-size: 22px;
}

.contenedor-gradiente {
    background-image: linear-gradient(white, rgb(233, 233, 233));
}

.tamanio-caja, .tamanio-caja-2 {
    padding: 100px 0;
}

.box-06-1 {
    width: 60%;
    margin: auto;
    text-align: center;
}

.titulo-hola {
    font-size: 50px;
    margin-bottom: 50px;
}

.separacion {
    padding: 0 25% 30px;
}

.separacion2 {
    padding-bottom: 30px;
}

.xp-principal,
.ap-principal,
.for-principal {
    padding: 0 0 50px;
}

.xp-titulo,
.ap-titulo,
.for-titulo {
    display: grid;
    place-items: center;
    height: 120px;
    border-top: 6px solid rgb(233, 233, 233);
    border-bottom: 6px solid rgb(233, 233, 233);
    margin-bottom: 50px;
}

.pro-principal {
    background-image: var(--gradient-primary);
}

.pro-descripcion div h3 {
    margin: 0;
}

.pro-descripcion div h3 strong {
    color: white;
    font-size: 33px;
}

.pro-descripcion {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.pro-descripcion p {
    color: white;
    text-align: center;
    width: 65%;
}

.pro-descripcion a {
    color: white;
    font-size: 22px;
    transition: transform .1s linear;
}

.pro-descripcion a:hover {
    transform: scale(1.05);
}

.xp-titulo h3,
.ap-titulo h3,
.for-titulo h3 {
    display: inline;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.xp-izquierda,
.ap-izquierda,
.for-izquierda {
    padding-right: 30px;
    justify-content: end;
}

.xp-izquierda p,
.ap-izquierda p,
.for-izquierda p {
    text-align: end;
}

.xp-derecha,
.ap-derecha,
.for-derecha {
    padding-left: 30px;
}

#bottom {
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#bottom div {
    height: 100%;
    width: 100%;
    justify-content: center;
}

#bottom div img {
    height: 40px;
    cursor: pointer;
    transition: scale .1s linear;
}

#bottom div img:hover {
    scale: 1.2;
}

.bg-dark {
    background-color: #222 !important;
}

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

    p {
        margin: 0;
        font-size: 4vw;
    }

    .tamanio-caja, .tamanio-caja-2 {
        padding: 15vw 0;
    }

    .pro-descripcion div h3 strong {
        font-size: 4.6vw;
    }

    .pro-descripcion a {
        font-size: 3vw;
    }

    .xp-principal,
    .ap-principal,
    .for-principal {
        padding: 0 0 10vw;
    }

    .xp-titulo,
    .ap-titulo,
    .for-titulo {
        height: 20vw;
        margin-bottom: 8vw;
    }
    
    .xp-titulo h3,
    .ap-titulo h3,
    .for-titulo h3 {
        font-size: 5vw;
    }

    .titulo-hola {
        font-size: 7vw;
        margin-bottom: 10vw;
    }

    .box-00 {
        background-image: var(--gradient-primary);
    }

    .box-01 {
        background-image: none;
        height: 160vw;
        max-height: 1955px;
    }

    .box-02 {
        background-image: none;
        height: 15vw;
        width: auto;
        align-items: start;
        margin: 0 25% 0;
    }

    .box-02-1 {
        width: 80%;
    }

    .icono {
        width: 6vw;
    }

    .box-03 {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .foto-perfil {
        width: 70vw;
        height: 70vw;
        max-width: 920px;
        max-height: 920px;
        border-radius: 30px 30px 0 0;
    }

    .box-05 {
        width: 70vw;
        height: 70vw;
        max-width: 920px;
        max-height: 920px;
        padding: 5% 6%;
        font-size: 2.8vw;
        border-radius: 0 0 30px 30px;
    }

    .separacion {
        padding: 0 20% 8vw;
    }

    .xp-izquierda,
    .xp-derecha,
    .ap-izquierda,
    .ap-derecha,
    .for-izquierda,
    .for-derecha {
        padding: 0;
    }

    .ap-izquierda {
        padding: 0 0 30px;
    }

    .xp-izquierda p,
    .ap-izquierda p,
    .for-izquierda p {
        text-align: start;
    }

    .pro-descripcion p {
        width: 80%;
    }

    .pro-descripcion {
        height: 100vw;
    }

    #bottom div img {
        height: 7vw;
    }
}

@media only screen and (max-width: 1500px) {
    .separacion {
        padding: 0 10% 30px;
    }
}


