@import url(variablesPage11.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.section__text {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 637px;
    height: 414px;
    top: 144.33px;
    left: 65px;
    gap: 32px;
    
}
.section__text h1 {
    font-family: "AvenirLTStd-Heavy";
    width: 637px;
    height: 176px;
    font-weight: 800;
    font-size: 72px;
    line-height: 88px;
    color: var(--color-2);
    text-indent: right;
}
.section__text p {
    font-family: "avenirLTStd-Roman";
    width: 586px;
    height: 108px;
    font-weight: 400;
    font-size: 26px;
    line-height: 35.52px;
    color: var(--color-2);
}
.section__text button {
    position: relative;
    width: 182px;
    height: 66px;
    border-radius: 36px;
    padding-top: 24px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 24px;
    border: none;
    top: 75px;
   

    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
}

.section__img {
    display: flex;
    position: absolute;
    width: 547.67px;
    height: 518.66px;
    top: 92px;
    left: 828px;
}

img:nth-child(1) {
    position: static;
    width: 322.66px;
    height: 384.66px;
    top: 92px;
    left: 828px;
    z-index: 1;
}
img:nth-child(2) {
    position: ABSOLUTE;
    width: 322.67px;
    height: 384.66px;
    top: 134px;
    left: 225px;
    z-index: 2;
}
    
.footer {
    position: absolute;
    width: 1312px;
    height: 298px;
    top: 666.66px;
    left: 64px;
    gap: 8px;
    border-radius: 40px;
    padding: 64px;
    background-color:  var(--color-2);
}

.div__container-text {
    display: flex;
    gap: 118px;
    margin-top: 20px;
    color: var(--color-1);
}

.div__container-text img {
    width: 24px;
    height: 16px;
}

.div__caja1 {
    display: grid;
    gap: 24px;
}
