.wasp {
    position: fixed;
    right: 1%;
    bottom: 6%;
    z-index: 10;
    cursor: pointer;
    transition: all .25s ease;
}

.wasp>.waspimg {
    position: relative;
    background: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.wasp>.waspimg img {
    width: 50px;
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transition: .3s;
    background-color: #77bb4a;
    /* animation: pulse 1s .2s ease infinite; */
}

.wasp:hover .circle-anime {
    animation: pulse 1s .2s ease infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

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

.nav_resp {
    background: var(--orange)!important;
}

.carousel-indicators {
    align-items: center;
    bottom: 30px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--white);
    background: var(--nocolor);
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.carousel-indicators .active {
    width: 5px;
    height: 5px;
    background-color: var(--white);
}

/**********************header - carousel**********************/

header {
    position: relative;
    background: var(--orange);
    color: var(--white);
    height: 100vh;
    min-height: 500px;
    max-height: 1000px;
}

.decora {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-125%);
    width: 26em;
}

.decora2 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-20%);
    width: 26em;
}

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

#mainCarousel, .carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-item {
    background-position: left;
    background-size: cover;
}

.carousel1 {
    background-image: url('../img/bgcarousel1.jpg');
}

.carousel2 {
    background-image: url('../img/bgcarousel2.jpg');
}

.contentcarousel {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contentcarousel b {
    font-family: 'm_bold';
}

.contentcarousel button {
    background-color: var(--nocolor);
    border: 1px solid var(--white);
    padding: 5px 15px;
    border-radius: 15px;
    width: 150px;
    color: var(--white);
    margin-top: 50px;
}

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

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

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

.reservar {
    color: var(--white);
    background-color: var(--black);
    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(--orange);
    color: var(--white);
    width: 150px;
    padding: 5px 0;
}

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

.reservar button:hover {
    color: var(--orange);
}

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

#nosotros {
    position: relative;
    padding: 100px 0;
}

.nosotrosContent {
    display: grid;
    grid-template-columns: 20% 80%;
}

.nc-img {
    align-self: center;
    justify-self: auto;
}

.nc-img img {
    width: 8em;
}

.nc-info {
    font-family: "g_regular";
}

.nc-info h3 {
    color: var(--orange);
    font-family: "g_bold";
    margin-bottom: 30px;
}

.nc-info p {
    margin-bottom: 50px;
}

.nc-info-list {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 45em;
    justify-items: flex-start;
}

.nc-info-list>div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nc-info-list>div>div {
    border: 1px solid var(--orange);
    border-radius: 50%;
    width: 4em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.nc-info-list>div>div img {
    width: 40px;
}

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

/********************** SEGURIDAD **********************/

#seguridad {
    position: relative;
    background-image: url('../img/bgmap.jpg');
    padding: 80px 0;
    padding-bottom: 0;
}

.seg_title {
    text-align: center;
}

.seg_title h3 {
    color: var(--orange);
    margin-bottom: 30px;
}

.seg_title p {
    font-family: "g_regular";
}

.seg_cards .swiper-container {
    padding: 80px 0;
}

.seg_cards .swiper-pagination {
    display: none;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tarjeta {
    position: relative;
    cursor: pointer;
    width: 340px;
    height: 480px;
}

.front, .back {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .6s linear;
}

.front>img {
    height: 100%;
    width: 100%;
}

.front {
    transform: perspective(600px) rotateY(0deg);
}

.front div {
    position: absolute;
    bottom: 25px;
    color: var(--white);
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    width: 100%;
    justify-items: center;
}

.front div img {
    width: 4em;
}

.front div h4 {
    justify-self: flex-start;
    margin-left: 20px;
}

.back {
    background: var(--orange);
    transform: perspective(600px) rotateY(180deg);
}

.back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bgseg1.jpg');
    background-size: cover;
    z-index: 0;
    opacity: .35;
    filter: blur(4px);
}

