.bienvenidaGuia{    
    width: 100%;
    height: 34em;
    background:url('../img/guia_bg_top.jpg');
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
}
.guiaTuristtoCircl {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%);
    border-radius: 100%;
    width: 9em;
    background: black;
    height: 9em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.turisticatextCuad {
    position: absolute;
    top: 49%;
    left: 55%;
    transform: translate(-50%);
    width: 18em;
    background: #ffec00;
}
.chimboterotate {
    position: absolute;
    top: 62%;
    left: 51%;
    transform: translate(-50%) rotate(-3deg);
    width: 15em;
    background: #ffec00;
    z-index: 3;
}
.guiaTuristtoCircl p{
    font-size: 43px;
    color: white;
    margin: 0;
}
.turisticatextCuad p{
    font-size: 43px;
    color: black;
    margin: 0;
    text-align: center;
}
.chimboterotate p{
    font-size: 43px;
    color: black;
    margin: 0;
    text-align: center;
}
.globalServicios{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: url('../img/bg_guia_amz.png');
    background-size: 300% 40%;
    background-repeat: repeat-x;
    background-position-y: bottom;
    animation: ondas 8s ease-in-out infinite backwards ;
}
@keyframes ondas{
    0%{
        background-position-x: 0%;
    }
    50%{
        background-position-x: 100%;
    }
    100%{
        background-position-x: 0%;
    }
}
.backgroundWhite{
    background: transparent;
}
/** vuelos**/


