@import url("https://fonts.googleapis.com/css?family=Roboto");

body::-webkit-scrollbar {
    background: #FFF;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 192, 255, 0.7);
    border-radius: 10px;

}

.hr_xl {
    width: 50%;
    margin: 30px auto;
    border: 1.5px solid #fff;

}

.bg-2c {
    min-height: 100vh;
    background: linear-gradient(180deg, #00ccfe 50%, #FFF 50%);
    background-attachment: fixed;
}

.contenido#blur.activo {
    filter: blur(30px);
    pointer-events: none;
    user-select: none;
    max-width: 10vw;
}


/*PRELOADER*/
.preloader {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #FFF;
    pointer-events: none;
    z-index: 999;
}

.preloader:before {
    content: 'Cargando';
    position: absolute;
    font-size: 12vw;
    text-transform: uppercase;
    color: rgba(0, 192, 255, .3);
    font-weight: 900;
}

.preloader.completo {
    transform: translateY(-100vh);
    transition: ease-in-out 2s;
    transition-delay: 1s;

}

.loader {
    top: 85%;
    position: fixed;
    height: 10vh;
    background: #000;
    z-index: 1;
}

.counter {
    position: relative;
    color: #000;
    font-size: 30vw;
    font-weight: 700;
    z-index: 2;
}

.counter:after {
    content: '%';
    font-size: 15vw;
}

.hide {
    opacity: 0;
    transition: 1s;
    pointer-events: none;
    visibility: hidden;
}

/*Hero HOME*/


.swiper-container .content {
    text-align: center;
    max-width: 90%;
    top: 20vh;
    z-index: 5;
}

.swiper-container .content p {
    font-size: 3rem;
    font-weight: 800;
}

.wave {
    top: 10vh;
    z-index: 2;

}

.wave.wave1 {
    animation: animate 30s linear infinite;
    opacity: 1;
    animation-delay: 0s;
}



.swiper-container img {
    top: 35vh;

    z-index: 5;
}

/*SWIPER*/
.swiper-container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #22507f, #5d9ae0), url("../img/hero.webp");
    background-blend-mode: screen;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.3);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    min-height: 180px;
}

.swiper-slide-next img {
    display: none;
    visibility: hidden;
}

.swiper-slide-prev img {
    display: none;
    visibility: hidden;
}

.swiper-slide svg {
    width: 100vw;
}
/*BOTON PERSONALIZADO*/
.btn-per{
    position: fixed;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
    z-index: 10;
    overflow: hidden;
    top: 90%;
    left: 50%;
    border-radius: 40px;
    transform: translateX(-50%);
}
.btn-per span{
    position: relative;
    z-index: 11;
    color: #000;
    font-size: 20px;
    letter-spacing: 8px;
}
.btn-per .liquid{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background: #11ccfe;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    transition: 0.5s;
    
}
.btn-per:hover .liquid{
    top: -120%
}
.btn-per .liquid::before,
.btn-per .liquid::after{
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: 0;
    left: 50%;
    transform: translate(-50%,-75%);
    background: #000;
    
}
.btn-per .liquid::before{
    border-radius: 45%;
    background: rgba(255,255,255,0.7);
    animation: boton 5s linear infinite;
}
.btn-per .liquid::after{
    border-radius: 40%;
    background: rgba(255,255,255,0.4);
    animation: boton 10s linear infinite;
}
.ocultar{
    display: none;
}
@keyframes boton{
    0%{
        transform: translate(-50%,-75%) rotate(0deg);
        
    }
    100%{
        transform: translate(-50%,-75%) rotate(360deg);
    }
}
/*BANNER PROMO*/
.banner {
    position: fixed;
    bottom: 0;
    height: 480px;
    right: -370px;
    z-index: 7;
    overflow: hidden;
    width: 430px;
    background: rgba(242, 244, 245, 0.36);
    background: -moz-linear-gradient(left,transparent, rgba(247, 247, 247, 1) 31%, rgba(41, 184, 229, 1) 86%, rgba(188, 224, 238, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(1%, rgba(242, 244, 245, 0.36)), color-stop(14%, rgba(242, 244, 245, 0.43)), color-stop(29%, rgba(239, 241, 242, 0.52)), color-stop(31%, rgba(247, 247, 247, 0.53)), color-stop(86%, rgba(41, 184, 229, 0.85)), color-stop(100%, rgba(188, 224, 238, 0.93)));
    background: -webkit-linear-gradient(left,transparent, rgba(247, 247, 247, 1) 31%, rgba(41, 184, 229, 1) 86%, rgba(188, 224, 238, 1) 100%);
    background: -o-linear-gradient(left, transparent, rgba(247, 247, 247,1) 31%, rgba(41, 184, 229, 1) 86%, rgba(188, 224, 238, 1) 100%);
    background: -ms-linear-gradient(left,transparent, rgba(247, 247, 247, 1) 31%, rgba(41, 184, 229, 1) 86%, rgba(188, 224, 238, 1) 100%);
    background: linear-gradient(to right, transparent , rgba(247, 247, 247, 1) 31%, rgba(41, 184, 229,1) 86%, rgba(188, 224, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4f5', endColorstr='#bce0ee', GradientType=1);
    Copy text transition: all 0.6s;
    justify-content: center;
    align-items: center;
}

.banner i {
    font-size: 10rem;
}

.btn-banner {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: none;
    border-radius: 5px 0 0 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 24px;
    display: block;
    background-color: transparent;
    outline: none;
}

.btn-banner span {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../img/icon/gift-solid.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px;
    transition: all 0.4s;
}

.btn-banner span:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.banner-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
}

.banner-body {
    padding: 0;
    background-color: transparent;
    float: left;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-top: 71px;
    margin-top: 50px;
}

span.btn-o-banner{
    position: absolute;
    background-color: rgba(192,192,192,0.9);
    padding: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon/times-circle-regular.svg);
    background-size: 20px;
    background-position: 5px;
    background-repeat: no-repeat;
}

span.btn-o-banner:hover{
    background-color: rgba(255,255,255,1);
    cursor: pointer;
}

.pop-content{
    padding:20px;
}

.showpop{
    right: 0;
}



/*SERVICIOS**/
.container .box {
    position: relative;
    height: 55vh;
    padding: 5%;
    background: #fff;
    box-shadow: :0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    align-content: center;
    text-align: center;
    align-items: center;
}

.container #img_serv img {
    height: 55vh;
    width: 100%;
    border-radius: 4px;
}