.tarje2 .back::before {
    background: url('../img/bgseg2.jpg');
    background-size: cover;
}

.tarje3 .back::before {
    background: url('../img/bgseg3.jpg');
    background-size: cover;
}

.back-content {
    color: var(--white);
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-content>div {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 25px;
}

.back-content>p {
    padding-top: 40px;
    height: 13em;
    font-size: 15px;
}

.back-content>div>img {
    padding-bottom: 20px;
    width: 4em;
}

.tarjeta:hover>.front {
    transform: perspective(600px) rotateY(-180deg);
}

.tarjeta:hover>.back {
    transform: perspective(600px) rotateY(0deg);
}

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

/**********************  UNETENOS **********************/

#unetenos {
    position: relative;
    background-image: url('../img/bgunete.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    max-height: 1000px;
    display: flex;
    align-items: center;
}

.uneteContent {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.uc_info h5 {
    font-size: 35px;
    color: var(--orange);
    margin-bottom: 30px;
}

.uc_info p {
    font-family: "g_regular";
    font-size: 18px;
    color: var(--white);
}

.uc_form {
    justify-self: end;
}

#condForm {
    width: 30em;
}

.uc_form select {
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    border: none;
    padding: 8px 15px;
    font-family: "g_regular";
}

.uc_form select {
    background: var(--orange);
    text-align: center;
    color: var(--white);
}

.line {
    border-top: 1px solid var(--orange);
    width: 100%;
}

.input-curriculum {
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 1rem;
    color: var(--white);
    background: var(--orange);
    background-clip: padding-box;
    border: none;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

#file {
    display: none;
}

#btnNosotros {
    font-family: "m_bold";
    padding: 10px 20px;
    width: 100%;
    border: none;
    border-radius: 30px;
    background: var(--orange);
    color: var(--white);
    box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, .3);
}

#btnNosotros::before {
    background-color: var(--white);
}

#btnNosotros:hover {
    color: var(--orange);
}

/**form input animation**/

.wrapper {
    width: 100%;
    background: rgba(255, 255, 255, .2);
    padding: 8px 20px;
    border-radius: 20px;
}

.wrapper .input-data {
    position: relative;
}

.wrapper .input-data input {
    border: none;
    height: 100%;
    width: 100%;
    background: var(--nocolor);
    outline: none;
    color: var(--white);
    font-family: "g_regular";
}

.input-data input:focus~label, .input-data input:valid~label {
    transform: translateY(-30px);
    font-size: 14px;
    color: var(--orange);
    box-shadow: none;
}

.wrapper .input-data label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--orange);
    font-family: "g_regular";
    pointer-events: none;
    transition: all 0.3s ease;
}

/********************** AGENDA **********************/

#agendar {
    position: relative;
    padding: 150px 0;
    background-color: var(--white);
    z-index: 0;
    overflow: hidden;
}

#agendar::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background-image: url('../img/forma.png');
    background-position: right;
    background-size: 100% 130%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.angendaConent {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    color: var(--white);
}

.ac_info {
    position: relative;
}

.ac_info h5 {
    font-size: 35px;
}

.ac_info p {
    font-family: "g_book";
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 50px;
}

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

.ac_info .btnreserv {
    background-color: var(--black);
}

.ac_info .btnmas {
    background-color: var(--nocolor);
}

.ac_info .btnreserv::before {
    background-color: var(--white);
}

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

.ac_img img {
    width: 100%;
    position: relative;
    top: 47px;
}

/********************** CONTACTO **********************/

#contacto {
    position: relative;
    height: 100vh;
    min-height: 700px;
    max-height: 1000px;
    background-image: url('../img/bgcontact.jpg');
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--white);
}

@media screen and (min-width:1700px) {
    #contacto {
        background-position: center bottom;
    }
}

.contactoContent {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.cc_info h5 {
    font-size: 35px;
    margin-bottom: 30px;
}

.cc_info p {
    font-family: "g_regular";
    font-size: 18px;
}

#formContact {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 30px;
    justify-content: flex-end;
}