.aeropuerto {
    background: url('../img/llegada_salida.png');
    width: 29em;
    height: 28em;
    margin-bottom: 40px;
    transition: all ease-in .5s;
}
.aeropuerto p{
    width: 12em;
    line-height: 1.2;
    background: white;
    transform: translate(16px, 27px) rotate(-6deg);
    font-size: 15px;
    padding: 10px 10px;
}
.encuentraGuia{
    display: flex;
}
.encuentraGuia p{
    font-size: 22px;
    margin-bottom: 0px;
    margin-right: 40px;
}
.encuentraGuia img{
    width: 11em;
}
.llegadaysalida{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 87%;
}
.bolitadeIcon{
    width: 9em;
    height: 9em;
    border-radius: 100%;
    background: #0094f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bolitadeIcon:hover{
    background: black;
}
.bolitadeIcon img{
    width: 4em;
}
.texLLSal{
    width: 22em;
}
.texLLSal p{
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
}
.botonesConsSoli{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mismoBotLS{
    border-color: transparent;
    background: black;
    color: white;
    text-align: center;
    width: 14em;
    height: 3em;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border:0px transparent;
    transition: all ease 0.3s;
}
.mismoBotLS:hover{
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}
.brillo{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0%;
    left: -120%;
    width: 190px;
    height: 80px;
    transform: rotate(-45deg) !important;
}
.mismoBotLS:hover .brillo{
    transform: scale(1.05);
    animation: brilloEspectacular ease-in 0.5s infinite forwards ;
}
.colorBo{
    background: #0094f2;
}
@keyframes brilloEspectacular{
    form{
        transform: rotate(-45deg);
        left: -100%;
    }
    to{
        left: 100%;
        transform: rotate(-45deg);
    }
}
/** hoteles**/
.hoteles {
    background: url('../img/maresta_lodge.png');
    width: 29em;
    height: 28em;
    margin-bottom: 40px;
}
.hoteles p{
    width: 10em;
    line-height: 1.2;
    background: white;
    transform: translate(16px, 27px) rotate(-6deg);
    font-size: 15px;
    padding: 10px 10px;
}
/**restaurantes**/
.restaurantes {
    background: url('../img/el_porton_gaucho.png');
    width: 29em;
    height: 28em;
    margin-bottom: 40px;
}
.restaurantes p{
    width: 12em;
    line-height: 1.2;
    background: white;
    transform: translate(16px, 27px) rotate(-6deg);
    font-size: 15px;
    padding: 10px 10px;
}
/**PLAYAS**/
.playas {
    background: url('../img/el_dorado.png');
    width: 29em;
    height: 28em;
    margin-bottom: 40px;
}
.playas p{
    width: 8em;
    line-height: 1.2;
    background: white;
    transform: translate(16px, 27px) rotate(-6deg);
    font-size: 15px;
    padding: 10px 10px;
}
.gloglaswewewe{
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease-in .2s;
}
.gloglaswewewe:hover{
    background-size: 120%;
    border-radius: 15px;
}
/********************** lo que se ofrece swiper ******************************/
.quehacerAhora{
    margin-bottom: 50px;
}
.quehacerenchimbote{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 36em;
    margin-top: 8em;
    position: relative;
}
.textoQuehacer{
    width: 18em;
    transform: rotate(-2deg);
    background: #ffec00;
}
.textoQuehacer p{
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
}
.globalforSwiper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tituloSwiperComienzo{
    font-size: 22px;
    margin-bottom: 62px;
}
.globalflexwithswiper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.globalSizeSwiper{
    width: 68%;
}
.postofswiper{
    width: 4em;
    height: 4em;
    border-radius: 100%;
    background: #0094f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.postofswiper:hover{
    background: black;
}
.postofswiper p{
    margin-bottom: 0%;
    font-size: 22px;
    color: white;
}
.imgWithSwiperGlobal{
    width: 18em;
    position: relative;
    overflow: hidden;
}
.imgWithSwiperGlobal img{
    transform: scale(1);
    transition: all ease .5s;
}
.imgWithSwiperGlobal img:hover{
    transform: scale(1.3);
}
.botonesAparezcan{
    position: absolute;
    opacity: 0;
    transition: all linear 0.2s;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.btnAparezcn{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    width: 7em;
    border-radius: 5px;
    border-color: transparent;
    height: 2em;
    font-size: 18px;
    color: white;
    background: #0094f2;
}
.botonesAparezcan:hover {
    opacity: 1;
}
.botonesAparezcan::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 148, 242, 0.4);

}
.distColorOfBtn{
    background: white;
    top: 55%;
    color: #0094f2;
}
.textSwiperGlobal{
    margin-top: 20px;
}
.textSwiperGlobal p{
    font-size: 18px;
}
/** que hacer en chimbote **/
.swiper-mascosas{
    width: 60%;
}
.bg1{
    background: url('../img/malecon_grau.jpg');
}
.bg2{
    background: url('../img/las_loberas.jpg');
}
.bg3{
    background: url('../img/sand_skull.jpg');
}
.bg4{
    background: url('../img/catedral.jpg');
}
.bg5{
    background: url('../img/cataratas.jpg');
}
.bg6{
    background: url('../img/plaza_de_armas.jpg');
}
.bg7{
    background: url('../img/megaplaza.jpg');
}
.textResBg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: 12em;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.posislideQue{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.posislideQue p{
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    width: 8em;
}
.textResBg p{
    color: #ffec00;
    text-align: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.2s 0.2s;
    z-index: 10;
}
.textResBg::before{
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -130%;
    transition: all linear 0.5s;
}
.textResBg:hover::before{
    top: 0%;
}
.textResBg p:hover{
    opacity: 1;
}
/***********Acompañamiento***************/
.acompa{
    width: 100%;
    height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textAcom {
    width: 36em;
}
.textAcom p {
    text-align: center;
    color: #0094f2;
    font-size: 43px;
    line-height: 1.2;
}
.aplicAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.aplicAc p{
    text-align: center;
    color: black;
    font-size: 18px;
}
.aplicAc img{
    width: 11em;
}
/** flechas swiper **/
.swiper-button-prev, .swiper-button-next {
    width: 49px;
    height: 22px;
    top: 60%;
    outline: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../img/atras_manual.png');
    background-size: cover;
    left: 180px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/ver_mas.png');
    background-size: cover;
    right: 180px;
    left: auto;
}
.opsRes{
    display: none;
}
/**nav**/

.logitoRemis {
    top: -29%;
}
/**/
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
/*****************************************************RESPONSIVE******************************************************/
@media(max-width:1750px){
    .imgWithSwiperGlobal {
        width: 15em;
    }
    .btnAparezcn {
        top: 35%;
        font-size: 16px;
    }
    .distColorOfBtn {
        top: 55%;
    }
}
@media(max-width:1440px){
    .bienvenidaGuia {
        height: 26em;
    }
    .guiaTuristtoCircl {
        width: 7em;
        height: 7em;
    }
    .guiaTuristtoCircl p {
        font-size: 30px;
    }
    .turisticatextCuad {
        top: 46%;
        width: 13em;
    }
    .turisticatextCuad p {
        font-size: 30px;
    }
    .chimboterotate {
        top: 58%;
        left: 51%;
        width: 11em;
    }
    .chimboterotate p {
        font-size: 30px;
    }
    .imgWithSwiperGlobal {
        width: 12em;
    }
    .bolitadeIcon {
        width: 9em;
        height: 9em;
    }
    .bolitadeIcon img {
        width: 4em;
    }
    .texLLSal {
        width: 15em;
    }
    .texLLSal p {
        font-size: 30px;
    }
    .aeropuerto {
        width: 26em;
        height: 25em;
    }
    .hoteles {
        width: 26em;
        height: 25em;
    }
    .restaurantes {
        width: 26em;
        height: 25em;
    }
    .playas {
        width: 26em;
        height: 25em;
    }
    .tituloSwiperComienzo {
        font-size: 20px;
        margin-bottom: 62px;
    }
    .textSwiperGlobal p {
        font-size: 16px;
    }
    .textoQuehacer {
        width: 15em;
    }
    .quehacerAhora p{
        font-size: 15px;
    }
    .textoQuehacer p {
        font-size: 30px;
    }
    .posislideQue p {
        font-size: 16px;
    }
    .textResBg {
        width: 10em;
        height: 10em;
    }
    .quehacerenchimbote {
        height: 29em;
    }
    .textAcom p {
        font-size: 30px;
    }
    .aplicAc {
        margin-top: 28px;
    }
    .aplicAc p{
        font-size: 16px;
    }
    .aplicAc img {
        width: 9em;
    }
    .acompa {
        height: 25em;
    }
    .encuentraGuia p {
        font-size: 20px;
    }
    .encuentraGuia img {
        width: 9em;
    }
    .mismoBotLS {
        width: 11em;
    }
    .logitoRemis {
        top: -39%;
    }
}
@media(max-width:1199px){
    .bienvenidaGuia {
        height: 23em;
    }
    .bolitadeIcon {
        width: 7em;
        height: 7em;
    }
    .bolitadeIcon img {
        width: 3em;
    }
    .guiaTuristtoCircl {
        width: 5em;
        height: 5em;
    }
    .guiaTuristtoCircl p {
        font-size: 25px;
    }
    .turisticatextCuad {
        top: 46%;
        width: 10em;
    }
    .turisticatextCuad p {
        font-size: 25px;
    }
    .chimboterotate {
        top: 55%;
        left: 51%;
        width: 9em;
    }
    .chimboterotate p {
        font-size: 25px;
    }
    /*****/
    .aeropuerto {
        width: 22em;
        height: 21em;
    }
    .aeropuerto p {
        width: 13em;
        font-size: 12px;
    }
    .encuentraGuia p {
        font-size: 18px;
    }
    .encuentraGuia img {
        width: 8em;
    }
    .hoteles {
        width: 22em;
        height: 21em;
    }
    .hoteles p {
        width: 11em;
        font-size: 12px;
    }
    .restaurantes {
        width: 22em;
        height: 21em;
    }
    .restaurantes p {
        width: 12em;
        font-size: 12px;
    }
    .playas {
        width: 22em;
        height: 21em;
    }
    .playas p {
        font-size: 12px;
    }
    .texLLSal p {
        font-size: 25px;
    }
    .tituloSwiperComienzo {
        font-size: 18px;
    }
    .mismoBotLS {
        border-radius: 10px;
    }
    .postofswiper {
        width: 3em;
        height: 3em;
    }
    .postofswiper p {
        font-size: 18px;
    }
    .imgWithSwiperGlobal {
        width: 11em;
    }
    .textSwiperGlobal p {
        font-size: 13px;
    }
    .btnAparezcn {
        font-size: 15px;
    }
    .textoQuehacer p {
        font-size: 25px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 35px;
        height: 14px;
        top: 60%;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 150px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 150px;
    }
    .posislideQue p {
        font-size: 14px;
    }
    .textAcom p {
        font-size: 25px;
    }
    .aplicAc img {
        width: 8em;
    }
    /**nav **/
    .logitoRemis {
        top: -26%;
    }
}
@media(max-width:991px){
    .imgWithSwiperGlobal {
        width: 10em;
    }
    .textResBg {
        width: 9em;
        height: 9em;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 35px;
        height: 14px;
        top: 55%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 100px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 100px;
    }
    .btnAparezcn {
        top: 32%;
    }
    .distColorOfBtn {
        top: 58%;
    }
    .globalServicios {
        height: 45em;
    }
    .gloglaswewewe {
        border-radius: 13px;
    }
    .turisticatextCuad {
        left: 58%;
    }
    .chimboterotate {
        top: 55%;
        left: 53%;
    }
    .encuentraGuia img {
        width: 7em;
    }
}
@media(max-width:778px){
    .globalServicios .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .globalServicios {
        height: 61em;
    }
    .flexWrap{
        flex-wrap: wrap-reverse;
    }
    .opsRes{
        display: inline;
        top: 68%;
    }
    .llegadaysalida {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .encuentraGuia {
        display: flex;
        flex-direction: column;
    }
    .encuentraGuia {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .encuentraGuia p {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .encuentraGuia img {
        width: 9em;
    }
}
@media(max-width:575px){
    .bienvenidaGuia {
        background: url('../img/guia_bg_top_res.jpg');
        background-position: center;
        background-size: 100% 100%;
        position: relative;
        background-repeat: no-repeat;
        height: 18em;
    }
    .bolitadeIcon {
        margin-bottom: 29px;
    }
    .logitoRemis {
        top: -36%;
    }
    .chimboterotate {
        top: 59%;
    }
    .guiaTuristtoCircl {
        left: 38%;
    }
    .turisticatextCuad {
        left: 63%;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 45px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 45px;
    }
    .globalServicios .col-6 {
        margin-bottom: 46px;
    }
    .globalServicios{
        background-size: 300% 17%;
    }
    .acompa {
        height: 18em;
    }
    .llegadaysalida {
        height: 100%;
    }
}
@media(max-width:400px){
    .aeropuerto {
        width: 20em;
        height: 19em;
    }
    .hoteles {
        width: 20em;
        height: 19em;
    }
    .restaurantes {
        width: 20em;
        height: 19em;
    }
    .playas {
        width: 20em;
        height: 19em;
    }
    .acompa {
        height: 18em;
    }
    .globalServicios {
        height: 57em;
    }
    .guiaTuristtoCircl {
        left: 34%;
    }
    .turisticatextCuad {
        left: 65%;
    }
}
@media(max-width:320px){
    .aeropuerto {
        width: 18em;
        height: 17em;
    }
    .hoteles {
        width: 18em;
        height: 17em;
    }
    .restaurantes {
        width: 18em;
        height: 17em;
    }
    .playas {
        width: 18em;
        height: 17em;
    }
    .guiaTuristtoCircl {
        left: 33%;
    }
}