@import url(https://fonts.googleapis.com/css?family=Damion|Roboto&display=swap);

html{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    color: #777777;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-display: swap;
}

*,
*:after,
*::before{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	
}

/* Movile firts */


/* Nav mobile*/

/* .portada{
    display: grid;
    grid-template-areas: 
        "video texto";
        
    grid-template-columns: auto auto;
    height: 100vh;
    width: 100vw; 
} */



body{
    background-image: url(img/backchat.webp);
    margin: 0;
    background-position: initial;
    background-repeat: repeat;
}

.menulanding{
    display: none;
}

.boton{
    display: none;
}


.logowbs{
    display: grid;
    align-content: center;
    justify-content: center;
}

.logowbs img{
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.logowbs2{
    display: grid;
    align-content: center;
}

.logowbs2 a{
   text-decoration: none;
   font-size: 2em;
   color: #25D366;
   cursor: pointer;

}



.menuwbs {
    display: none;
 }

.logowbs{
    display: grid;
    align-content: center;
    justify-content: end;
    
}

.logowbs img{
    height: 60px;
    width: 60px;
    cursor: pointer;

}

.logowbs2{
    display: grid;
    align-content: center;
}

.logowbs2 a{
   text-decoration: none;
   font-size: 1.5em;
   color: #25D366;
   cursor: pointer;
   font-style: italic;
    font-weight: bolder;

}

p.textm {

    color: white;

}

.logowbs2 a:hover{
    color: #1ebea5;
}

/* Menù movil */
.menuwbs{
    display: none;
    border-radius: 50%;
    background: rgba(37, 211, 102, .8);
    

    
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 30;
    /* display: grid; */
    grid-template-columns: auto;
    align-content: center;
    justify-items: center;
    transition: 1s all;
}

.menuwbs:hover {
    background: linear-gradient(to bottom, #bdf1d1 0%,#1ebea5 100%);
}

.menumovil2{
	position: fixed;
	top: 0;
	z-index: 25;
	right: -100%;
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	transition: .55s .1s cubic-bezier(0, 1.07, 0, 1.02);
}


.mostrarmenu2{
	right: 0;
	z-index: 999;

	
}

.menuwbs .icon-mas{
    font-size: 2.4em;
  
    color: white;
    transition: all 1s;
}

.iconnone {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 1s;
}

.menumovil2 .hul .qe{
	text-align: center;
	
	

}
.menumovil2 .hul .qe li a{
	color: #fff;
}

.menumovil2 .hul li a{
	color: #ede7f3;
}

.btnnavp{
   cursor: pointer;
}



.menumovil2 .hul {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1em;
	background: linear-gradient(to bottom, rgba(0,194,165,0.9) 0%, rgba(51,214,112,.9) 43%,rgba(255,255,255,.9) 100%);
    float: right;
    max-width: 300px;
}

.logofinalm {
    display: grid;
    align-items: end;
}

.logofinalm a {
    text-decoration: none;
    
    color: white;
    

    font-size: 1.5em;
}

.logofinalm img {
    width: 90%;
}

.logofinalm .text{
    color: white;
}
.links, .icon-clientes, .icon-telefono, .icon-menudeldia, .icon-mail, .icon-gestion:before {
    color: #fadc1a;
    margin-right: 5px;
}

.hul li {
    margin: 1em 4em;
    border-bottom: 1px solid #fadc1a;
}

.menumovil2 .hul li a {
    display: block;
    color: white;
}


.hul li a {
    transition: all 300ms;
    text-decoration: none;
}

.iconosocial a {
    text-decoration: none;
}

.iconosocial .icon-facebook, .icon-whatsapp, .icon-instagram,.icon-youtube {
    color: white;
}

.iconosocial .iconosmenu2 {
    margin: 5px;
    font-size: 32px;
}



.menumovil2 .hul .qe {
    text-align: center;
 
}


.hul {
    display: grid;
    grid-template-columns: auto;
    position: fixed;
    list-style: none;
    font-size: 1.5em;
    /* border-radius: 50%; */
    z-index: 11;
    width: 100%;
    text-align: center;
}

/* menu movil js */
.colormenu2{
	
	transition:all 1s;
}

.colormenu3{
	margin-top: 0;
	margin-right: 10px;
	transition:all 1s
}


/* end menu movil js */

/* End Menù movil */

/* end Nav mobile*/

main{
    /* max-width: 1024px; */
    margin: 0 auto;
    
}

/* Portada */
.portada{
 
    grid-row: auto;
    background: rgba(255,255,255,.1);

    
}

/* .wistia{
    border-radius: 20px;
    border: solid 1px #25d366;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */


/* para youtube */

.wistiaf {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #25d367;
    overflow: hidden;
}

.wistia{
    border-radius: 20px;
    border: solid 1px #25d366;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}


.wistia {
  
  
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    cursor: pointer;
}
.wistia img {
    width: 100%;
    top: 0; /* Change this for different ratio than 16:9 */
    left: 0;
    opacity: 0.7;
}
.wistia .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.wistia .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.wistia img,
.wistia .play-button {
    cursor: pointer;
}
.wistia img,
.wistia iframe,
.wistia .play-button,
.wistia .play-button:before {
    position: absolute;
}
.wistia .play-button,
.wistia .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.wistia iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.text span{
    font-weight: bold;
}

span.textspan3{
    font-weight: normal;
    margin-bottom: 10px;
}

small.textspan4 {
    display: grid;
 
    text-align: center;
    margin-bottom: 10px;
}

p.envmas {
    text-align: center;

    font-weight: bold;
    margin-top: 10px;

}

.text1{
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    
    line-height: 29px;
    margin: 0 auto 0 auto;
    width: 80%;

}

.text2{
    text-align: center;
    font-size: 1.2em;
   
    letter-spacing: .05em;
    width: 80%;
    margin: 0 auto 0 auto;
 
 
}



.text3 {
	text-align: center;
    font-size: 1.45em;
    margin: 0 20px 10px 20px;

    
}
.text4{
    text-align: center;
    font-size: 1.6em;
    color: #333;
    font-weight: bold;
     
}

.text5{
    text-align: center;
    font-size: 1.6em;
    margin: 10px 20px 0 20px;
}

.text7{
    
        text-align: center;
        margin: 20px 0;
}

.text5 span{
    color: #25D366;
}

.text5 em{
    font-size: .9em
}

.text6{
    text-align: center;
    font-size: .8em;
    margin: 10px 20px 0 20px;
}

.accesoimg{
    display: grid;
    justify-content: center;
    align-content: center;
    margin: 20px 0;
}



.accesoimg a {
    color: white;
    border: 1px solid #128C7E;
    /* width: 80%; */
    height: 50px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(to bottom, #bdf1d1 0%,#25D366 100%);
    border: 1px solid #128C7E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    /* margin: 0 10px; */
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px;

}

.accesoimg a:hover {
    background: linear-gradient(to bottom, #bdf1d1 0%,#1ebea5 100%);
}

.flecha{
    display: grid;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
}

.flecha a{
    text-decoration: none;
}

.flechavideo{
    font-size: 3em;

}


.icon-flecha-down:before{
	animation: example 1s linear 1s infinite alternate;
    position: relative;
}

@keyframes example {
    from {top:0; color: #25D366}
    to {top:10px; color: #128C7E;}
}


.botimg {
    display: none;
}

.videoayuda {
    display: grid;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tituilo1 {
    font-size: 2em;
    text-align: center;
    margin: 50px 0;
}

.titulovideo{
    text-align: center;
}


.video1{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
    



select {
    width: 100%;
    padding: 7px;
    font-size: 1em;
    border-radius: 3px;
    background: #25D366;
    color: white;
    border: 1px solid #128C7E;
    margin-bottom: 15px;
    -webkit-appearance: none;
}


.selectb2{
    width: auto;
}

form{
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
    height: 100%;
    display: grid;
    align-content: center;
   
    background: rgba(255,255,255,.7);
    margin-top: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #25D366;
 

}

.myform{
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
    height: 100%;
    display: grid;
    align-content: center;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    display: grid;
    grid-gap: 10px;
}




.divfantasma2{
    display: none;
}

.demo{
    opacity: 0;
}

.formcalendar {

    display: grid;
    grid-template-columns: auto auto;
}

.textgracias {
    width: 80%;
    margin: auto 30px;
    text-align: center;
    padding: 40px;
}

input{

   
    margin-bottom: 15px;
    
    padding: 5px;
    font-size: 1em;
    border-radius: 3px;
    background: rgba(37,211,102,0.1);
    
    border: 1px solid #128C7E;
    -webkit-appearance: none;
    
}


/* div#contacto {
    background: rgba(255,255,255,.3);
    margin-top: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    border-radius: 10px;
} */

#boton{
    
    color: white;
    border: 1px solid #128C7E;
    
    height: 50px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(to bottom, #bdf1d1 0%,#25D366 100%);
    border: 1px solid #128C7E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   
    margin: 0 auto;
    min-width: 150px;
    width: 100%;
    
  
}

.precio1{
    height: 50px;
    width: 100%;
}


/* Botones Flotantes  */
.whatsapp {
    bottom: 16px;
}

.whatsapp {
    filter: opacity(70%);
}

.whatsapp a {
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.whatsapp {
    width: 50px;
    height: 50px;
    right: 5px;
    background: #25D366;
    border-radius: 50%;
    transition: box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
}
.whatsapp, .facebook {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    z-index: 10;
    position: fixed;
    cursor: pointer;
}


.facebook {
    bottom: 90px;
}
.facebook {
    filter: opacity(80%);
}

.facebook {
    width: 50px;
    height: 50px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    transition: box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
}

.facebook a {
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    margin-top: 6px;
}

.whatsapp2, .facebook2 {
    display: none;
}


/* End Botones Flotantes  */



/* End Portada */

/* IMG WBS */
.wbsimg{
   
    position: relative;
	padding-bottom: 56.25%; 

	height: 0;
    
    
}

.WBSimg1{
    margin-top: 30px;
    width: 90%;
    margin: 0 auto;
   

}

.text22 {
    display: grid;
}

.wbsimg2 {
    display: grid;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.wbsimg2 img{
    
    width: 100%;
 

    border-radius: 20px;
   

}


.imglogo2 img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
/* IMG WBS */


/* Caracterìsticas */
.caracteristicas{
    display: grid;
    align-content: center;
    justify-content: center;
    /* background: linear-gradient(180deg, rgba(37,211,102,.6)0%, rgba(255,255,255,0.01) 35%); */
    
}


.caracteristicas2{
    padding: 30px;
}

.caracteristicas h2{
    margin-top: 30px;
    text-align: center;
    font-weight: unset;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
 

}



.caracteristicasp1{
    font-size: 1.2em;
}

.caracteristicasp1 span{
 
    font-weight: bold;
}

.imgwma{
    margin: 0 auto;
    max-width: 60%;
}

.Funcionamiento{
    margin: 0 auto;
    width: 90%;
}

.Funcionamiento h2{
    
    text-align: center;
}

.caracteristicas span{
    font-size: 1.2em;
    color: #25D366;
}

.imgacuentas{
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
    display: grid;
    align-content: center;
    width: 90%;
}

.Funcionamiento {
      /* margin-top: 50px; */
      max-width: 1024px;
      /* margin: 0 auto; */
      margin: auto;
      margin-top: 50px;
     
      display: grid;
}
/* End Caracterìsticas */


.funciones img{
    display: grid;
    width: 100%;
    margin: auto ;
}

.final{
    display: grid;
    width: 90%;
    margin: 0 Auto;
    margin-bottom: 20px;
    justify-content: center;
   

}
.final h3{
    text-align: center;
}

.final span{
    color: #25D366;
}

.final ul{
    margin-top: 20px;
}



.final li{
    list-style: none;
    display: flex;
   
    
    
}

.ulprueba {
    display: grid;
    justify-content: center;

}

.final p{
    margin-left: 5px;
    text-align: center;
}

.final .ppromo{
    text-align: left;
}

.diseño a{
    text-decoration: none;
    color: #25D366;
    
}

.diseño{
    margin: 0 auto;
    width: 90%;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;

}

.sect1 {
    display: grid;
    justify-content: center;
    grid-gap: 10px;
}


.sect2,.sect3{
    grid-gap: 20px;
    display: grid;
}



.sect2 p{
    justify-content: center;
        display: grid;
     
        align-content: center;
        text-align: center;
}


.sect3 p{
    text-align: center;
}

.sect4{
    text-align: center;
    display: grid;
    grid-gap: 20px;
}

.tarjetas {
    display: grid;
    text-align: center;
}

.tarjetasz {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}
.tarjetasz img{
    width: 100%;
}


.whatsapp, .facebook {
    display: none;
}
.whatsapp2, .facebook2 {
    display: grid;
}

.whatsapp2 {
    bottom: 16px;
}
.whatsapp2 {
    filter: opacity(70%);
}
.whatsapp2 {
    width: 50px;
    height: 50px;
    right: 5px;
    background: #25D366;
    border-radius: 50%;
    transition: box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
}
.whatsapp2, .facebook2 {
    grid-template-columns: auto;
    align-items: center;
    z-index: 10;
    position: fixed;
    cursor: pointer;
}
.whatsapp2 a {
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.facebook2 {
    bottom: 90px;
}

.facebook2 {
    filter: opacity(80%);
}
.facebook2 {
    width: 50px;
    height: 50px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    transition: box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
}
.facebook2 a {
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    margin-top: 6px;
}

/* nav escritorio */

p.ph2 {
    text-align: left;
}

span.span2h2 {
    font-size: .8em;
}

p.p2h2 {
    text-align: left;
}

input.inputh2 {
    color: #25d366;
    font-weight: bold;
}

span.spangratis2 {
    color: #888888;
    font-weight: 100;
    margin-bottom: 20px;
    display: grid;
}


.menulanding {
    /* display: none; */
    display: grid;
}

.menulanding ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menulanding ul li {
    list-style: none;
}

.menulanding h1 {
    margin: 0;
    font-size: 1em;
}

.menulanding a {
    text-decoration: none;
    margin: 0;
    color: #25D366;
    font-weight: bold;
  
}

.menulanding a:hover {
    color: #1ebea5;
}

a.subm {
    padding: 10px 10px;
}
a.submm {
    padding: 10px 0;
}

.menulanding ul li ul{
 display: none;

    position: absolute;
    min-width: 140px;
    background: white;
    z-index: 3000;
 
}



.menulanding ul li:hover >ul {
    display: grid;
    grid-template-rows: auto,auto,auto,auto;
 
}

.h1a {
    text-align: center;
    display: grid;
    padding: 10px;
  
}
.h1spam{
 font-weight: bold;
 color: black;
 margin-bottom: 10px;
}

.h1a h1 {
    font-size: 25px;
    border-radius: 20px;
    color: white;
    background: linear-gradient(to bottom, rgba(0,194,165,0.6) 0%, rgba(51,214,112,.9) 93%);
}

.links  li ul{

    display: none;

  
    min-width: 140px;
    /* background: white; */
    z-index: 3000;
    list-style: none;
    /* margin-top: 20px;  */
 
}

.mostrarsubm{
    display: grid !important;
}

.links  li ul li{
    margin: 0;
}

.menumovil2 .hul li a.subm {
    color: white;
}

li.linksli{
    list-style: none;
}

.menumovil2 .hul li.linksli {
    list-style: none;
}

.boton{
    display: grid;
    text-decoration: none;
    align-content: center;

}

span.icon-whatsapp.iconwp {
    color: #25d366;
    margin-right: 5px;
}



.boton a {
text-decoration: none;
margin: 0;

font-weight: bold;
color: #25d366;
border: 1px solid #128C7E;
max-width: 200px;
height: 40px;
font-weight: bold;
align-items: center;
cursor: pointer;
background: white;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 30px;

display: grid;
justify-content: center;
align-content: center;
grid-template-columns: auto auto;
font-size: 0.8em;
padding: 10px;
}


/* .menuwbs{
top: 70px;
transition: 1s all;
} */

.menulanding{
    display:none;
}

.boton{
    display: none;
}


.text {
    
    display: grid;

    align-content: center;

    width: 100%;
}

.text22{
    grid-gap: 0px;
    align-content:none;
    text-align: none;
}

div#contacto3 {
    width: 100%;
    margin-bottom: 30px;
}


.portadafull {
    display: grid;
   
    /* background: linear-gradient(0deg, rgba(37,211,102,.6)0%, rgba(255,255,255,0.01) 65%); */
}
.pc {
    
    width: 90%;
    margin: auto;
}
.h2wbs2{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    

}

img.imgpgrid {
    height: 80px;
}

.quepgrid {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
}

.que2 {
    height: 100%;
    display: grid;
align-content: center;
background-image: linear-gradient(to left, rgba(37, 211, 102, .8), rgba(255, 255, 255, 0)80%);
background-origin: content-box;
background-position: top;
background-size: cover;
}

.que2p {
    display: grid;
    grid-gap: 20px;
}

.quepgrid {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
 
}


img.imgpgrid {
    height: 80px;
    margin: auto;
}

a.aque2 {
    color: #25d366;
    background: white;
    animation: leadwin 2s infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
}

@keyframes leadwin{
    0% {
        transform: rotate(
    0deg
    );
    }
    
    25% {
        transform: rotate(
    0deg
    );
    }
    50% {
        transform: rotate(
    2deg
    );
    }
    75% {
        transform: rotate(
    -2deg
    );
    }
    100% {
        transform: rotate(
    0deg
    );
    }
}

.btn2 a {
    width: 200px;
}

/* .modalformw{
    display: inline-block;
    position: relative;
} */

.modalformw.active{
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
    /* overflow-y: scroll; */

}

.modalformw form{
z-index: 1;

}


span.icon-flecha-izq.izform {
    position: absolute;
    font-size: 1.5em;
    top: 10px;
    left: 10px;
    color: white;
    cursor: pointer;
    border-radius: 50%;

    background: rgba(255, 255, 355, .3);
    padding: 5px;
}

.izform2{
    position: absolute;
    font-size: 1.5em;
    top: 10px;
    left: 10px;
    color: white;
    cursor: pointer;

    background: rgba(255, 255, 355, .3);
    padding: 5px;
}

.modalformw.active::after{
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 0;
}

.zin{
    z-index: -2 !important;
}
.zinf{
display: none;
}
.wt{
    background: white;
    height: auto;
}


.owl-prev span {
    background: rgb(0 129 148 / 72%);
    height: 35px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
  
    -webkit-box-shadow: 0 0 7px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgb(255 255 255 / 50%);

    font-size: 25px;
    line-height: 30px;
    color: white;
    left: 10px;
    top: calc(50%) !important;
}

.owl-next span {
    background: rgb(0 129 148 / 72%);
    right: -1px;
    height: 35px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    top: calc(35%) !important;
    -webkit-box-shadow: 0 0 7px -1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgb(255 255 255 / 50%);
   
    font-size: 25px;
    line-height: 30px;
    color: white;
   right: 10px;
    top: calc(50%) !important;
}

.item img {
    border-radius: 20px;
   
    margin-top: -20px;
    overflow: hidden;
}

.item {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.owl-carousel {
  
    max-width: 1024px;
    margin: 0 auto;
}

/* funciones mobil */



.clienteinfo2,
.clienteinfo,
.clienteinfo4,
.clienteinfo3,
.clienteinfo5{
    display: none;
}

.sliderclientes {
    height: 500px;
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.clienteinfo {
    height: 500px;
    display: grid;
    grid-template-columns: 30% 70%;
}

img.imgcliente {
    width: 100%;
    margin: auto;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,1);
}


.mk-info p{
    text-align: right;
}

.mkp p{
    text-align: right;
    margin-left: 40px;
}

.forw {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    margin-top: 25%;
    position: absolute;
    display: flex;
    left: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.rewr{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    margin-top: 25%;
    position: absolute;
    display: flex;

    right: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  

}

.rewr span{
    color: white;
    font-size: 2.5em;
    transition: 0.5s ease-out;

}

.forw span{
    color:white;
    font-size: 2.5em;
    transition: 0.5s ease-out;

}

.forw:hover,.rewr:hover{
    background:#ff9e00;
    box-shadow: 7px 7px 20px -11px rgba(0,0,0,1);    

}



/* new slider */
.contenedor-slider {
    margin: auto;
    /* width: 85%;
    max-width: 900px; */
    position: relative;
    overflow: hidden;
    /* width: 1024px; */
   
  }
  
  .slider {
    display: flex;
    width: 300%;
  }
  
  .slider__section {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    height: 500px;
  }


  
  .slider__img {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,.8);

    
    
  }
  
  .btn-prev, .btn-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: white;
  }

 
  
  .btn-prev:hover, .btn-next:hover {
    background: #25d366;
  }
  
  .btn-prev {
    left: 10px;
  }
  
  .btn-next {
    right: 10px;
  }

  .btnser{
    background: rgba(255,255,255,.2);
   
}

.servicios {
    display: none;
}


/* funciones movil */

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




.etiquetas {
    background: #e9faef;
}




li.eti1,li.eti2,li.eti3,li.eti4,li.eti5,li.eti6,li.eti7,li.eti8  {
    list-style: none;
    padding: 30px 0;

    color: #25D366;
    cursor: pointer;
    padding-left: 10px;
    font-size: 1.2em;
}





.mk img,.mk2 img,.mk3 img,.mk4 img,.mk5 img,.mk6 img,.mk7 img,.mk8 img {
    width: 400px;
    border-radius: 20px;
}

.mk-info {
   
    display: grid;
    
    /* justify-items: center; */
   
    align-items: center;
    text-align: center;
}

.mk-info h2, p {

    margin: 0 10px;
}

.mk-info a {
    color: white;
    text-decoration: none;
    padding: 10px;
    background: #25D366;
    border-radius: 20px;
    width: 250px;
    text-align: center;
    transition: 0.5s ease-out;
    margin-left: 10px;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,1);
}

.mk-info a:hover{
    color: #25D366;
    background: white;
    font-weight: bold;

}



.datos1b,.datos2b,.datos3b,.datos4b,.datos5b,.datos6b,.datos7b,.datos8b{
    animation-name: grande;
    height: 100%;
    animation-duration: .5s;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation-name: grande;
    
    
    -webkit-animation-duration: .5s;
   
    -webkit-animation-fill-mode: both;
}

@keyframes grande{
    0% {opacity: .5;}
    50% {opacity: 0;
     transform: scale3d (.1,.1,.1);}
     100% {opacity: 0;}

}

.show{
    animation-name: chico;
    z-index: 2;
}

@keyframes chico{
  0% {opacity: 0;
    transform: scale3d(.1,.1,.1);}
    
    50% {
        opacity: .5;
    }
}

.etiquetasinfo{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: left;
    justify-content: left;
    position: relative;
   
}





.tripimg{
    animation: trip ease-in-out 4s ;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
    -webkit-animation: trip ease-in-out 4s ;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
    -moz-animation: trip ease-in-out 4s ;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
    -o-animation: trip ease-in-out 4s ;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
    -ms-animation: trip ease-in-out 4s ;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}/* mover los botones de izq a derecha */


@keyframes trip {
    0% {
      transform:  translate(0px,0px)  ;
    }
    50% {
      transform:  translate(5px,0px)  ;
    }
    100% {
      transform:  translate(0px,0px)  ;
    }
  }




.mk img,.mk2 img,.mk3 img,.mk4 img,.mk5 img,.mk6 img,.mk7 img,.mk8 img {
    width: 100%;
    border-radius: 20px;
}


.mk,.mk2,.mk3,.mk4,.mk5,.mk6,.mk7,.mk8{
    display: grid;
   

    justify-items: baseline;
    width: 100%;
    align-content: center;
}


.wistia2{
    width: 100%;
    margin: auto;
    border-radius: 10px;
    /* border: solid 1px #25d366; */
    overflow: hidden;
    display: grid;
    border-radius: 25px;
}

.h2wbs{
  
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 2.5em;
        font-weight: bold;
        text-align: center;


}

.h2wbs2 {
 
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

span.spangratis {
    display: grid;
    margin: 20px 0;
    text-align: center;
    color: #888;
}

span.icon-whatsapp.wm {
    color: #25d366;
}


.select{
    padding-left: 10px;
    border-left: 3px solid #1fbea5;
    font-weight: bold;
    color: #1fbea5;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,.8);
    background: #e9faef;
    
}


.etiquetasinfo {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: left;
    justify-content: left;
    position: relative;

   
    
}

.slider__section {
   
    height: 200px;
} 


.iconofun li{
list-style: none;
height: 60px;
display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    background: #e9faef;
    border: 1px solid #dbdada;
    border-radius: 10px;
    cursor: pointer;
}

.etiquetasinfo {
        
    height: 50vh;
 
}



/* contador de clientes */


.middle {
    display: grid;
    top: 50%;
    width: 100%;
}

.counting-sec {

    width: 100%;
    /* background: linear-gradient(90deg,#3c6382,#82ccdd); */
}

.col {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: none;
}

.col img {
    width: 200px;
}

.numb {
    text-align: center;
}

.num {
    font-size: 4em;
    margin: 20px 0;
    color: #25d366;
}

.numb span {
    color: #25D366;
    font-size: 4em;
    margin: 20px 0;
}

.nun2{
    display: inline-flex;
}

.spancol {
    width: 70%;
    margin: auto;
}

.aclientes{
    color: #25d366;
    border: 1px solid #128C7E;
    width: 200px;
    height: 50px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    background: white;
    border: 1px solid #128C7E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    /* margin: 0 10px; */
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px;
    margin: auto;
}

.aclientes2{
    display: grid;
    color: #25d366;
    border: 1px solid #128C7E;
    width: 200px;
    height: 50px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    background: white;
    border: 1px solid #128C7E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    /* margin: 0 10px; */
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px;
    margin: auto;
}

.aclientes:hover{
    background: linear-gradient(to bottom, #bdf1d1 0%,#1ebea5 100%);
    color: white;

}


a.aque2:hover{
    background: linear-gradient(to bottom, #bdf1d1 0%,#1ebea5 100%);
    color: white;
}

span.spannun{
    font-size: 1em;
    margin: 0;
    color: white;
    width: 70%;
}


.inner-width {
   
    grid-template-columns: auto auto;
    display: grid;
}


.clientes {
    background-image: linear-gradient(0deg, rgba(37,211,102,.9)0%, rgba(255,255,255,0.01) 95%), url(img/tratof.png);
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
}


p.pcf {
    text-align: center;
}


.cfp {
    padding: 20px;
    display: grid;
    grid-gap: 10px;
}

ul.ulfuncion {
    display: grid;
    grid-gap: 10px;
 
}

ul.ulfuncion li {
    line-height: 1.5;
    font-size: 1.1em;
}

.cfp p {
    line-height: 1.5;
    font-size: 1.1em;
    text-align: center;
}
.caracp {
    text-align: center;
}

.prueba2p {
    display: grid;
    grid-gap: 30px;
}


h3.h3wbs {
    text-align: center;
    font-size: 1.5em;
}

.divh3{
    background: #e9faef;
    display: grid;
    /* height: 200px; */
    align-items: center;
    align-content: center;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 20px;
}
.divh3.h3comunidad {
    margin-top: 0;
    margin-bottom: 0;
}
.h3comunidad h3.h3wbs {
   
    font-size: 1.2em;
}
p.pcf.pcfs {
 
    max-width: 1024px;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

a.ac3 {
    width: 300px;
}



.footer{
    display: grid;

    grid-gap: 50px;
    width: 80%;
    margin: auto;
    justify-content: center;
}



/* .logofinal{
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
   
} */
/* 
.logofinal p {
    text-align: center;
}

.logofinal img{
    width: 90%;
    margin: auto;
}

.asistencia{
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-gap: 5px;
    justify-items: center;
}

.asistencia a {
    color: #24d366;
    font-size: 1.5em;
}


.horarios{
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    justify-items: center;
}

.horarios a {
    text-decoration: none;
    color: #777;
    font-size: 1.5em;
}
.horarios a span.icon-telefono {
    color: #777;
}


.whtcontacto span.icon-whatsapp {
    color: #25d366;
}
.formdatos span {
    color: #009ece;
    margin: 10px;
}
a.bitw{
color: #25d366;
}

.bitw span.icon-whatsapp {
    color: #25d366;
}

.enlinea {
    height: 10px;
    width: 10px;
    border-color: #25d366;
    background: #25d366;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 11px;
    border: 1px solid #999;
    margin-left: 20px;
    position: relative;
    bottom: 7px;
    line-height: 7px;
    font-size: 14px;
} */

.formdatos a {
    text-decoration: none;
    color: #009ece;
    /* margin-bottom: 20px; */
}

.formas{
    display: grid;
    grid-gap: 20px;
    
}

.logoimg{
    display: none;
}

a.logoms img{
    width: 70%;
    margin: auto;
    display: grid;
    margin-top: 20px;
}

.et_pb_text_inner {
    display: grid;
}

/* .comunidad {
    display: grid;
    grid-template-rows: auto auto;
   
    justify-content: center;
    margin-bottom: 60px;

  
} */

/* .comunidad iframe {
    display: grid;
    position: relative;
    height: 500px;
    margin: auto;
    width: auto;
} */

p.textpv {
    
    text-align: center;
    margin-top: 10px;
    color: black;
    font-weight: bold;
}

.pcaract {
  
    line-height: 1.5;
    font-size: 1.1em;
    margin-top: 20px;
}



/* .menuwbs {
    top: 0px;
} */

.aflecha{
    display:none;
}



#gform2 {
    width: 300px;
  
    display: grid;
    justify-content: center;
}
/* 
.wbsimg{
    margin-top: 30px;

} */



/* new chatweb */

.cardnegocio {
    border-radius: 50%;
    background: url(img/servicio-al-cliente-whatsapp.webp),linear-gradient( 
-10deg
 , rgb(37 211 102)0%, rgba(255,255,255,1) 90%);
    /* box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff; */
    cursor: pointer;
    height: 60px;
    position: fixed;
    margin-top: 3px;
    width: 60px;

    display: none;
    grid-template-columns: auto;
    align-items: center;
    bottom: 20px;
    right: 20px;
    z-index: 997;
    background-position: center;
    background-size: contain;
    border: 3px solid #25d366;
}

.lw2{
    font-size: 28px;
    
}

span.icon-whatsapp.lw2 {
    color: white;
}

.lw{
    border-radius: 50%;
    background: url(img/servicio-al-cliente-whatsapp.webp),linear-gradient( 
-10deg
 , rgb(37 211 102)0%, rgba(255,255,255,1) 90%);
    /* box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff; */
   
    height: 50px;
  
    margin-top: 3px;
    width: 50px;

    display: grid;
    grid-template-columns: auto;
    align-items: center;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 3px solid #25d366;

}
.lww {
    display: grid;
    grid-template-columns: auto;
    margin-left: 5px;
}

.mostrarcardmenu {
    right: 0;
}

.cardmenu {
    position: fixed;
    bottom: 0;
    z-index: 998;
    right: -100%;
    transition: .55s .1s cubic-bezier(0, 1.07, 0, 1.02);
    width: 100%;
    min-height: 0;
}

.cardmenu .hul2 {
    width: 95%;
    height: 100%;
    position: relative;
    font-size: 1em;
    background: rgb(242, 238, 246, .9);
    float: right;
    border-radius: 30px 0 0 30px;
    bottom: 20px;
    max-width: 400px;
    box-shadow: 10px 10px 34px -11px rgb(0 0 0);
}

.hwhat {
    float: none;
    display: flex;
    align-items: center;
    position: static;
    width: 100%;
    height: 70px;
    padding: 0 26px;
    margin: 0;
    background-color: #2e8c7d;
    color: rgba(255,255,255,.5);
    border-radius: 30px 0 0;
}

.whatlogo {
    display: flex;
    align-items: center;
}

.whatlogo .lw {
    font-size: 28px;
}

.wtext {
 
    font-size: 14px;
    
}
small.smallw {
    font-size: 11px;
}

.icon-x {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 18px;
    right: 24px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    opacity: .2;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
}

.icon-x:before {
    content: "\ea0f";
    margin: 0 auto;
    font-size: 10px;
    font-weight: 200;
}


.whatmbien {
    max-height: calc(100vh - 100px);
    padding: 20px 0 0 0;
    overflow: hidden auto;
    background: #ede4dd url(img/backchat.webp) center repeat-y;
    background-size: 100% auto;
}

::-webkit-scrollbar {
    display: none;
}

.whatmesage {
    position: relative;
    padding: 20px;
    margin: 0 26px 26px;
    border-radius: 15px;
    background-color: #fff;
    color: #4a4a4a;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    display: grid;
    grid-gap: 5px;
    font-size: 0.9em;
}

.borrarchat{
    display: none;
}


.insertarmensaje {
    display: grid;
    grid-template-columns: auto 50px;
    margin-bottom: 10px;
}

textarea#edad {
    border-radius: 20px;
    background: white;
    padding-left: 20px;
    margin-bottom: 0;
    max-height: 200px;
    color: black;
    font-family: 'Roboto';
    line-height: 35px;
    overflow-y: hidden;
    font-size: 0.9em;
    margin-left: 10px;
}

#edad {
    outline: none;
}

.divsend {
    margin: 0 auto;
    display: grid;
    align-items: self-end;
}

button.enviarmensajewa {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    display: grid;
    justify-content: center;
    align-items: center;
    background: #25d366;
    padding-left: 5px;
    outline: none;
    cursor: pointer;
}

i.icon-send {
    color: white;
    font-size: 1.5em;
}

img.bot3 {
    border-radius: 10px;
    max-width: 250px;
}


.botcn {
    display: grid;
 
    /* justify-content: center; */
    align-items: center;
    justify-items: center;
    /* -webkit-print-color-adjust: exact; */
    max-width: 900px;
    margin: 0 auto;
}

.whatlogo a {
    text-decoration: none;
    color: rgba(255,255,255,.5);
}

sub.smallwbs {
    margin-top: 20px;
  
    margin-left: 10px;
    cursor: pointer;
}




   /*end contador de clientes  */

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

/* Tablets */



@media screen and (min-width: 768px){

    .item img {
        max-width: 300px;
    }

    form{
        height: auto;
    }
    p.textpv{
        max-width: 560px;
        margin: 0 auto;
    margin-top: 10px;
    }

  

    .wbsimg2 img{
    
        max-width:400px;
     
    
        border-radius: 20px;
       
    
    }

    .cardnegocio {
        height: 80px;
        width: 80px;
        bottom: 30px;
        right: 50px;
    }

    .botcn {
        display: grid;
        grid-template-columns: 50% 50%;
        /* justify-content: center; */
        align-items: center;
        justify-items: center;
        /* -webkit-print-color-adjust: exact; */
        max-width: 900px;
        margin: 0 auto;
    }
    

    .cardnegocio {
        bottom: 30px;
        right: 50px;
    }

    a span.flechatipica {
 
        width: 100%;
        font-size: 4em;
        overflow: hidden;
        display: block;
        text-align: center;
        margin-top: -50px;
        position: absolute;
    
    }
    
    .aflecha{
        text-decoration: none;
        display: block;
    }
    
    .icon-flecha-down:before {
        animation: example 1s linear 1s infinite alternate;
        position: relative;
    }
    
    @keyframes example {
        from {top:0; color: #e9faef}
        to {top:7px; color: #25d366;}
    }
    

/* .imglogo2{
    display: none;
} */
    .ca2 {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
/*        
        align-content: center;
        background-image: url(img/whatsapp-business-marketing.png);
        background-position: bottom;
        background-size: 500px;
        background-repeat: no-repeat;
       */
    }


  

 

    .textdiv {
        margin-top: 0px;
    }

    .comunidad {

    grid-template-columns: auto auto;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    }
    a.logoms img {
        display: none;
    }

    a.logoms2 {
        display: grid;
    }

    nav.navwbs {
        display: none;
    /* grid-template-columns: 250px auto auto; */
    margin-top: 20px;
        
    }

    .navwbs img {
        width: 90%;
    margin: auto;
    }

    .logoimg{
     display: grid;
     width: 100%;
     justify-content: center;
      
    }


    .wistia2 {
        width: 80%;
    }

    .etiquetasinfo {
        
        height: 400px;
        padding: 260px;
    }
    .que2p {
        display: grid;
        grid-gap: 20px;
    }


    .row-centered2 {
        position: fixed;
    top: -20px;
    display: flex;
    z-index: 1;
    background: linear-gradient( 
130deg
 , rgb(239 232 225)0%, rgb(231 224 218) 95%);
    height: 50px;
    z-index: 1000;
    height: 60px;
    box-shadow: 10px 15px 15px -11px rgb(0 0 0 / 40%);
    /* border-radius: 10px; */
    margin-top: -10px;
    width: 100%;
    }

    
.menulanding{
    display:grid;
  
}

.menulanding a {
    display: grid;
    justify-content: center;
}

.boton{
    display: grid;
}


   
    
    .text {
        
            display: grid;
            grid-gap: 50px;
            max-width: 90%;
            margin: auto;
    
    }
    
 
    

    
    .menulanding a {
    
        font-size: 1em;
    }
    
    
    .logowbs2 a {
    
        font-size: 1.2em;
    }
    
  
    
    .logowbs img {
        height: 40px;
        width: 40px;
       
    }
    
    .menulanding a {
        font-size: .8em;
    }
    
    .boton a {
        
        font-size: .8em;
    }
/* end primera parte */

/* 2da parte */

.caracteristicas h2 {

    font-size: 2.5em;
    font-weight: bold;
}

.footer{
    display: grid;
    grid-template-columns: 300px;
    grid-template-areas: none;
    grid-gap: 0;
    width: 100%;
    
}

.asistencia{
  
    justify-content: center;
    grid-gap: 0;
}

.asistencia a{
    font-size: 1em;
}

.horarios{
    grid-gap: 0;
    justify-items: flex-start;
}

.horarios a{
    font-size: 1em;
}

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


a.logoms {
    display: none;
}

}

/* Pc */


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

/*  */



@media screen and (min-width: 950px){
   

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


.h1a{
    width: 90%;
    
}
.h1a h1{
    font-size: 3em;
}
 
    h3.h3wbs {
    text-align: center;
    font-size: 2.09em;
        }

    .h2wbs{
        font-size: 3em;
    }

    .servicios {
        display: grid;
    }

    .caracteristicas p{

        margin: 0 auto;
        width: 80%;
     
       
    }

    .menulanding a {
        font-size: 1.2em;
    }

  
    .logowbs img {
        height: 60px;
        width: 60px;
    }


    .text {
    
        grid-gap: 0px;
        max-width: 100%;
    }


   

    .botimg {
        display: grid;
    }






    .imgbot{

        position: absolute;
        width: 200px;
        margin: 0 auto;
        margin-bottom: -30px;
        left: 0;
        right: 0;
        bottom: 0;
        /* margin: auto; */
        animation: example 1s linear 1s infinite alternate;
      
       
    
    } 
    
    .botimg {
        position: relative;
        bottom: 220px;
    }
.text{
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;


}

.content1 {
    display: grid;
    grid-template-columns: 560px auto;
    align-items: center;
}

/* .wistia {
 
    margin: 0 55px;
} */

.textdiv {
    display: grid;

    align-content: center;
}

.textdiv2 {
    position: relative;
    display: grid;
    width: 100%;
}

    .portadafull {
        display: grid;
        /* height: 100vh; */
        /* background: linear-gradient(0deg, rgba(37,211,102,.6)0%, rgba(255,255,255,0.01) 65%); */
}
   
      
   

    .sect1 {
        display: grid;
        grid-template-columns: 50% 50%;
    }


    .sect1p {
        justify-content: center;
        display: grid;
     
        align-content: center;
    }


    .sect2 {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas: "a b";
        
    }

    .sect2 p{
        grid-area: b;
        
    }

    .sect2 img{
        grid-area: a;
    }


    .imgacuentas{
       
        margin: 0 auto;
    }

    .sect3 {
        display: grid;
        grid-template-columns: 50% 50%;
     
        grid-template-areas: "a b";
    }


    .sect3p {
        justify-content: center;
        display: grid;
     
        align-content: center;
       
    }

    .tarjetasz img{
        width: 80px;
    }

    .tarjetas {
        display: grid;
        text-align: center;
    }

    header#container {
        /* position: absolute; */
        right: 0;
        left: 0;
    }

    .logowbs2 a {
     
        font-size: 2em;
        font-weight: bold;

    }

    .ca2 {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: none;
    
        /* background-position: right; */
        background-size: contain;
        background-position-x: 500px;
    }


    .imglogo2 {
        width: 100%;
        margin-bottom: 0px;
        }
    
        .pc {
     
            display: grid;
            grid-gap: 20px;
        }


        .caracteristicas h2 {
           
            margin-top: 50px;
            margin-bottom: 50px;
            font-size: 3em;
            font-weight: bold;
        }

     .ca2 p{
  
         max-width: 368px;
     }

        .que2 {
            
            display: grid;
    grid-template-columns: 50% 50%;
    height: 80vh;
    align-content: center;
    background-image: url(img/whatsApp-business-masivo.png);
    background-origin: content-box;
    background-position: top;
    background-size: cover;
        }


  
.que2p{
    display: grid;
    grid-gap: 20px;
}

        .que2p p {
            color:black;
            font-size: 1em;

        
        }

        .quepgrid {
       
            grid-template-columns: 10% 80%;
            align-items: center;
        }

     
        

        .btn2 a:hover{

            background: linear-gradient(to bottom, #bdf1d1 0%,#25D366 100%);

        }



        /* como usar */
     
        .servicios {
            display: grid;
            grid-template-columns: 30% 70%;
            width: 90%;
    margin: auto;
        }
        
        .prueba2p{
          
            
                grid-template-columns: 50% 50%;
                justify-content: center;
                align-content: center;
                align-items: center;
                max-width: 1024px;

    margin: 0 auto;
        }



.servispan1{
    font-size: 1.5em;
    color: #25D366;
    font-weight: bold;
   
}


.servispan2 {
    color: #25D366;
    font-size: 1em;
}




.etiquetas {
    background: #e9faef;
}




li.eti1,li.eti2,li.eti3,li.eti4,li.eti5,li.eti6,li.eti7,li.eti8  {
    list-style: none;
    padding: 30px 0;

    color: #25D366;
    cursor: pointer;
    padding-left: 10px;
    font-size: 1.2em;
}





.mk img,.mk2 img,.mk3 img,.mk4 img,.mk5 img,.mk6 img,.mk7 img,.mk8 img {
    width: 400px;
    border-radius: 20px;
}

.mk-info {
   
    display: grid;
    
    justify-items: center;
   
    align-items: center;
    text-align: center;
    box-shadow: 10px 15px 15px -11px rgba(0,0,0,.4);
}

.mk-info h2, p {

    margin: 0 10px;
}

.mk-info a {
    color: white;
    text-decoration: none;
    padding: 10px;
    background: #25D366;
    border-radius: 20px;
    width: 250px;
    text-align: center;
    transition: 0.5s ease-out;
    margin-left: 10px;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,1);
}

.mk-info a:hover{
    color: #25D366;
    background: white;
    font-weight: bold;

}



.datos1,.datos2,.datos3,.datos4,.datos5,.datos6,.datos7,.datos8{
    animation-name: grande;
    height: 100%;
    animation-duration: .5s;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation-name: grande;
    
    
    -webkit-animation-duration: .5s;
   
    -webkit-animation-fill-mode: both;
}

@keyframes grande{
    0% {opacity: .5;}
    50% {opacity: 0;
     transform: scale3d (.1,.1,.1);}
     100% {opacity: 0;}

}

.show{
    animation-name: chico;
    z-index: 2;
}

@keyframes chico{
  0% {opacity: 0;
    transform: scale3d(.1,.1,.1);}
    
    50% {
        opacity: .5;
    }
}

.etiquetasinfo{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: left;
    justify-content: left;
    position: relative;
    background: #e9faef;
}





.tripimg{
    animation: trip ease-in-out 4s ;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
    -webkit-animation: trip ease-in-out 4s ;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
    -moz-animation: trip ease-in-out 4s ;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
    -o-animation: trip ease-in-out 4s ;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
    -ms-animation: trip ease-in-out 4s ;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}/* mover los botones de izq a derecha */


@keyframes trip {
    0% {
      transform:  translate(0px,0px)  ;
    }
    50% {
      transform:  translate(5px,0px)  ;
    }
    100% {
      transform:  translate(0px,0px)  ;
    }
  }






.mk img,.mk2 img,.mk3 img,.mk4 img,.mk5 img,.mk6 img,.mk7 img,.mk8 img {
    width: 100%;
    border-radius: 20px;
}


.mk,.mk2,.mk3,.mk4,.mk5,.mk6,.mk7,.mk8{
    display: grid;
    justify-items: center;
    width: 100%;
    align-content: center;
}


.wistia2{
    width: 95%;
    margin: auto;
    border-radius: 10px;
  
    overflow: hidden;
   
}

.h2wbs{
  
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 3em;
        font-weight: bold;
        text-align: center;


}

span.icon-whatsapp.wm {
    color: #25d366;
}


.select{
    padding-left: 10px;
    border-left: 3px solid #1fbea5;
    font-weight: bold;
    color: #1fbea5;
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,.8);
    background: #e9faef;
    
}


/* contador de clientes */



   .pcf{
       
       margin-bottom: 20px;
       text-align: center;
       max-width: 1024px;
    margin: auto;
    margin-bottom: 30px;
   }

  

.numb {
    justify-content: center;

    display: grid;
}

.divh2 {
    max-width: 1024px;
    margin: auto;
    padding: 30px;
}

.divhh{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
}


.containers2{
    display: none;
}

}
