@import url('../css/fonts.css');

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'DeansBold';
    overflow-x: hidden;
}
button{
    font-family: 'DeansBold';
    outline: none !important;
    border-color: transparent;
}
a{
    text-decoration: none !important;
}
.posRes{
    position:relative ;
}
.flexCol{
    display: flex;
    flex-direction: column;
    align-items: center;
}
select{
    appearance: none;
    -webkit-appearance: none;
}
/*************************************presentacion***********************************/
.contornoText{
    -webkit-text-stroke: 1px white;
}
.contornoSpan{
    -webkit-text-stroke: 1px white;
}
.contornoSpan1{
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}
.presentacion{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.slide1{
    background: url('../img/slide1_desk.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pasajero-congdot{
    display: flex;
    margin-top: 40px;
}
.pas-c{
    margin-right: 40px;
}
.pas-c p{
    font-size: 28px;
    color: #ffec00;
}
.posTextAndDownLoad{
    width: 36em;
    position: absolute;
    top: 36%;
    left: 31%;
    transform: translate(-50%);
}
.textoFam p{
    color: white;
    font-size: 43px;
    line-height: 1;
}

.textoFam span{
    color: white;
    font-size: 35px;
    line-height: 1.4;
}
.colorAndRp{
    color: #ffec00;
    padding-left: 10px;
    padding-right: 10px;
    background: black;
}
.googlePlay{
    width: 11em;
    animation: pestañeo 1s infinite ease ;
}
@keyframes pestañeo{
    0%{opacity: .6;}
    50%{opacity: 1;}
    100%{opacity: .6;}
}
.posTwoCel{
    position: absolute;
    top: 31%;
    left: 68%;
    transform: translate(-50%);
}
.widthGen{
    width: 16em;
}
.pasajero {
    position: absolute;
    top: 0%;
    right: -13px;
    width: 17.3em;
    transform: translateX(11em) rotate(-3deg);
}

.slide2{
    background: url('../img/slide2_desk.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.contentGuia{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40em;
}
.contentGuia p{
    font-size: 43px;
    line-height: 1;
    color: black;
    text-align: center;
    font-weight: bold;
}
.contentGuia span{
    color: black;
    font-size: 35px;
}
.contentGuia img{
    width: 50px;
    transform: scale(1);
    animation: animate22 1.8s linear infinite;
}

@keyframes animate22{
    0%{
        transform: scale(1);
        
    }
    30%{
        transform: scale(0.93);
        
    }    
    60%{
        transform: scale(0.96);
        
    }
    90%{
        transform: scale(0.99);
        
    }
    100%{
        transform: scale(1);
        
    }
}

.contentGuia a{
    color: white;
    margin-top: 40px;
    font-size: 25px;
    text-align: center;
    background:black;
    padding-top: 17px;
    width: 12em;
    height: 3em;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all ease .5s;
}

.slide3{
    background: url('../img/slide3_desk.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16%;
}
.textoSlide3{
    width: 28em;
    transform: translateY(70px);
}
.textoSlide3 p{
    color: black;
    font-size: 43px;
    line-height: 1;
}
.listNot {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 26px;
}
.img {
    width: 10%;
    display: flex;
    justify-content: center;
}
.img img{
    width: 35px;
    transform: translateY(9px);
}
.textImg {
    width: 90%;
}
.textImg span{
    color: #ffec00;
    font-size: 35px;
}
.boton button{
    color: white;
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
    background:black;
    border-radius: 15px;
    border:0px;
    width: 12em;
    height: 3em;
    overflow: hidden;
    position: relative;
    transition: all ease 0.3s;
}
.contentGuia a:hover .brilloinSwiper{
    position: absolute;
    top: 15px;
    left: -130%;
    transform: rotate(-45deg);
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    animation: brilloSwiper 1 0.8s ease;
    content: ''
}
.contentGuia a:hover{
    background: #0094f2;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}
.boton button:hover .brilloinSwiper2{
    position: absolute;
    top: 15px;
    left: -130%;
    transform: rotate(-45deg);
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, .4);
    animation: brilloSwiper 1 0.8s 0.1s ease;
    content: ''
}
.boton button:hover{
    background: #0094f2;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}


@keyframes brilloSwiper{
    to{
        left: 130%;
    }
}
.presentacion .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 80px;
    left: 0;
    width: 100%;
}
.presentacion .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}
.presentacion .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid white;
}
.presentacion .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
/*********************************************VALORES*****************************************/
.valoresIndex{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/bg_sect_2.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/********** valores remis empresa **********************/

.ValoresEmpresariales{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 140%;
    transition: all linear .8s;
}
.wrapEmpresarial{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.empresaRemis{
    background: url('../img/bg_sect_2.jpg');
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texEmpreaRemis{
    width: 44em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texEmpreaRemis p{
    font-size: 43px;
    margin-bottom: 0;
}
.taxiRemisEmpres{
    background: #0094f2;
    padding: 0px 10px 0px 10px;
    color: white;
    transform: rotate(-2deg);
}
.textDescrValroes{
    margin-top: 20px;
    font-size: 22px !important;
    line-height: 1.2;
    text-align: center;
}
.Misvi{
    width: 100%;
    background: url('../img/bg_new_sect_2.jpg');
    height: 50%;
}
.Misvi .container{
    transform: translateY(74px);
}
.texSizeMisVi{
    width: 32em
}
.texSizeMisVi p{
    font-size: 22px;
    line-height: 1.2;
    color: white;
}
.textoPostEmreInCol{
    position: absolute;
    top: -55%;
    left: 15%;
    transform: translate(-50%) rotate(-3deg);
    background: #ffec00;
}
.textoPostEmreInCol p{
    margin:0px 10px 0px 10px;
    font-size: 43px;
    color: #000000;
}
.postMenos {
    position: absolute;
    top: 87%;
    left: 22%;
    transform: translate(-50%);
}
.postMenos button{
    display: flex;
    flex-direction: row;
    width: 15em;
    justify-content: space-around;
    align-items: center;
    background: none;
    border: 0px;
}
.postMenos img {
    width: 55px;
}
.postMenos p {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}
/******************/
.colorPNow{
    color: #0094f2;
    font-size: 45px;
    margin-bottom: 3em;
    width: 9em;
    text-align: center;
}
.rotateTitle1{
    background: #ffec00;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%)rotate(-1deg);
    width: 19em;
}
.rotateTitle1 p{
    color: black;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.rotateTitle1:hover , .rotateTitle1 p:hover{
    background: #000000 !important;
    color: #ffec00 !important;
}
.circuloImponente{
    position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);;
    height: 15em;
    width: 100%;
}
.circle {
    cx: 141;
    cy: 118;
    r: 113;
    stroke: #0094f2;
    stroke-width: 3px;
    fill-opacity: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: stroke 3s ease-out forwards;
}
@keyframes stroke {
    to {
      stroke-dashoffset: 0;
    }
  }
.contenedorValoresGlobal{
    border-radius: 100%;
    width: 15em;
    height: 15em;
    background: #ffffff;
    border:3px solid;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.valoresPesa{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(27px);
    margin-top: 70px;
}
.contenedorValoresGlobal p{
    color: black;
    font-size: 20px;
    width: 7em;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}
.valoresPesa p{
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
}
.valoresPesa p:nth-child(1){
    font-size: 45px;
    color: #0094f2;
}
.carritoMove{
    position: absolute;
    bottom: -6%;
    left: 34%;
    width: 7em;
}
.PostVermas{
    position: absolute;
    top: 84%;
    left: 84%;
    transform: translate(-50%);
}
.PostVermas button{
    display: flex;
    flex-direction: row-reverse;
    width: 15em;
    justify-content: space-around;
    align-items: center;
    background: none;
    border:0px;
    animation: apuntarDerecha 1s ease-in infinite;
}
.PostVermas p{
    width: 100%;
    color: #0094f2;
    font-size: 20px;
    margin-bottom: 0;
}
.PostVermas img{
    width: 55px;
}
.imgLaptops {
    position: absolute;
    top: 20%;
    left: 75%;
    transform: translate(-50%);
}
/*********************************************SERVICIOS*****************************************/
.swipernewServicios{
    display: none;
    position: absolute;
    position: absolute;
    width: 30em;
    height: 30em;
    top: 37%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}
.sliServ1{
    background: url('../img/serv_1.png');
}
.sliServ2{
    background: url('../img/serv_2.png');
}
.sliServ3{
    background: url('../img/serv_3.png');
}
.sliServ4{
    background: url('../img/serv_4.png');
}
.sliServ5{
    background: url('../img/serv_5.png');
}
.sliServ6{
    background: url('../img/serv_6.png');
}
.sliServ7{
    background: url('../img/serv_7.png');
}
.ntxn{
    background: url('../img/serv_derecha_swiper_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 68px;
    display: none;
    outline: none!important;
}
.prvp{
    background: url('../img/serv_izquierda_swiper_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 68px;
    display: none;
    outline: none!important;
}
/**/
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.opReesp{
    display: none;
}
.sizeAndBgKils{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sizeAndBgKils::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0%;
    left: 0;
    border-radius: 13px;
}
.serviciosWoW{
    width: 100%;
    height: 100vh;
    background: #0094f2;
    position: relative;
    overflow: hidden;
}
.textServ{
    position: absolute;
    top: 8%;
    left: 50%;
    background: #000000;
    transform: translate(-50%) rotate(-1deg);
    width: 18em;
}
.textServ p{
    font-size: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffec00;
    text-align: center;
    margin: 0;
}
.textServ:hover ,.textServ p:hover{
    background: #ffec00 !important;
    color: #000000 !important;
}
.serv-1{
    background: url('../img/serv_1.png');
    width: 21em;
    height: 18em;
    top: 22%;    
    border-radius: 24px;
    left: 28%;
    transform: translate(-50%);
}
.serv-2{
    background: url('../img/serv_2.png');
    width: 23em;
    height: 18em;
    top: 22%;
    left: 47.3%;
    border-radius: 24px;
    transform: translate(-50%);
}
.serv-3{
    background: url('../img/serv_3.png');
    width: 29.1em;
    height: 18em;
    top: 22%;
    left: 70%;
    border-radius: 24px;
    transform: translate(-50%);
}
.serv-4{
    background: url('../img/serv_4.png');
    width: 21em;
    height: 16em;
    top: 53.5%;
    left: 28%;
    border-radius: 24px;
    transform: translate(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.serv-5{
    background: url('../img/serv_5.png');
    width: 17em;
    height: 16em;
    top: 53.5%;
    border-radius: 24px;
    left: 45%;
    transform: translate(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.serv-6{
    background: url('../img/serv_6.png');
    width: 16.5em;
    height: 16em;
    top: 53.5%;
    left: 60.1%;
    border-radius: 24px;
    transform: translate(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.serv-7{
    background: url('../img/serv_7.png');
    width: 17em;
    height: 16em;
    top: 53.5%;
    left: 75.3%;
    border-radius: 24px;
    transform: translate(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.hoverCrazy{
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
}
.numbServi{
    background: black;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    margin-top: 12px;
}
.numbSerMar1{
    margin-left: 12px;
    margin-bottom: 12px;
    margin-top: 0px;
}
.numbServi p{
    color: #ffec00;
    margin: 0;
    font-size: 25px;
}
.hoverCrazy::before{
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    transition: all ease-in .2s;
    background: rgba(255, 255, 255, 0);
}
.hoverCrazy:hover.hoverCrazy::before{
    background: rgba(255, 255, 255, 0.7);
}
.reservarHov{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: all ease-in .5s;
}

.reservarHov button{
    border: 0px;
    background: #000000;
    color: #ffffff;
    font-size: 22px;
    width: 5em;
    height: 2em;
    border-radius: 8px;
    transition: all ease .5s;
    overflow: hidden;
    position: relative;
}
.reservarHov button:hover .brilloinService{
    position: absolute;
    top: 15px;
    left: -150%;
    transform: rotate(-45deg);
    width: 180px;
    height: 20px;
    background: rgba(255, 255, 255, .4);
    animation: brilloinService 1 0.8s 0.1s ease;
    content: ''
}


@keyframes brilloinService{
    to{
        left: 130%;
    }
}
.reservarHov button:hover{
    background: #0094f2;
}
.reservarHov img{
    width: 28px;
    position: absolute;
    top: 77%;
    left: 90%;
    transform: translate(-50%) scaleX(-1);
}
.hoverCrazy:hover .reservarHov{
    top: 50%;
    opacity: 1;
}
.textoDescriServ{
    position: absolute;
    top: 46%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all ease-in .5s;
    transition-delay: .1s;
}
.textoDescriServ p{
    font-size: 25px;
    color: #000000;
}
.hoverCrazy:hover .textoDescriServ{
    top: 35%;
    opacity: 1;
}
/*********************************************GUIA TURISTICA *****************************************/
.guiaturistica{
    width: 100%;
    height: 45em;
    background: url('../img/guia_section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.guiaturistica .container{
    transform: translateY(65px);
}
.tittleGuia{
    position: absolute;
    top: 12%;
    left: 47%;
    transform: translate(-50%);
    width: 6em;
    height: 2.5em;
}
.circleGui{
    position: absolute;
    width: 9em;
    height: 9em;
    border-radius: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: -4%;
    z-index: 2;
    transform: translate(-50%);
}
/* .circleGui:hover{
    background: #000000;
} */
.circleGui p{
    font-size: 43px;
    margin-bottom: 0;
    color: #0094f2;
}
.turist{
    width: 18em;
    height: 5em;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 73%;
    right: -22em;
    transform: translate(-50%);
    padding-left: 48px;
}

.turist p{
    font-size: 43px;
    color: white;
    margin-bottom: 0px;
}
.chimbo{
    width: 15em;
    height: 5em;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 272%;
    right: -16em;
    transform: translate(-50%) rotate(-6deg);
    z-index: 3;
}
.turist:hover,.chimbo:hover {
    background: #0094f2;
}
.chimbo p{
    font-size: 43px;
    color: white;
    margin-bottom: 0px;
}
.conteImg{
    width: 9em;
    height: 9em;
    border-radius: 100%;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0094f2;
}
.conteImg:hover{
    background: #000000;
}
.conteImg img{
    width: 4.5em;
}
.textGuiaWoW{
    width: 10em;
    margin-top: 22px;
}
.textGuiaWoW p{
    font-size: 20px;
    color: #000000;
    line-height: 1;
    text-align: center;
}
/****************************************************AFILIACION*********************************************************/
.formulario{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66em;
    position: relative;
}
.positionTextAfil{
    position: absolute;
    top: 9%;
    left: 34.5%;
    transform: translate(-50%);
}
.positionTextAfil p {
    font-size: 43px;
    color: #000000;
}
.widthFormulario{
    width: 30em;
}
.textAbosAfil{
    position: absolute;
    bottom: -42px;
    left: 0;
    background: #ffec00;
    transform: rotate(-1deg);
    width: 23.5em;
}
.textAbosAfil p{
    font-size: 43px;
    color: #000000;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.form-control{
    border: 1px solid #0094f2;
    border-radius: 10px;
    height: 3em;
    color: #0094f2;
}
.form-control::placeholder{
    color: rgba(51, 153, 255, 0.6);
}
.form-control:focus{
    color: #0094f2;
}
div#input_file{
    position: relative;    
    width: 100%;
    height: 2.7em;
    background-color: transparent;
    border:1px solid #0094f2;
    border-radius: 0px;
    border-radius: 10px;
}
input#btn_enviar{
    position: absolute ;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
p#texto{
    text-align: start;
    color: #0094f2;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: 'DeansBold';
    padding-left: 12px;
}
.desc{    
    position: absolute;
    right: 0;
    width: 19px;
    transform: translate(-15px,-27px);
}
#enviarAfiliacion{
    background: #0094f2;
    color: white;
    width: 100%;
    height: 3em;
    text-align: center;
    border:0px;
    border-radius: 10px;
    transition: all ease .5s;
}
.form-group{
    position: relative;
}
#enviarAfiliacion:hover .brilloinSwiper224{
    position: absolute;
    top: 15px;
    left: -130%;
    transform: rotate(-45deg);
    width: 280px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
    animation: brilloSwiper224 1 0.8s 0.1s ease;
    content: '';
}

#enviarAfiliacion:hover{
    background: #000000;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}
@keyframes brilloSwiper224{
    to{
        left: 130%;
    }
}
.textAndView{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    transform: translate(77px,-39px);
}
.textAndView p{
    font-size: 18px;
    color: black;
}
.widthImgForm{
    width: 33em;
}
.absoCirculeYellow{
    position: absolute;
    border-radius: 100%;
    width: 14em;
    height: 14em;
    top: 50%;
    left: 93%;
    z-index: -1;
    opacity: 0;
    transform: translate(-50%) rotate(0deg);
    background: linear-gradient(90deg, #ffec00 65%, transparent 35%);
    animation: bolForm 1s ease-in 1 forwards;
    animation-delay: 1s;
}
@keyframes bolForm{
    to{
        opacity: 1;
        left: 105%;
        transform: translate(-50%) rotate(180deg);
    }
}
.formulario .container{
    transform: translateY(90px);
}
/*********************************************ENCUENTRANOS EN PLAY STORE *****************************************************/
.encuentranos{
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: url('../img/encuentra_play_section_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.textEncuentranos{
    position: relative;
    height: 15.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.textEncuentranos p{
    font-size: 43px;
    margin-bottom: 0;
}
.textSegCalAb{
    position: absolute;
    top: 22%;
    left: 39%;
    transform: translate(-50%)rotate(-2.5deg);
    width: 82%;
    display: flex;
    justify-content: center;
    background: #ffec00;
    
}
.textSegCalAb1{
    position: absolute;
    top: 50%;
    left: 36%;
    display: flex;
    justify-content: center;
    transform: translate(-50%);
    width: 80%;
    background: #ffec00;
}
.ecuentraDesc p{
    font-size: 30px;
    color: #ffffff;
}
.widthDescPlaySt{
    margin-top: 20px;
    width: 10em;
    animation: maraadsa 1s 2 ease ;
}
@keyframes maraadsa{
    0%{opacity: 0}
    50%{opacity: 1}
    100%{opacity: 0}
}
.circuloBlack{
    width: 23em;
    height: 23em;
    border-radius: 100%;
    background: #000000;
    transform: scale(1);
    animation: animate33 1.8s linear infinite;
}
@keyframes animate33{
    0%{
        transform: scale(1);
    }
    30%{
        transform: scale(0.93);
    }    
    60%{
        transform: scale(0.96);
    }
    90%{
        transform: scale(0.99);
    }
    100%{
        transform: scale(1);
    }
}
.widthAppEncue{
    width: 18em;
    position: absolute;
}
.widthAppEncue img{
    border-radius: 20px;
}

.manual{
    position: absolute;
    bottom: -56%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    width: 8em;
    height: 3em;
    overflow: hidden;
    transition: all ease 0.5s;
    border:0px;
}
.manual:hover .brilloinSwiper223{
    position: absolute;
    top: 15px;
    left: -130%;
    transform: rotate(-45deg);
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, .4);
    animation: brilloSwiper123 1 0.8s 0.1s ease;
    content: ''
}
.manual:hover{
    background: #0094f2;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

@keyframes brilloSwiper123{
    to{
        left: 130%;
    }
}
/******************************************************CONSULTA*******************************************************/
.animationMove{
    animation: animationVo 2s ease forwards infinite;
}
@keyframes animationVo{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-25px);
    }
    100%{
        transform: translateY(0px);
    }
}
.consultas{
    width: 100%;
    height: 66em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact{
    position: absolute;
    top: 11%;
    left: 64%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.contact p{
    font-size: 43px;
    color: #000000;
    margin: 0;
}
.contact p:nth-child(1){
    background: #ffec00;
    padding-left: 10px;
    padding-right: 10px;
    width: 7.3em;
}
.botonesSgi{
    display: flex;
    flex-wrap: wrap;
    width: 22em;
    transform: translateX(105px);
    margin-top: 24px;
}
.botonesSgi::before{
    content: '';
    width: 122px;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0%;
    transition: all ease-in-out .5s;
}
.botonsSiCambioBackEmp::before{
    background-color: #0094f2;
    left:50% ;
}
.botonsSiCambioBackPer::before{
    background-color: #0094f2;
    left:5% ;
}
.btnIgual{
    width: 45%;
    font-size: 25px;
    border:0px transparent;
    color: #000000;
    background: transparent;
    outline: none !important;
}
.activadoBtn{
    color: #0094f2;
}
.consultas .container{
    transform: translateY(100px);
}
.ContFormConsultas{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40em;
}
.widthImgConsulta{
    width: 33em;
    transform: translateY(20px);
}
.personal{
    position: absolute;
    width: 98%;
    height: 100%;
    top: 5%;
    left: -100%;
    transform: translate(-50%);
    transition: all ease-out 0.5s;
}
.empresa{
    position: absolute;
    width: 98%;
    height: 100%;
    top: 5%;
    left: 200%;
    transform: translate(-50%);
    transition: all ease-out 0.5s;
}
.activarFormularios{
    left: 50%;
}
.botonesMismos{
    background: #0094f2;
    color: white;
    width: 20px;
    width: 100%;
    height: 3em;
    text-align: center;
    border: 0px;
    border-radius: 10px;
    transition: all ease .5s;
    
}
.botonesMismos:hover .brilloinSwiper225{
    position: absolute;
    top: 15px;
    left: -130%;
    transform: rotate(-45deg);
    width: 280px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
    animation: brilloSwiper225 1 0.8s 0.1s ease;
    content: '';
}

.botonesMismos:hover{
    background: #000000;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2);
}
@keyframes brilloSwiper225{
    to{
        left: 130%;
    }
}
.circuloimgconsulta{
    position: absolute;
    border-radius: 100%;
    width: 14em;
    height: 14em;
    top: 44%;
    left: 9%;
    z-index: -1;
    opacity: 0;
    transform: translate(-50%) rotate(180deg);
    background: linear-gradient(90deg, #ffec00 65%, transparent 35%);
    animation: bolForm1 1s ease-in 1 forwards;
    animation-delay: 1s;
}
@keyframes bolForm1{
    to{
        opacity: 1;
        left:7%;
        transform: translate(-50%) rotate(0deg);
    }
}
/******************/
@keyframes apuntarDerecha{
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}
/*****************************************************FOOTER************************************************************/
.width_10{
    width: 10em;
}
.footerChimbote{
    background: url('../img/footer_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35em;
    overflow: hidden;
    position: relative;
}
.imgFloatFooter{
    position: absolute;
    top: 31%;
    left: 17%;
    transform: translate(-50%);
}
.posGlo{
    position: absolute;
    top: 31%;
    left: -15%;
}
.footerChimbote .container{
    margin-right: 10%;
}
.footerText{
    display: flex;
    position: relative;
    flex-direction: column;
}
.footerText p,.footerText a{
    font-family: 'Helvetica';
    font-size: 20px;
    color: #ffffff;
}
.footerText i{
    font-size: 40px;
    color: white;
}
.footerText img{
    width: 40px;
}
.articilla{
    position: absolute;
    bottom: 26px;
}
.articilla a{
    color: #ffffff;
}
.articilla img{
    width: 66px;
    margin-bottom: 8px;
}
.chimboteEnRedes {
    position: absolute;
    bottom: 18%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 11em;
}
.chimboteEnRedes img{
    width: 55px;
}
/**selector**/
.posAndWidthSelector{
    position: absolute;
    top: 12px;
    right: 20px;
    width: 14px;
}
.noOpacity{
    opacity: 0;
}
/*****************************************************RESPONSIVE********************************************************/
@media(max-width:1900px){
    /**servicios**/
    .serv-1 {
        width: 20em;
        height: 17em;    
        left: 24%;
    }
    .serv-2{
        width: 21em;
        height: 17em;
        left: 46.6%;
    }
    .serv-3 {
        width: 30.5em;
        left: 74.9%;
        height: 17em;    
    }
    .serv-4 {
        width: 20em;
        height: 17em;
        left: 24%;
    }
    .serv-5 {
        width: 16em;
        height: 17em;
        left: 44%;
    }
    .serv-6 {
        width: 17.5em;
        height: 17em;
        left: 62.6%;
    }
    .serv-7 {
        width: 17.5em;
        height: 17em;
        left: 81.9%;
    }
    .absoCirculeYellow {
        width: 11em;
        height: 11em;
        animation: bolForm 1s ease-in 1 forwards;
    }
    @keyframes bolForm{
        to{
            opacity: 1;
            left: 100%;
            transform: translate(-50%) rotate(180deg);
        }
    }
    .footerChimbote.container {
        margin-right: 3%;
    }
    .imgFloatFooter {
        top: 36%;
        left: 9%;
        width: 12em;
    }
}
@media(max-width:1440px){
    /**primera parte**/
    .posTextAndDownLoad {
        width: 26em;
    }
    .textoFam p {
        font-size: 30px;
        line-height: 1.2;
    }
    .textoFam span {
        font-size: 28px;
    }
    .pas-c p {
        font-size: 24px;
    }
    .googlePlay {
        width: 9em;
    }
    .widthGen {
        width: 13em;
    }
    .pasajero {
        width: 14em;
    }
    /**/
    .imgLaptops {
        top: 17%;
        left: 75%;
    }    
    /* slide 2 */
    .contentGuia {
        width: 28em;
    }
    .contentGuia p {
        font-size: 30px;
    }
    .contentGuia span {
        font-size: 28px;
    }
    .contentGuia img {
        width: 45px;
    }
    .contentGuia a {
        margin-top: 28px;
        font-size: 18px;
        padding-top: 12px;
        width: 11em;
        height: 3em;
        border-radius: 9px;
    }
    /* slide 3 */
    .textoSlide3 p {
        font-size: 30px;
    }
    .img img {
        width: 28px;
    }
    .textImg span {
        font-size: 28px;
    }
    .boton button {
        margin-top: 28px;
        font-size: 18px;
        width: 12em;
        height: 3em;
        border-radius: 9px;
    }
    /** parte 2**/
    .PostVermas {
        top: 89%;
        left: 86%;
    }
    .colorPNow {
        font-size: 30px;
        margin-bottom: 66px;
    }
    .contenedorValoresGlobal p {
        font-size: 18px;
    }
    .valoresPesa p {
        font-size: 18px;
    }
    .valoresPesa p:nth-child(1) {
        font-size: 30px;
        color: #0094f2;
    }
    .rotateTitle1 {
        top: 38%;
        left: 50%;
        width: 14em;
    }
    .rotateTitle1 p {
        font-size: 30px;
    }
    /**PARTE 3**/
    .textServ {
        width: 14em;
    }
    .textServ p {
        font-size: 30px;
    }
    .serv-1 {
        width: 17em;
        height: 14em;
        left: 25%;
    }
    .serv-2 {
        width: 18em;
        height: 14em;
    }
    .serv-3 {
        width: 27.5em;
        left: 74%;
        height: 14em;
    }
    .serv-4 {
        width: 17em;
        height: 13em;
        left: 25%;
    }
    .serv-5 {
        width: 14em;
        height: 13em;
        left: 44.3%;
    }
    .serv-6 {
        width: 15.5em;
        height: 13em;
        left: 62.4%;
    }
    .serv-7 {
        width: 15.5em;
        height: 13em;
        left: 81.3%;
    }
    /** parte 4 **/
    .circleGui {
        width: 7em;
        height: 7em;
    }
    .circleGui p {
        font-size: 30px;
    }
    .turist {
        width: 14em;
        height: 4em;
        top: 73%;
        right: -16em;
        padding-left: 25px;
    }
    .turist p {
        font-size: 30px;
    }
    .chimbo {
        width: 13em;
        height: 4em;
        top: 228%;
        right: -14em;
        z-index: 3;
    }
    .chimbo p {
        font-size: 30px;
    }
    .conteImg {
        width: 8em;
        height: 8em;
    }
    .conteImg img {
        width: 3.6em;
    }
    .guiaturistica {
        height: 37em;
    }
    /** parte 5**/
    .formulario {
        height: 55em;
    }
    .widthFormulario{
        width: 27em;
    }
    .positionTextAfil {
        top: 8%;
        left: 30.5%;
    }
    .positionTextAfil p {
        font-size: 30px;
    }
    .textAbosAfil p {
        font-size: 30px;
    }
    .textAbosAfil {
        bottom: -21px;
        width: 17.5em;
    }
    .widthImgForm {
        width: 30em;
    }
    .absoCirculeYellow {
        width: 10em;
        height: 10em;
        animation: bolForm 1s ease-in 1 forwards;
    }
    @keyframes bolForm{
        to{
            opacity: 1;
            left: 98%;
            transform: translate(-50%) rotate(180deg);
        }
    }
    /** PARTE 6 **/
    .textEncuentranos {
        height: 11.5em;
    }
    .textEncuentranos p {
        font-size: 30px;
        margin-bottom: 0;
    }
    .textSegCalAb1 {
        top: 49%;
        left: 29%;
        width: 60%;
    }
    .textSegCalAb {
        top: 21%;
        left: 30%;
        width: 60%;
    }
    .ecuentraDesc p {
        font-size: 28px;
    }
    .circuloBlack {
        width: 20em;
        height: 20em;
    }
    .widthAppEncue {
        width: 13em;
    }
    .manual {
        bottom: -40%;
    }
    /** parte 7 **/
    .personal {
        width: 80%;top: 13%;
    }
    .empresa {
        width: 80%;top: 13%;
    }
    .consultas{
        height: 55em;
    }
    .contact p {
        font-size: 30px;
    }
    .widthImgConsulta {
        width: 30em;
        transform: translate(10px, 75px);
    }
    .circuloimgconsulta {
        width: 12em;
        height: 12em;
        top: 50%;
    }
    .contact {
        left: 70%;
    }
    .botonesSgi {
        transform: translateX(22px);
    }
    /** parte footer **/
    .footerChimbote {
        height: 30em;
    }
    .footerChimbote .container {
        margin-right: 3%;
    }
    .footerText p, .footerText a {
        font-size: 18px;
    }
    .footerText i {
        font-size: 30px;
    }
    .footerText img {
        width: 30px;
    }
    .posGlo {
        left: -10%;
    }
    .footerChimbote .col-3 {
        max-width: 20%;
    }
    .footerChimbote .container {
        margin-right: 3%;
        transform: translateX(140px);
    }
    .imgFloatFooter {
        top: 34%;
        left: 12%;
        width: 13em;
    }
    /**** agregado ultimamente**/
    .texEmpreaRemis p {
        font-size: 30px;
    }
    .textDescrValroes {
        font-size: 20px !important;
    }
    .textoPostEmreInCol p {
        font-size: 30px;
    }
    .texSizeMisVi p {
        font-size: 20px;
    }
    .texSizeMisVi {
        width: 29em;
    }
    .Misvi .container {
        transform: translateY(42px);
    }
    .textoPostEmreInCol {
        top: -37%;
    }
    .numbServi {
        width: 3em;
        height: 3em;
    }
    .Misvi {
        padding: 0px 12em;
    }
    .footerChimbote .col-lg-3 {
        max-width: 21%;
    }
}
@media(max-width:1366px){
    /*parte 1*/
    .presentacion .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 42px;
    }
    .posTwoCel {
        top: 27%;
    }
    .textoSlide3 {
        width: 22em;
        transform: translateY(70px);
    }
    /** parte 3 **/
    .textAndView {
        transform: translate(24px,-39px);
    }
    .serv-1 {
        height: 13em;
    }
    .serv-2 {
        height: 13em;
    }
    .serv-3 {
        height: 13em;
    }
    /********footer*************/
    .footerChimbote .col-lg-3 {
        max-width: 21%;
    }
    .imgFloatFooter {
        top: 36%;
        left: 11%;
        width: 10em;
    }
}
@media(max-width:1280px){
    /****/
    .imgLaptops {
        top: 31%;
    }
    /** parte 2 **/
    .texSizeMisVi {
        width: 26em;
    }
    /** parte 3**/
    .serv-1 {
        left: 20%;
    }
    .serv-2 {
        left: 46%;
    }
    .serv-3 {
        width: 22.5em;
        left: 76%;
        height: 14em;
    }
    .serv-4 {
        left: 20%;
        top: 59%;
    }
    .serv-5 {
        width: 13em;
        left: 42.5%;
        top: 59%;
    }
    .serv-6 {
        width: 13.5em;
        height: 13em;
        left: 62.4%;
        top: 59%;
    }
    .serv-7 {
        width: 13.5em;
        height: 13em;
        left: 82.6%;
        top: 59%;
    }
    .textoDescriServ p {
        font-size: 20px;
    }
    .reservarHov button {
        font-size: 18px;
        border-radius: 8px;
    }
    .reservarHov img {
        width: 22px;
    }
    /**parte 4**/
    .textAndView {
        transform: translate(0px,-39px);
    }
    .absoCirculeYellow {
        width: 9em;
        height: 9em;
        top: 60%;
    }
    .turist p {
        font-size: 25px;
    }
    .chimbo p {
        font-size: 25px;
    }
    /** parte footer **/
    .footerChimbote .container {
        transform: translateX(165px);
    }
    .footerChimbote .col-3 {
        max-width: 19%;
    }
    .imgFloatFooter {
        top: 37%;
        left: 9%;
        width: 9em;
    }
}
@media(max-width:1199px){
     /**primera parte**/
     .presentacion .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 12px;
    }
    .presentacion .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 14px;
    }
     /*slide 1 */
     .posTextAndDownLoad {
        width: 22em;
    }
     .textoFam p {
        font-size: 25px;
    }
    .textoFam span {
        font-size: 22px;
    }
    .pas-c p {
        font-size: 20px;
    }
    .googlePlay {
        width: 8em;
    }
    .widthGen {
        width: 12em;
    }
    .pasajero {
        width: 13em;
        right: 39px;
    }
    /* slide 2 */
    .contentGuia p {
        font-size: 25px;
    }
    .contentGuia span {
        font-size: 22px;
    }
    .contentGuia {
        width: 23em;
    }
    .contentGuia a {
        font-size: 18px;
        width: 10em;
        height: 3em;
    }
    /* slide 3 */
    .textoSlide3 p {
        font-size: 25px;
    }
    .img img {
        width: 22px;
    }
    .textImg span {
        font-size: 22px;
    }
    .textoSlide3 {
        width: 18em;
    }
    /**parte 2**/
    .circle {
        cx: 124;
        cy: 118;
        r: 98;
    }
    .rotateTitle1 p {
        font-size: 25px;
    }
    .rotateTitle1 {
        top: 44%;
        left: 50%;
        width: 11em;
    }
    .contenedorValoresGlobal {
        width: 14em;
        height: 15em;
    }
    .carritoMove {
        bottom: 2%;
        left: 40%;
        width: 65px;
    }
    .contenedorValoresGlobal p {
        font-size: 15px;
    }
    .colorPNow {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .valoresPesa p:nth-child(1) {
        font-size: 25px;
    }
    .valoresPesa p {
        font-size: 15px;
    }
    .PostVermas {
        top: 87%;
        left: 82%;
    }
    /*************/
    .texEmpreaRemis {
        width: 34em;
    }
    .texEmpreaRemis p {
        font-size: 25px;
    }
    .textDescrValroes {
        font-size: 17px !important;
    }
    .textoPostEmreInCol p {
        font-size: 25px
    }
    .textoPostEmreInCol {
        top: -47%;
        left: 18%;
    }
    .texSizeMisVi {
        width: 25em;
    }
    .texSizeMisVi p {
        font-size: 17px;
    }
    .Misvi .container {
        transform: translateY(50px);
    }
    .postMenos {
        top: 89%;
        left: 19%;
    }
    .postMenos button {
        width: 12em;
    }
    .postMenos img {
        width: 36px;
    }
    .postMenos p {  
        font-size: 18px;
    }
    .Misvi {
        padding: 0px 7em;
    }
    /*****/
    /** parte 3**/
    .textServ {
        width: 12em;
    }
    .textServ p {
        font-size: 25px;
    }
    .serv-1 {
        height: 12.5em;
    }
    .serv-2 {
        height: 12.5em;
    }
    .serv-3 {
        height: 12.5em;
    }
    .numbServi {
        width: 2em;
        height: 2em;
    }
    .numbServi p {
        font-size: 18px;
    }
    /** PARTE 4 **/
    .guiaturistica {
        height: 31em;
    }
    .conteImg {
        width: 6em;
        height: 6em;
    }
    .conteImg img {
        width: 2.5em;
    }
    .circleGui {
        width: 5em;
        height: 5em;
    }
    .turist {
        width: 11em;
        top: 40%;
        right: -11em;
    }
    .chimbo {
        width: 10em;
        height: 3em;
        top: 161%;
        right: -9em;
    }
    .circleGui p {
        font-size: 25px;
    }
    .PostVermas button {
        width: 12em;
    }
    .PostVermas img {
        width: 40px;
    }
    /* parte 5 */
    .formulario {
        height: 51em;
    }
    .formulario .container {
        transform: translateY(50px);
    }
    .widthFormulario {
        width: 22em;
    }
    .positionTextAfil p {
        font-size: 25px;
    }
    .textAbosAfil p {
        font-size: 25px;
    }
    .textAbosAfil {
        bottom: -18px;
        width: 14.5em;
    }
    .form-control {
        border: 1px solid #0094f2;
        border-radius: 10px;
        height: 2.5em;
        color: #0094f2;
    }
    /* parte 6 */
    .textEncuentranos p {
        font-size: 25px;
    }
    .textEncuentranos {
        height: 9.5em;
    }
    .ecuentraDesc p {
        font-size: 22px;
    }
    .widthDescPlaySt {
        width: 8em;
    }
    .circuloBlack {
        width: 17em;
        height: 17em;
    }
    .widthAppEncue {
        width: 11em;
    }
    .manual {
        font-size: 18px;
    }
    .textSegCalAb {
        top: 21%;
        left: 38%;
        width: 76%;
    }
    .textSegCalAb1 {
        left: 36%;
        width: 76%;
    }
    .textSegCalAb {
        left: 33%;
        width: 66%;
    }
    .textSegCalAb1 {
        left: 31%;
        width: 66%;
    }
    /* parte 7 */
    .contact p {
        font-size: 25px;
    }
    .btnIgual {
        font-size: 20px;
    }
    .botonesSgi::before {
        width: 112px;
    }
    .botonsSiCambioBackPer::before {
        background-color: #0094f2;
        left: 6.5%;
    }
    .botonsSiCambioBackEmp::before {
        left: 51.5%;
    }
    .consultas {
        height: 52em;
    }
    /** parte footer **/
    .footerChimbote .container {
        transform: translateX(109px);
    }
    .imgFloatFooter {
        width: 9em;
    }
    .footerText p, .footerText a {
        font-size: 16px;
    }
    .footerText i {
        font-size: 22px;
    }
    .footerText img {
        width: 22px;
    }
    .posGlo {
        left: -7%;
        top: 36%;
    }
    .chimboteEnRedes {
        width: 9em;
    }
    .chimboteEnRedes img {
        width: 42px;
    }
    
}
@media(max-width:991px){
    /***PARTE 1***/
    .posTextAndDownLoad {
        width: 26em;
        left: 25%;
    }
    /**PARTE 2**/
    .contenedorValoresGlobal {
        width: 100%;
    }
    .circle {
        cx: 178;
        cy: 118;
        r: 98;
    }
    .carritoMove {
        left: 42%;
    }
    .valoresIndex {
        height: 50em;;
    }
    .PostVermas {
        top: 93%;
    }
    /** parte 3 **/
    .serv-1 {
        width: 14em;
    }
    .serv-2 {
        width: 15em;
    }
    .serv-3 {
        width: 20em;
    }
    .serv-4 {
        width: 14em;
        height: 11em;
    }
    .serv-5 {
        width: 12em;
        height: 11em;
        left: 42%;
    }
    .serv-6 {
        width: 12em;
        height: 11em;
    }
    .serv-7 {
        width: 12em;
        height: 11em;
    }
    /** parte 5 **/ 
    .positionTextAfil {
        top: 2%;
        left: 50%;
        width: 15em;
    }
    .positionTextAfil p{
        text-align: center;
    }
    .textAbosAfil {
        transform: rotate(0deg);
    }
    .flexResForm1{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .formulario {
        height: 74em;
    }
    .textAndView p {
        font-size: 16px;
    }
    .textAndView {
        margin-bottom: 50px;
        transform: translate(0px,0px);
    }
    .widthImgForm {
        width: 22em;
    }
    .widthFormulario {
        margin-top: 60px;
    }
    .absoCirculeYellow {
        width: 9em;
        height: 9em;
        top: 60%;
        left: 62%;
        opacity: 1;
        transform: translate(-50%) rotate(90deg);
        animation: bolForm 1s ease-in 1 forwards;
        animation-delay: 1s;
    }
    @keyframes bolForm{
        to{
            opacity: 1;
            top: 74%;
            transform: translate(-50%) rotate(-90deg);
        }
    }
    /** parte 6 **/
    .textSegCalAb {
        left: 37%;
        width: 75%;
    }
    .textSegCalAb1 {
        width: 71%;
    }
    /** parte 7 **/
    .consultas {
        height: 74em;
    }
    .botonsSiCambioBackPer::before {
        left: 7%;
    }
    .botonesSgi {
        transform: translateX(-10px);
        position: absolute;
        bottom: 0;
    }
    .btnIgual {
        font-size: 18px;
    }
    .botonesSgi::before {
        width: 105px;
    }
    .widthImgConsulta {
        width: 22em;
        transform: translate(50%,-12%);
    }
    .circuloimgconsulta {
        width: 8em;
        height: 8em;
        top: 48%;
        left: 30%;
    }
    @keyframes bolForm1{
        to{
            opacity: 1;
            left:25%;
            transform: translate(-50%) rotate(0deg);
        }
    }
    .empresa {
        width: 22em;
    }
    .personal {
        width: 22em;
    }
    .contact {
        left: 50%;
        height: 34em;
        top: 3%;
        z-index: 4;
    }
    /** parte footer **/
    .footerChimbote .container {
        margin-right: auto;
        transform: translateX(0px);
    }
    .imgFloatFooter {
        top: 7%;
        left: 50%;
        transform: translate(-50%);
    }
    .footerChimbote .col-lg-3 {
        max-width: 25%;
    }
}
/**comienza psdREsponsive**/
@media(max-width:850px){
    /** parte 1**/
    .imgLaptops {
        position: absolute;
        top: 46%;
        left: 54%;
        transform: translate(-50%);
    }
    /** slide 1**/
    .posTextAndDownLoad {
        width: 26em;
        left: 50%;
        top: 18%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .textoFam{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .textoFam p {
        text-align: center;
    }
    .posTwoCel {
        top: 50%;
        left: 41%;
    }
    .pas-c p {
        text-align: center;
    }
    /** slide 3**/
    .textoSlide3 {
        width: 24em;
        transform: translate(-50%);
        position: absolute;
        top: 18%;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .textoSlide3 p {
        font-size: 25px;
        text-align: center;
    }
    .listNot {
        width: 65%;
    }
    /** parte 2 **/
    .texSizeMisVi {
        width: 16em;
    }
    .textDescrValroes {
        font-size: 16px !important;
    }
    .texSizeMisVi p {
        font-size: 16px;
    }
    .Misvi .container {
        transform: translateY(32px);
    }
    .textoPostEmreInCol {
        top: -24%;
        left: 18%;
    }
    .valoresIndex {
        height: 55em;
    }
    /** parte 3 **/
    .swipernewServicios{
        display: block;
    }
    .serv-1,.serv-2,.serv-3,.serv-4,.serv-5,.serv-6,.serv-7{display: none;}
    .textoDescriServ {
        top: 35%;
        opacity: 1;
    }
    .textoDescriServ p {
        font-size: 30px;
    }
    .numbServi{
        position: absolute;
        top: 3%;
        left: 9%;
        transform: translate(-50%);
        width: 4em;
        height: 4em;
        margin-bottom: 12px;
        margin-top: 0px;
    }
    .reservarHov {
        top: 50%;
        opacity: 1;
    }
    .reservarHov button {
        font-size: 28px;
    }
    .reservarHov img {
        width: 26px;
    }
    .numbServi p {
        font-size: 28px;
    }
    .ntxn{
        display: block;
    }
    .prvp{
        display: block;
    }
    /** parte 4 **/
    .guiaturistica {
        height: 35em;
    }
    .guiaturistica .PostVermas{
        top: 88%;
    }
    /**footer**/
    .footerChimbote {
        height: 35em;
    }
    .footerChimbote .container {
        margin-right: auto;
        transform: translateX(0px);
        transform: translate(18%);
    }
    .footerChimbote .col-lg-3 {
        max-width: 40%;
        margin-bottom: 20px;
    }
    .noFlecRes{
        display: none;
    }
}
@media(max-width:575px){
    /*** PARTE 1 ***/
    .imgLaptops {
        position: absolute;
        top: 54%;
        left: 51%;
        transform: translate(-50%);
    }
    .presentacion {
        height: 51em;
    }
    .posTextAndDownLoad {
        width: 22em;
        left: 50%;
    }
    .googlePlay {
        width: 9em;
    }
    .widthGen {
        width: 9em;
    }
    .pasajero {
        width: 9.68em;
        right: 39px;
    }
    .posTwoCel {
        top: 54%;
        left: 34%;
    }
    .pas-c {
        margin-right: 0px;
        margin-left: 7px;
    }
    /** parte 2 **/
    .valoresIndex .col-12{
        display: flex;
        justify-content: center;
    }
    .contenedorValoresGlobal {
        height: 14em;
        width: 50%;
        background: transparent;
    }
    .valoresIndex {
        height: 88em;
        display: block;
        padding-top: 65px;
    }
    .colorPNow {
        margin-bottom: 49px;
    }
    .circuloImponente {
        height: 15em;
        width: 16em;
    }
    .circle {
        cx: 124;
        cy: 118;
        r: 82;
    }
    .carritoMove {
        left: 44%;
        bottom: 8%;
    }
    .valoresPesa {
        transform: translateX(0px);
        margin-top: 70px;
        flex-direction: column;
    }
    .valoresPesa p {
        text-align: center;
    }
    .PostVermas {
        top: 91%;
        left: 51%;
        margin-bottom: 47px;
    }
    .Misvi {
        padding: 0px 0em;
    }
    .Misvi .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 69px;
    }
    .texEmpreaRemis {
        width: 17em;
    }
    .texSizeMisVi p {
        text-align: center;
    }
    .textoPostEmreInCol {
        top: -28%;
        left: 46%;
    }
    .margin-Resone{
        top: -44%;
    }
    .postMenos {
        top: 6%;
        left: 30%;
    }
    .postMenos p {
        color: #0094f2;
    }
    /** parte 3 **/
    .serviciosWoW {
        height: 30em;
    }
    .reservarHov img {
        width: 18px;
    }
    .textServ {
        top: 15%;
    }
    .swipernewServicios {
        width: 17em;
        height: 14em;
    }
    .textoDescriServ p {
        font-size: 20px;
    }
    .numbServi {
        width: 2.5em;
        height: 2.5em;
    }
    .numbServi p{
        font-size:15px; 
    }
    .reservarHov button {
        font-size: 17px;
        border-radius: 4px;
    }
    .opRos1{
        display: none;
    }
    .opReesp{
        display: block;
    }
    .ntxn {
        width: 30px;
        top: 60%;
    }
    .prvp {
        width: 30px;
        top: 60%;
    }
    .sliServ1 {
        background: url('../img/serv_1_resp.png');
    }
    .sliServ2 {
        background: url('../img/serv_2_resp.png');
    }
    .sliServ3 {
        background: url('../img/serv_3_resp.png');
    }
    .sliServ4 {
        background: url('../img/serv_4_resp.png');
    }
    .sliServ5 {
        background: url('../img/serv_5_resp.png');
    }
    .sliServ6 {
        background: url('../img/serv_6_resp.png');
    }
    .sliServ7 {
        background: url('../img/serv_7_resp.png');
    }
    .sizeAndBgKils {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    /** parte 4 **/
    .guiaturistica {
        height: 69em;
    }
    .guiaturistica .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tittleGuia {
        top: 5%;
    }
    .guiaturistica .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 29px;
    }
    .guiaturistica .PostVermas {
        top: 93%;
    }
    /*parte5*/
    .formulario {
        margin: 30px 0px;
    }
    /** parte 6 **/
    .encuentranos .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 76px;
    }
    .textSegCalAb {
        left: 50%;
        width: 75%;
        transform: translate(-50%) rotate(-2deg);
    }
    .textSegCalAb1 {
        left: 51%;
        top: 48%;
    }
    .textEncuentranos p {
        font-size: 25px;
        text-align: center;
    }
    .ecuentraDesc{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    /** parte 7 **/
    .encuentranos {
        background: url('../img/encuen_resp.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .circuloimgconsulta {
        width: 8em;
        height: 8em;
        top: 48%;
        left: 30%;
    }
    @keyframes bolForm1{
        to{
            opacity: 1;
            left:25%;
            transform: translate(-50%) rotate(0deg);
        }
    }
    .widthImgConsulta {
        width: 18em;
        transform: translate(24%,-6%);
    }
    .contact {
        left: 50%;
        height: 34em;
        top: 3%;
        z-index: 4;
        width: 19em;
    }
    .contact p {
        text-align: center;
    }
    .contact p:nth-child(1) {
        transform: translateX(65px);
    }
    .ecuentraDesc p {
        margin-top: 20px;
    }
    .widthDescPlaySt {
        margin-top: 0px;
    }
    /**consultas**/
    .consultas {
        margin-top: 50px;
    }
    
    /*FOOTER*/
    .footerChimbote {
        height: 52em;
    }
    .footerChimbote .container {
        transform: translateY(10%);
    }
    .footerChimbote .col-lg-3 {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .footerText p, .footerText a {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0px;
    }
    .width_10{
        width: 100%;
    }
    .posGlo {
        left: 48%;
        top: -58%;
    }
    .postnew{
        top: -28%;
    }
    .chimboteEnRedes {
        bottom: 12%;
    }
    /**Agregado ultimo**/
    .widthAppEncue {
        position: relative;
    }
    .manual {
        bottom: -17%;
    }
}
@media(max-width:400px){
    /*** PARTE 1 ***/
    .imgLaptops {
        top: 58%;
        left: 50%;
    }
    .listNot {
        width: 85%;
    }
    .textoFam p {
        font-size: 22px;
    }
    .textImg span {
        margin-left: 10px;
    }
    .img img {
        width: 35px;
        transform: translateY(4px);
    }
    .posTextAndDownLoad {
        width: 18em;
    }
    .googlePlay {
        width: 8em;
    }
    .sizeCelnw {
        width: 6em;
    }
    .textoSlide3 {
        width: 19em;
    }
    /**parte 2**/
    .colorPNow {
        text-align: center;
    }

    .PostVermas button {
        width: 12em;
    }
    /** parte 2 **/

    .postMenos {
        left: 35%;
    }
    /** parte 5 **/
    .widthImgForm {
        width: 18em;
    }
    .widthFormulario {
        width: 18em;
        transform: translateX(11px);
    }
    /** parte 6 **/
    .encuentranos {
        height: 55em;
    }
    /** parte 7 **/
    .personal {
        width: 18em;
    }
    .empresa {
        width: 18em;
    }
    .botonesSgi {
        transform: translateX(21px);
        position: absolute;
        bottom: 26px;
        width: 18em;
    }
    .widthImgConsulta {
        width: 18em;
        transform: translate(12%,-6%);
    }
}
@media(max-width:365px){
    .img img {
        width: 25px;
        transform: translateY(4px);
    }
    .contentGuia img {
        width: 34px;
    }
    .contentGuia {
        width: 22em;
    }
}
@media(max-width:320px){
    /** parte 3**/
    .swipernewServicios {
        width: 17em;
        height: 17em;
    }
    .numbServi {
        width: 3em;
        height: 3em;
    }
    .textoDescriServ p {
        font-size: 20px;
    }
    .reservarHov button {
        font-size: 22px;
    }
    .textoDescriServ {
        left: 46%;
    }
    .reservarHov {
        left: 46%;
    }
    .ntxn {
        width: 52px;
        top: 87%;
        right: 34px;
    }
    .prvp {
        left: 34px;
    }
    /** parte 6 **/
    .consultas {
        height: 65em;
    }
    .contact {
        height: 29em;
    }
    .widthImgConsulta {
        width: 15em;
        transform: translate(12%,3%);
    }
}
/*****************************************RESPONSIVE ALTERNATIVO****************************************/
@media(max-width:1280px) and (max-height:920px){
    .serv-1 {
        height: 17em;
        width: 20em;
    }
    .serv-2 {
        height: 17em;
        width: 20em;
    }
    .serv-3 {
        height: 17em;
        width: 25.4em;
    }
    .serv-4 {
        left: 20%;
        top: 55%;
        width: 19em;
        height: 16em;
    }
    .serv-5 {
        width: 16em;
        left: 43%;
        top: 55%;
        height: 16em;
    }
    .serv-6 {
        width: 15.5em;
        height: 16em;
        left: 63.8%;
        top: 55%;
    }
    .serv-7 {
        width: 14em;
        height: 16em;
        left: 83.4%;
        top: 55%;
    }
}
@media(max-width:830px) and (max-height:420px){
    .presentacion {
        height: 56em;
    }
    .serviciosWoW {
        height: 46em;
    }
    .encuentranos {
        height: 36em;
    }
    .imgLaptops {
        top: 52%;
        left: 50%;
        width: 15em;
    }
    .circuloImponente {
        top: 37%;
    }
    .widthImgConsulta {
        transform: translate(35%,-12%);
    }
}