/**********************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%;
}

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

.reservar {
    color: var(--white);
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    padding: 40px 0;
    font-family: "g_regular";

    display: none;
}

.reservar>div {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    width: 74em;
}

.options {
    justify-self: end;
}

.reservar button {
    background-color: var(--black);
    color: var(--white);
    width: 150px;
    padding: 5px 0;
    border: 1px solid var(--black);
}

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

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

.reservar .usar {
    background: var(--nocolor);
    border: 1px solid var(--black);
}

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

.solucion {
    text-align: center;
    padding: 150px 0;
    padding-top: 250px;
}

/********************** SERVICIOS **********************/

#servicios {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.servContent {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1250px;
    margin: 0 auto;
    height: 30em;
    width: 100%;
}

.servImg {
    position: relative;
}

.servImg img {
    width: 100%;
    height: 100%;
}

.title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -125px;
    font-family: "g_bold";
    font-size: 60px;
    opacity: .2;
}

.servInfo {
    position: relative;
    justify-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servInfo p {
    font-family: "g_regular";
    margin-bottom: 30px;
}

.servInfo li {
    font-family: "g_regular";
    line-height: 20px;
}

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

.servInfo h4 {
    color: var(--orange);
    padding-bottom: 25px;
    text-align: center;
    font-size: 30px;
}

.servindicators {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 10em;
}

.servindicators>div {
    text-align: center;
}

.servindicators button {
    border: none;
    padding: 10px;
    background: white;
    box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, .4);
}

.servimages {
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    height: 100%;
}

.servicesinfo {
    position: absolute;
    transition: all .2s ease;
    width: 31em;
}

.servinfo2, .servinfo3, .servinfo4, .servinfo5 {
    display: none;
}

.servimg1, .servimg2, .servimg3, .servimg4, .servimg5 {
    opacity: 0;
}

.imgon {
    opacity: 1;
}

.noshow {
    opacity: 0;
    left: -100px;
}

.show {
    display: block;
    opacity: 1;
}

.remove {
    display: none;
}

/********************** BENEFICIOS **********************/

#beneficios {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    background-image: url('../img/bgbeneficio.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#beneficios2 {
    font-family: "g_regular";
    padding: 120px 0;
}

.benefContent {
    position: relative;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    color: var(--white);
}

.bc_info {
    position: relative;
    top: -60px;
}

.bc_img {
    text-align: right;
}

.bc_img img {
    width: 50em;
}

.benef1 {
    display: grid;
    grid-template-columns: 35% 65%;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.benef1>div {
    justify-self: center;
}

.benef1 img {
    width: 8em;
}

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

.benef1 ul {
    line-height: 20px;
}

.benef2 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.benef2_resp {
    display: none;
}

.list1, .list2, .list3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listimg {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listimg>div {
    border: 2px solid var(--orange);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listimg>div>img {
    width: 35px;
}

.list1>.listimg>div>img {
    width: 25px;
}

.listimg>h3 {
    color: var(--orange);
    font-size: 18px;
    font-family: "g_bold";
    margin: 25px 0;
}

.listinfo {
    text-align: center;
}

.listinfo p {
    line-height: 20px;
    margin-bottom: 45px;
}

.listlist ul {
    line-height: 20px;
}

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

.decoration {
    position: absolute;
    right: -70px;
    top: 0;
    z-index: 1;
    width: 130px;
}

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

@media screen and (max-width:1199px) {
    .reservar>div {
        width: 60em;
    }
    /**SERVICIOS**/
    .servicesinfo {
        width: 29em;
    }
    .servInfo p br {
        display: none;
    }
    /***********/
    .bc_img img {
        width: 41em;
    }
}

@media screen and (max-width:991px) {
    .reservar>div {
        width: 46em;
        padding: 0;
        grid-template-columns: 55% 45%;
    }
    /************************/
    .servInfo {
        padding-top: 40px;
    }
    .servicesinfo {
        width: 33em;
    }
    .servImg {
        position: absolute;
        z-index: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .servContent {
        grid-template-columns: 100%;
        height: 36em;
    }
    .imgon {
        opacity: .35;
    }
    /***********/
    .bc_img img {
        width: 30em;
    }
    /*************/
    .listinfo p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .listlist ul {
        font-size: 15px;
    }
    .listinfo p br {
        display: none;
    }
    .benef2 {
        grid-column-gap: 15px;
    }
}

@media screen and (max-width:767px) {
    .reservar>div {
        width: 35em;
        padding: 0;
        grid-template-columns: 45% 55%;
    }
    .decora2 {
        top: -6em;
        transform: inherit;
        width: 20em;
    }
    .decora {
        top: 2em;
        transform: inherit;
        width: 20em;
    }
    /**************/
    .servInfo {
        align-items: start;
        padding-left: 30px;
    }
    .servicesinfo {
        width: 30em;
    }
    /************/
    .benefContent {
        grid-template-columns: 100%;
    }
    .bc_info {
        top: 0;
        text-align: center;
        margin-bottom: 80px;
    }
    .bc_img {
        text-align: center;
    }
    .benef1 {
        grid-template-columns: 100%;
        grid-row-gap: 50px;
        margin-bottom: 80px;
    }
    .listinfo p br {
        display: block;
    }
    .benef2 {
        display: none;
    }
    .benef2_resp {
        display: block;
    }
    .benef2_resp .swiper-container {
        padding-bottom: 80px;
    }
    .benef2_resp .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid var(--orange);
        background: var(--nocolor);
        margin-right: 10px;
        margin-left: 10px;
        opacity: 1;
        transition: all .3s ease-in-out;
    }
    .benef2_resp .swiper-pagination-bullet-active {
        width: 5px;
        height: 5px;
        background-color: var(--orange);
    }
}

@media screen and (max-width:575px) {
    header {
        height: 500px;
    }
    .reservar>div {
        width: 320px;
        grid-template-columns: 100%;
        text-align: center;
        grid-row-gap: 15px;
    }
    .options {
        justify-self: center;
    }
    /*********/
    .solucion {
        padding: 150px 0;
        padding-bottom: 40px;
    }
    /**SERVICIOS**/
    .servicesinfo {
        width: 320px;
    }
    .servInfo {
        padding-left: 20px;
    }
    .servInfo h4 {
        font-size: 25px;
    }
    .servInfo p, .servInfo li {
        font-size: 14px;
    }
    .title {
        right: -100px;
        font-size: 50px;
    }
    /**************/
    #beneficios {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .bc_img img {
        width: 20em;
    }
}

@media screen and (max-width:400px) {
    .bc_img img {
        width: 17em;
    }
    /**************/
    .servInfo {
        padding-left: 2%;
    }
    .servContent {
        height: 40em;
    }
    .servicesinfo {
        width: 300px;
    }
    /*************/
    #beneficios {
        background-position: center;
        background-attachment: inherit;
    }
    .benef1 img {
        width: 6em;
    }
}