.container .box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
}

.container .box .icon {
    width: 7vw;
    height: 7vh;
    color: #FFF;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 2rem;
    overflow: hidden;
    text-align: center;
    transition: 1s;
}

.box:nth-child(1) .icon {
    box-shadow: 0 0 0 0 #3131fe;
    background: #3131FE;
}

.box:nth-child(1):hover .icon {
    box-shadow: 0 0 0 650px #3131fe;
}

.box:nth-child(2) .icon {
    box-shadow: 0 0 0 0 #00ccfe;
    background: #00ccfe;
}

.box:nth-child(2):hover .icon {
    box-shadow: 0 0 0 650px #00ccfe;
}

.container .box .content {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.container .box:hover .content {
    color: #FFF;
}

.container .box .content h3 {
    margin: 1% 0;
    padding: 0;
}

.container .box .content p {
    margin: 0;
    padding: 0;
}

.container .box .btn {
    display: inline-block;
    padding: 1% 2%;
    background: #FFF;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
}

.box #mostrarOcultar {
    height: 50vh;
    background-color: #000;
    z-index: 2;
    display: none;
    color: #fff;
    transition: 1s;
}

.box #mostrarOcultar1 {
    height: 50vh;
    background-color: #000;
    z-index: 2;
    display: none;
    color: #fff;
}

.box #mostrarOcultar2 {
    height: 50vh;
    background-color: #000;
    z-index: 2;
    display: none;
    color: #fff;
}

.box #mostrarOcultar3 {
    height: 50vh;
    background-color: #000;
    z-index: 2;
    display: none;
    color: #fff;
}

/*PAQUETES*/
.single-price {
    background: #262626;
    margin-top: 20px;
    border: 2px solid #000;
    transition: 0.7s;
}

.single-price i {
    color: aliceblue;
    font-size: 120px;
    width: 137px;
    height: 120px;
}

.single-price ul,
li {
    color: #FFF;
}

.single-price h3 {
    font-size: 3rem;
    font-family: font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    margin: 0;

}

.single-price h4 {
    font-size: 4rem;
    font-weight: 500;
    color: aliceblue;
}

.single-price h4 span.sup {
    vertical-align: text-top;
    font-size: 2rem;
}

.deal-top {
    position: relative;
    background: #00ccfe;
    padding: 26px 24px 0;
}

.deal-top:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #00ccfe;
    border-left: 175px solid transparent;
    border-right: 183px solid transparent;
}

.deal-bottom {
    padding: 46px 16px 0;
}

.deal-bottom ul {
    margin: 0;
    padding: 0;
}

.deal-bottom ul li {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    list-style: none;
}

