/**********************header**********************/

.nav_large {
    background: var(--black)!important;
    border: none!important;
}

.nav_large .listnav>li .navoption:hover {
    color: var(--orange)!important;
}

header {
    position: relative;
    background: var(--black);
    color: var(--white);
    height: 700px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.decora {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-95%);
    width: 24em;
}

.decora2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(0%);
    width: 24em;
}

.decora img, .decora2 img {
    width: 100%;
}

/*********************************/

.paginas {
    display: none;
}

#somos {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.somoscontent {
    display: grid;
    grid-template-columns: 35% 65%;
}

.sc_info {
    font-family: "g_regular";
}

.sc_info img {
    width: 8em;
    margin-bottom: 50px;
}

.sc_img_slide {
    position: relative;
    background-color: var(--orange);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.sc_img_slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to top, var(--black) 10%, transparent 83%);
    z-index: 0;
    transition: all .2s ease;
}

.sc_img_slide:hover:before {
    height: 80%;
}

.sc_img_slide img {
    width: 100%;
}

.sc_img_slide div {
    position: absolute;
    left: 10px;
    color: var(--white);
    font-family: "g_regular";
    bottom: 0px;
    opacity: 0;
    transition: all .2s ease;
}

.sc_img_slide:hover div {
    bottom: 10px;
    opacity: 1;
}

.sc_img_slide div a {
    position: relative;
}

.sc_img_slide div a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    bottom: 0;
    left: 14px;
    background-color: var(--white);
    z-index: 1;
    transition: all .2s ease;
}

.sc_img_slide div a:hover::before {
    width: 78px;
}

.sc_img_slide div b {
    color: var(--orange);
}

/*********** MISION Y VISION ************/

#corvus_mv {
    position: relative;
    padding: 153px 0;
    font-family: "g_regular";
}

#corvus_mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/decoration3.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 26em;
}

.corvus_mvcontent {
    display: flex;
    justify-content: flex-end;
}

.corvus_mvcontent>div {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 45em;
}

.mision, .vision {
    justify-self: flex-end;
}

.mision h3, .vision h3 {
    color: var(--orange);
    font-family: "m_bold";
    text-align: center;
    margin-bottom: 30px;
}

.mision p, .vision p {
    text-align: center;
    line-height: 20px;
}

/********* NOSOTROS **********/

#solicitar {
    position: relative;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/bgsolicita.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: var(--white);
}

.solContent h5 {
    font-size: 2.5rem;
}

.solContent button {
    margin-top: 30px;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 5px 15px;
    width: 150px;
}

.solContent button::before {
    background-color: var(--white);
}

.solContent button:hover {
    border: 1px solid var(--nocolor);
    color: var(--orange);
}

@media screen and (max-width:1199px) {
    .decora, .decora2 {
        width: 21em;
    }
    /*******/
    .sc_info {
        margin-right: 15px;
    }
    .sc_info p br {
        display: none;
    }
    .somoscontent {
        grid-template-columns: 30% 70%;
    }
    /*********/
    .corvus_mvcontent>div {
        width: 34em;
    }
}

@media screen and (max-width:991px) {
    .somoscontent {
        grid-template-columns: 100%;
    }
    .sc_info {
        margin-right: inherit;
        width: 340px;
        text-align: center;
        justify-self: center;
        margin-bottom: 80px;
    }
    /*************/
    #corvus_mv {
        padding: 70px 0;
    }
    .corvus_mvcontent>div {
        width: 19em;
        grid-template-columns: 100%;
        grid-row-gap: 50px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-slide-active .sc_img_slide div {
        bottom: 10px;
        opacity: 1;
    }
    .swiper-slide-active .sc_img_slide::before {
        height: 80%;
    }
    /***********/
    #corvus_mv::before {
        top: 50%;
        transform: translateY(-50%);
        height: 18em;
        width: 17em;
    }
}

@media screen and (max-width: 575px) {
    header {
        height: 500px;
    }
    .decora, .decora2 {
        width: 20em;
        top: inherit;
        transform: inherit;
    }
    .decora2 {
        top: -9em;
    }
    .decora {
        bottom: -7em;
    }
    /***************/
    #corvus_mv::before {
        height: 12em;
        width: 11em;
    }
    .corvus_mvcontent>div {
        width: 15em;
    }
    .mision p br, .vision p br {
        display: none;
    }
    /**************/
    .solContent {
        text-align: center;
    }
    .solContent h5 {
        text-align: center;
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    .sc_info {
        width: 300px;
    }
    /*********/
    #corvus_mv {
        padding: 70px 0;
        padding-top: 0;
    }
    #corvus_mv::before {
        display: none;
    }
    .corvus_mvcontent>div {
        width: 100%;
    }
    .mision, .vision {
        justify-self: center;
    }
}