.caja2 p a,
.caja3 p a,
.caja4 a,
.caja5 a,
.slides a {
    font-size: unset;
    margin: unset;
    float: unset;
    padding: unset;
    background: unset;
    border: unset;
    color: unset;
    text-decoration: none;
    border-radius: 5px;
    font-weight: unset;
    width: 60%;
    text-align: center;
    transition: transform 1s cubic-bezier(0.42, 0, 0.57, 1.26);
}
.caja2 p a,
.caja4 a,
.caja5 .sobre a {
    clear: both;
    float: unset;
    margin: 80px 0 0;
    padding: unset;
    text-decoration: underline;
    border-radius: unset;
    width: auto;
    border: unset;
    position: relative;
    z-index: 9;
    transition: transform 1s cubic-bezier(0.42, 0, 0.57, 1.26);
}
.paff1 p {
    margin: 10px 0 20px;
}
.paff1 p,
.paff2 p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
h1 strong {
    color: #fff;
}
.caja2 p a,
.caja3 p a,
.caja4 a,
.caja5 a,
.paff1 a,
.slides a {
    text-transform: lowercase;
    text-decoration: underline;
    color: #ff7c00;
}
.textos a:hover {
    background: 0 0;
    color: unset;
}
.caja2 p a:hover,
.caja3 p a:hover,
.caja4 a:hover,
.caja5 a:hover,
.slides a:hover {
    opacity: 0.5;
}
.textos p {
    font-size: 22px;
}
.cont_sec_05 p,
.paff1 p {
    font-size: 18px;
}
.textos .linkz:hover {
    background: #fff;
    color: #00a651;
}

.secc_01 a {
    text-transform: unset;
}
.cont_sec_04 img {
    min-height: 450px;
}

@media screen and (min-width:850px){
    .cont_sec_02{
        min-height: 680px
    }
    .cont_sec_01 {
        min-height: 900px;
    }
    .cont_sec_04{
        background: black;
        min-height: 650px;
    }
    .cont_sec_05 {
        min-height: 1000px;
    }
}
@media screen and (max-width: 1030px) {
    .cont_sec_02 .sobre .caja3 a {
        margin: 10px 20px 0;
    }
}
@media screen and (max-width: 880px) {
    .paff1 p,
    .parrafo1 h2 {
        color: #000;
    }
    .seccion1 {
        background-color: #fff;
    }
    .caja4 .cont_sec_04 h4,
    .caja4 h4,
    .cont_sec_04 p {
        color: #000;
    }
    .sobre {
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .textos a {
        width: 90%;
    }
    .textos {
        margin: 30px 0 40px;
    }
}