.deal-bottom ul li ul {
    background: #262626;
}

.btn-area a {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    background: #00ccfe;
    padding: 8px 24px;
    margin-top: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;


}

.single-price:hover {
    background: #00ccfe;
}

.single-price:hover .deal-top {
    background: #262626;

}

.single-price:hover .deal-top::after {
    border-top: 50px solid #262626;
}

.single-price:hover .btn-area a {
    background: #262626;
}

/*TRABAJOS*/
.cuerpo {
    overflow-x: hidden;
    min-height: 50vh;
}

.box_t {

    position: absolute;
    top: 20%;
    right: 40%;
    width: 300px;
    height: 200px;
    transform-style: preserve-3d;
    animation: animate 15s linear infinite;
}

@keyframes animate {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }

}

.box_t span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
}

.box_t span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*CAROUSEl Testimonios*/
.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control.left {
    left: -15px;
}

.carousel-control.right {
    right: -15px;
}

.broun-block {
    background: #00ccfe repeat scroll center top;
    padding-bottom: 34px;
}

.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #000;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text a {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.mark {
    padding: 12px 0;
    background: none;
}

.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.sprite {

    width: 0;
    height: 0;
    border-top: 43px solid #000;
    border-left: 43px solid transparent;

    /*border-top: 30px solid #FFF;
     border-left: 40px solid transparent;*/
}

.sprite-i-triangle {
    overflow-x: hidden;
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;

}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}

.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}

.rel {
    position: relative;
}

.img-circulo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #000;
}

/*FOOTER*/
footer {
    background: #e1e1e1;
    min-height: 55vh;
    max-width: 100vw;
    overflow-x: hidden;
}

.footer li {
    color: #000;
    list-style: none;
}

.footer a {
    color: #000;
}

.footer-icon {
    color: #000;
}

.col-heading {
    color: #000;
}

.social-list {
    display: inline-flex;
}

.list-inline-item {
    margin: 10px;
}

/*FORMULARIOS*/
.form {
    background: #fff;
    height: 40vh;
    padding: 30px;
    margin: auto;
    border-radius: 4px;
    box-shadow: 7px 13px 25px #000;
    bottom: 10px;
    transition: 1s;
}

.form:hover {
    background-image: -webkit-linear-gradient(top left, #2490c3 50%, #00ccfe 50%);
    background-image: -o-linear-gradient(top left, #2490c3 50%, #00ccfe 50%);
    background-image: linear-gradient(to bottom right, #2490c3 50%, #00ccfe 50%);
    bottom: 0;
}

.form button {
    top: 2vh;
}

.form td {
    left: 2.3vw;
}

.form input {
    max-height: 40px;
    background: #c1c1c1;
    border-radius: 10px;
    border: 1px solid #1f53c5;
    font-size: 18px;
    top: 2vh;
}

/*POPUP PAGAR*/
#popup {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    overflow-y: scroll;
}

#popup a {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    background: #00ccfe;
    padding: 8px 24px;
    margin-top: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;

}

#popup.activo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    overflow-y: scroll;
}

#pago_app {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/en_construccion.webp);
    max-height: 100vh;
    max-width: 100vw;
    background-position: center;
    background-size: cover;
}

#pago_app h1 {
    color: aliceblue;
    font-size: 7rem;
}

.pago_app {
    color: aliceblue;
}


#launch {
    font-size: 4rem;
    letter-spacing: 5px;
}

/*GRACIAS PAGINA*/
.bod {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
    background: #fff;
    width: 100%;
}

.bod ul {
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    transform: rotate(-25deg) skew(25deg);
}

.bod ul li {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    list-style: none;
}

.bod ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex !important;

    justify-content: center;
    align-items: center;
    background: rgba(0, 192, 255, 1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px !important;
}