.wrapcontact {
    border: 1px solid var(--white);
}

.wrapcontact .input-data label {
    color: var(--white);
}

/* .wrapcontact .input-data input:focus~label, .wrapcontact .input-data input:valid~label {
    color: var(--white);
} */

#mensaje {
    resize: none;
    width: 100%;
    height: 215px;
    background: var(--nocolor);
    border: none;
    outline: none;
    color: var(--white);
}

.wrapcontact .input-data .labeltextarea {
    bottom: inherit;
    top: 0;
}

.input-data textarea:focus~label, .input-data textarea:valid~label {
    transform: translateY(-30px);
    font-size: 14px;
    color: var(--orange);
    box-shadow: none;
}

#btnCont {
    font-family: "m_bold";
    padding: 10px 20px;
    width: 100%;
    border: none;
    border-radius: 30px;
    background: var(--orange);
    color: var(--white);
    box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, .3);
}

#btnCont::before {
    background-color: var(--white);
}

#btnCont:hover {
    color: var(--orange);
}

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

@media screen and (max-width:1199px) {
    .reservar>div {
        width: 60em;
    }
    /**************/
    .nc-info p br {
        display: none;
    }
    /********/
    .tarjeta {
        width: 305px;
    }
    .front div h4 {
        font-size: 20px;
    }
    .back-content>p {
        padding-top: 30px;
        height: 14em;
    }
    /*******/
    #agendar::before {
        width: 75%;
    }
    /********/
    .contactoContent {
        align-items: normal;
    }
    /**SERVICIOS**/
    .servicesinfo {
        width: 29em;
    }
    .servInfo p br {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .decora {
        width: 24em;
    }
    .decora2 {
        width: 24em;
    }
    /*****************/
    .reservar>div {
        grid-template-columns: 45% 55%;
        width: 44em;
    }
    /***************/
    .nosotrosContent {
        display: grid;
        grid-template-columns: 100%;
    }
    .nc-img {
        justify-self: center;
    }
    .nc-info {
        text-align: center;
        margin-top: 50px;
    }
    .nc-info p {
        padding: 0 50px;
    }
    .nc-info-list {
        width: auto;
        justify-items: center;
    }
    /**************/
    .tarjeta {
        width: 333px;
    }
    .seg_cards .swiper-container {
        padding-bottom: 50px;
    }
    .seg_cards .swiper-pagination {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .seg_cards .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;
    }
    .seg_cards .swiper-pagination-bullet-active {
        width: 5px;
        height: 5px;
        background-color: var(--orange);
    }
    .swiper-slide-active .tarjeta>.front {
        transform: perspective(600px) rotateY(-180deg);
    }
    .swiper-slide-active .tarjeta>.back {
        transform: perspective(600px) rotateY(0deg);
    }
    /****************/
    #unetenos {
        height: auto;
        min-height: inherit;
        max-height: inherit;
        padding: 100px 0;
    }
    .uneteContent {
        grid-template-columns: 100%;
    }
    .uc_info {
        text-align: center;
        justify-self: center;
        margin-bottom: 50px;
    }
    .uc_info h5, .uc_info p {
        width: 400px;
    }
    .uc_info h5 br, .uc_info p br {
        display: none;
    }
    .uc_form {
        justify-self: center;
    }
    /************************/
    .ac_info p br {
        display: none;
    }
    /************************/
    .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;
    }
    /************************/
    #contacto {
        height: auto;
        min-height: inherit;
        max-height: inherit;
        background-position: center;
        background-size: auto;
        padding: 100px 0;
    }
    .contactoContent {
        grid-template-columns: 100%;
    }
    .cc_info {
        text-align: center;
        margin-bottom: 80px;
    }
    #formContact {
        column-gap: 0;
    }
    #formContact>div {
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    .decora {
        width: 80%;
        right: 15px;
        transform: translateY(15%);
    }
    .decora2 {
        width: 100%;
        left: 0;
        transform: translateY(-105%);
    }
    /********************/
    .reservar>div {
        width: 35em;
    }
    /**************/
    .nc-info {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .nc-info p {
        padding: 0 15px;
    }
    .nc-info-list {
        grid-template-columns: 100%;
        grid-row-gap: 50px;
        width: 260px;
    }
    .nc-info-list>div {
        width: 8em;
    }
    .nc-info-list>div:first-child, .nc-info-list>div:last-child {
        justify-self: end;
    }
    .nc-info-list>div:nth-child(2) {
        justify-self: start;
    }
    .decoration {
        right: 95px;
        transform: rotate(-45deg);
        top: 71px;
    }
    .nc-info-list>div:nth-child(2) .decoration {
        right: -90px;
        top: 75px!important;
        transform: rotate(45deg)!important;
    }
    /******************/
    .tarjeta {
        margin: 0 auto;
    }
    /**************/
    .servInfo {
        align-items: start;
        padding-left: 30px;
    }
    .servicesinfo {
        width: 30em;
    }
    /**************/
    .angendaConent {
        position: relative;
        grid-template-columns: 100%;
    }
    .ac_info h5 {
        text-align: center;
        color: var(--black);
        font-size: 25px;
        width: 15em;
        margin: 0 auto;
    }
    .ac_info h5 br {
        display: none;
    }
    .ac_info p {
        width: 300px;
    }
    .ac_info div {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 15px;
    }
    .ac_img {
        position: absolute;
        bottom: 0;
        right: -15px;
        width: 16em;
    }
    .ac_img img {
        top: 0;
    }
    #agendar::before {
        width: 75%;
        height: 42%;
        top: inherit;
        transform: inherit;
        bottom: 128px;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:575px) {
    .reservar>div {
        width: 320px;
        grid-template-columns: 100%;
        text-align: center;
        grid-row-gap: 15px;
    }
    /**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;
    }
    /***************/
    .uc_info h5 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .uc_info h5, .uc_info p {
        width: 320px;
    }
    .uc_info p {
        font-size: 16px;
    }
    #condForm {
        width: 100%;
        padding: 0 2%;
    }
    /***********/
    #agendar::before {
        width: 22em;
    }
    .ac_img {
        bottom: -40px;
        right: 0;
        width: 14em;
    }
    /****************/
    #formContact {
        grid-template-columns: 100%;
    }
    /************/
    #contacto {
        height: auto;
        background-position: bottom;
        background-size: auto;
        padding: 100px 0;
    }
    .cc_info h5 {
        color: var(--black);
    }
    .cc_info p {
        color: var(--black);
    }
}

@media screen and (max-width:400px) {
    .reservar button {
        width: 135px;
        margin: 0 5px;
    }
    .options {
        justify-self: center;
    }
    /*************/
    .nc-img img {
        width: 6em;
    }
    /**************/
    .servInfo {
        padding-left: 2%;
    }
    .servContent {
        height: 40em;
    }
    .servicesinfo {
        width: 300px;
    }
    /**************/
    .uc_info h5, .uc_info p {
        width: 300px;
    }
    /***************/
    #agendar::before {
        width: 100%;
        height: 17em;
        bottom: 220px;
        background: var(--orange);
    }
    .ac_img {
        bottom: -40px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        width: 14em;
        position: relative;
    }
    .ac_info h5 {
        font-size: 23px;
        width: auto;
        margin: 0 auto;
    }
    .ac_info p {
        text-align: center;
    }
    .ac_info div {
        grid-template-columns: 50% 50%;
        grid-row-gap: inherit;
    }
    .ac_info button {
        width: 130px;
        justify-self: center;
    }
    /*****************/
    #contacto {
        background-repeat: no-repeat;
    }
    .cc_info h5 {
        font-size: 25px;
    }
    .cc_info p br {
        display: none;
    }
}