.bod ul li:hover span {
    z-index: 1000;
    transition: 0.5s;
    color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.bod ul li:hover span:nth-child(1) {
    transform: translate(0px, 0px);
    opacity: 0.2;
}

.bod ul li:hover span:nth-child(2) {
    transform: translate(10px, -10px);
    opacity: 0.4;
}

.bod ul li:hover span:nth-child(3) {
    transform: translate(20px, -20px);
    opacity: 0.6;
}

.bod ul li:hover span:nth-child(4) {
    transform: translate(30px, -30px);
    opacity: 0.8;
}

.bod ul li:hover span:nth-child(5) {
    transform: translate(40px, -40px);
    opacity: 1;
}

.bod ul li:nth-child(1):hover span {
    background: #3b5999;
}

.bod ul li:nth-child(2):hover span {
    background: #e4405f;
}

.bod ul li:nth-child(3):hover span {
    background: #0077b5;
}

.bod ul li:nth-child(4):hover span {
    background: #25d366;
}

.bod ul li:nth-child(5):hover span {
    background: #3b599;
}

/*GO-TOP*/
.go-top-container {
    position: fixed;
    bottom: 15px;
    left: 5vw;
    width: 66px;
    height: 66px;
    z-index: -1;
}

.go-top-button {
    width: 0;
    height: 0;
    background: #00ccfe;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transition: .2s;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.go-top-button i {
    position: absolute;
    font-size: 30px;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .2s;
}

.show {
    z-index: 10;
}

.show .go-top-button {
    animation: popup 1s ease-in-out;
    width: 66px;
    height: 66px;
    z-index: 11;
}

.show i {
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popup {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 80px;
        height: 80px;
    }

    100% {
        width: 66px;
        height: 66px;
    }
}

/*WHATS APP*/

/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@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-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 16px;
    background-color: #4cc370;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3d9e5a;
}

.my-float {
    margin-top: 16px;
}

@media (max-width: 360px) {
    .nav-bottom {
        width: 90px;
    }
    .swiper-slide{
        margin: 0;
    }
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4.0s ease 4;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    right: 6px;
    transition: .5s;
    border-radius: 10px;
    background-color: white;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight .6s 0.0s both;
}

.popup-whatsapp > div {
    margin: 5px;
}

@media (max-width: 680px) {
    .popup-whatsapp p {
        font-size: 0.9em;
    }
}

.popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.0em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #4cc370;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
    background-color: #3d9e5a;
    transition: .3s;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
    background-color: #f8f8f8;
    transition: .3s;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
    background-color: #fafafa;
}

input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
}

@media (max-width: 420px) {

    /*WHATSAPP*/
    input.whats-input[type=text] {
        width: 225px;
    }
}

input.whats-input::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
}

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color {
    color: #ffffff;
}

.icon-font-color--black {
    color: #333333;
}

@media screen and (max-width:425px) {
    .bod ul li {
        width: 35px;
        height: 35px;
    }

    .bod ul li span {

        width: 35px;
        height: 35px;
        font-size: 25px !important;
    }
}

@media screen and (max-width:767px) {
    .swiper-container h1 {
        font-size: 3.5rem;
    }
    .banner{
        position:fixed;
        right: calc(-100vw + 60px);
        width: 100vw;
    }
    .showpop{
        right: 0;
    }
    
    /*TRABAJOS*/

    .box_t {

        width: 160px;
        height: 130px;
    }


    .box_t span {

        transform: rotateY(calc(var(--i) * 45deg)) translateZ(200px);

    }

    .carousel-control.left {
        left: -2px;
    }

    .carousel-control.right {
        right: -2px;
    }

    #pago_app h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width:991px) {


    .swiper-container .content {
        top: 13vh;
    }

    .swiper-container img {
        top: 15vh;
    }

    .swiper-container .content p {
        font-size: 1.8rem;
        font-weight: 800;
    }

    .wave {
        top: 5vh;
    }

    .deal-top:after {
        border-left: 36vw solid transparent;
        border-right: 36.8vw solid transparent;
    }

    .container #img_serv img {
        display: none;
    }
    
}

@media screen and (max-width:1199px) {
    .deal-top:after {
        border-left: 14vw solid transparent;
        border-right: 14.5vw solid transparent;
    }
}

@media screen and (max-height:650px) {

    /**/
    .container .box {
        height: 100vh;
    }

    .box #mostrarOcultar {
        height: 100vh;
    }

    .box #mostrarOcultar1 {
        height: 100vh;
    }

    .box #mostrarOcultar2 {
        height: 100vh;
    }

    .box #mostrarOcultar3 {
        height: 100vh;
    }


}

@media screen and (min-height:640px) and (max-height:1025px) and (max-width:768px) {


    .swiper-container .content {
        top: 0;
    }

    .swiper-container img {
        top: 0;
    }

    .wave {
        top: 1vh;
    }
}

@media screen and (max-height:639px) {


    .swiper-container .content {
        top: 0;
    }

    .swiper-container img {
        top: 0;
    }

    .wave {
        top: -2vh;
    }
}

@media screen and (max-height:425px) {
    .swiper-container {
        height: 200vh;
    }

    .swiper-container .content {
        top: 10vh;
    }

    .swiper-container img {
        top: 10vh;
    }

    .wave {
        top: 0;
    }
}
