@font-face {
    font-family: Lato;
    src:
        local("Lato"),
		url('/fonts/Lato-Regular.ttf');
       /* url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");*/
    font-weight: 400;
}

@font-face {
    font-family: Lato;
    src:
        local("Lato Bold"),
		url('/fonts/Lato-Regular.ttf');
        /*url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");*/
    font-weight: 600;
}
html, body { overflow-x: hidden; }
body{
	/*font-family: Poppins,sans-serif;;*/
	font-size: 14px;
	overflow-x: hidden;
	background-attachment: fixed;
}
.bg-light{
    background: #fffffff7 !important;
	background-attachment: fixed;
	width: 100%;
	padding-top: 4px;
  	position: fixed;
  	z-index: 100;
}
.logo img{
    height: 106px;
    padding-left: 85px;
    padding-top: 1px;
}
.barraMenu{
	/*background: url(../img/menu/barramenu.svg);*/
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	height: 50px;
	/*margin-right: 20px;
	padding-right: 20px;*/
}
.nav-item{
	padding-right: 20px;
	padding-left: 5px;
}

.nav-item a{
    color: #298bf5 !important;
	padding-bottom: unset;
	font-size: 18px !important;
	font-weight: bold !important;
}

.nav-item a:hover {
    color: #020202 ;
    font-size: 18px;
    font-weight: bold ;
    border-bottom: 2px solid #38b6ff ;
}
.titulobanner{
	color: #fff !important;
	font-size: 25px !important;
	line-height: 1em !important;
	font-weight: bolder !important;
    background-color: #4568b2a1 !important;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
	padding: 20px;
	border-radius: 30px;
	/*border: 1px groove #fff;*/
	

}

.exptextil{
    padding-top: 10px;
    position: relative;
    margin-left: 47px;
    width: 100%;
    border-radius: 2rem 2rem 1rem 1rem;
    max-width: 164% !important;
    margin-top: 86px;
}


.imagenser{
    width: 97% !important;
    margin-left: -1rem;
    margin-top: -1rem;
    height: 100%;
    border-radius: 16px;
    max-width: 175% !important;
    box-shadow: 0px 0px 7px 0px black;
}


@media (max-width:750px){
  .exptextil{
    padding-top: 10px;
    position: relative;
    margin-left: 5px;
    width: 100%;
    border-radius: 2rem 2rem 1rem 1rem;
    max-width: 164% !important;
    margin-top: -14px;
}


.imagenser{
    width: 99% !important;
    margin-left: 0rem;
    margin-top: 1rem;
    border-radius: 16px;
    max-width: 175% !important;
    box-shadow: 0px 0px 7px 0px black;
}
  
    
}
.bannerHome{
    margin-top: 109px;
    height: 511px;
    left: 0%;
    width: 100%;
    position: relative;
	background: url(../img/home/banner23.jpg) no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border-bottom: 2px solid black;
    background-size: cover;
}
.becharge{
	position: absolute;
	right: 30px;
	top: 20px;
	width: 680px;
	height: 140px;
	padding-top: 160px;
}
.becharge img{
	width: 100%;
}
.learnMore{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 680px;
	height: 140px;
}
.learnMore img{
	width: 100%;
}
.learnMore .learnText{
	position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #3F458B;
    left: 10%;
    top: 40%;
    text-align: center;
}
.learnMore .findYour{
	position: absolute;
    font-size: 26px;
    color: #fff;
    left: 40%;
    top: 65%;
    text-align: center;
}
.learnMore .btnplay{
	position: absolute;
    left: 29%;
    top: 40%;
    width: 45px;
    cursor: pointer;
}
.learnMore .btndescargar{
	position: absolute;
    left: 40%;
    top: 27%;
    width: 235px;
}
.learnMore .btngoogle{
	position: absolute;
    left: 76%;
    top: 18%;
    width: 100px;
}
.learnMore .btnios{
	position: absolute;
    left: 76%;
    top: 42%;
    width: 98px;
}
.celular{
	position: absolute;
	left: 50px;
	bottom: 0;
	width: 330px;
	height: 320px;
}
.celular img{
	width: 100%;
}
.whatIsBatt{
	padding-top: 60px;
	padding-bottom: 60px;
}
.whatIsBatt h3{
	font-size: 36px;
	font-weight: 600;
	/*color: #00BABC;*/
	color: #159c8e;
	padding-bottom: 40px;
}
.whatIsBatt p{
	font-size: 22px;
	/*color: #3F458B;*/
	color: rgb(0, 0, 0);
	padding-bottom: 40px;
	animation-delay: 500ms;
}
.howItWork{
	background: #edebec9e;
	padding-top: 60px;
	/*padding-bottom: 100px;*/
}
.footer{
	background-color: #fef8e0 !important;
}
.howItWork h3{
	font-size: 36px;
	font-weight: 600;
	color:#159c8e;
	padding-bottom: 40px;
}
.howItWork h4{
	padding-top: 120px;
	font-size: 36px;
	font-weight: 500;
	color: #3F458B;
}
.howItWork p{
	font-size: 22px;
	color: rgb(0, 0, 0);
	padding-bottom: 40px;
}
.howItWork .downloadApp{
	color: #3F458B;
	font-size: 36px;
}
.vineta{
	font-size: 22px;
    padding-left: 0px;
    padding-top: 9px;
	color: #000;;
}
.howItWork2{
	
	padding-top: 60px;
	padding-bottom: 40px;
}
.howItWork2 h3{
	font-size: 36px;
	font-weight: 600;
	color: #00BABC;
	padding-bottom: 40px;
}
.howItWork2 h4{
	font-size: 36px;
	font-weight: 600;
	/*color: #00BABC;*/
	color: #159c8e;
	padding-bottom: 40px;
}
.howItWork2 p{
	font-size: 22px;
	/*color: #3F458B;*/
	color: rgb(0, 0, 0);
	padding-bottom: 40px;
	animation-delay: 500ms;
}
.howItWork2 .downloadApp{
	color: #3F458B;
	font-size: 36px;
}

.hosting{
	position: relative;
	background:#3F458B;
	min-height: 813px;
	padding-bottom: 60px;
}
.hosting .fondo{
	position: absolute;
	top: 0;
	width: 100%;
}
.hosting .division{
	position: absolute;
	bottom: -2px;
	width: 100%;
	z-index: 999;
}
.hosting2{
	position: relative;
	background:#3F458B;
	min-height: 400px;
	padding-bottom: 60px;
	margin-top: -5px;
}
.hosting2 .textHosting{
	color: #00BABC;
	font-size: 55px;
	line-height: 70px;
	padding-top: 40px;
}
.hostingVerde{
	background:#f1f1f1;
	background: url(../img/home/13.jpg) #f1f1f1 no-repeat;
	min-height: 400px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}
.hostingVerde p{
	color: #007ba9;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
}
.hostingVerde h3 {
    font-size: 36px;
    font-weight: 600;
    color: #159c8e;
    padding-bottom: 40px;
}
.hostingVerde .division{
	position: absolute;
	top: -2px;
	width: 100%;
	z-index: 999;
}
.hostingimg{
/*	background: url(../img/contact/bg_servicios.webp) no-repeat; */
	min-height: 400px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}
.hostingimg h3 {
    font-size: 36px;
    font-weight: 600;
    color: #159c8e;
    padding-bottom: 40px;
}
.hostingimg .division{
	position: absolute;
	top: -2px;
	width: 100%;
	z-index: 999;
}
.hostingimg p{
	color: #007ba9;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
	padding-top: 20px;
}
.testimonials{
	min-height: 400px;
	padding-top: 100px;
}
.testimonials h3{
	font-size: 36px;
	font-weight: 600;
	color: #3F458B;
	padding-bottom: 40px;
}
.faqs{
	min-height: 400px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.faqs h3{
	font-size: 36px;
	font-weight: 600;
	color: #3F458B;
	padding-bottom: 40px;
}
.faqs .card{
	border-radius: 0 !important;
	border: 0 !important;
}
.faqs .card-header{
	border-bottom: 0 !important;
	margin-bottom: 2px !important;
	padding: 10px 1.25rem !important;
	background: #f9f7f8;
}
.faqs .card-header button{
	font-size: 18px;
	color: #00BABC;
	font-weight: 600;
	text-align: left;
	width: 90%;
}
.faqs .card-header button span{
	color: #3F458B;
}
.faqs .card-body{
	color: #3B3B3B;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 18px;
    text-align: justify;
}
.find{
	min-height: 400px;
	background: #EDEBEC;
	position: relative;
	padding-top: 250px;
	padding-bottom: 100px;
}
.find h2{
	font-size: 46px;
	font-weight: 600;
	color: #3F458B;
	padding-bottom: 40px;
}
.find .division{
	position: absolute;
	top: -2px;
	width: 100%;
	z-index: 999;
}
.contact{
	min-height: 400px;
	padding-top: 30px;
	padding-bottom: 30px;	
}
.fondocontacto{
        position: absolute;
        width: 125rem;
        filter: blur(5px);
        margin-top: -153px;
        z-index: -1;
        height: 46rem;
}
.contact h3{
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 40px;
    color: #50a0f6 !important;
}
.contact p{
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
}
.contact .pContact{
	font-size: 16px;
	color: #3F458B;
	padding-top: 30px;
	font-weight: 400;
	padding-bottom: 40px;
}
.contact .cajaContact{
    width: 100%;
    border-radius: 14px;
    background: #3d96f69e;
}
.contact .input{
    background: #ffffff;
    border-radius: 0px;
    border: none;
    color: #43628a;
    height: 50px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 3px 3px 3px rgb(179 178 192);
    -moz-box-shadow: 0px 3px 3px 3px rgba(179,178,192,1);
    box-shadow: 0px 3px 3px 3px rgb(179 178 192);
}
.contact .input::placeholder {
	font-weight: bold;
	font-size: 14px;
    color: #3F458B !important;
}
.contact .btn{
	width: 230px;
    margin-top: 50px;
    background: #3d96f69e;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 3px 3px rgba(179,178,192,1);
	-moz-box-shadow: 0px 1px 3px 3px rgba(179,178,192,1);
	box-shadow: 0px 1px 3px 3px rgba(179,178,192,1);
	padding-bottom: 15px;
	padding-top: 15px;
}
.bx-prev{
	position: absolute;
    top: 20%;
    left: 10%;
}
.bx-next{
	position: absolute;
    top: 20%;
    right: 10%;
}
.video{
	padding-bottom: 50px;
	padding-top: 50px;
}
.video iframe{
  width: 100%    !important;
  height: 600px   !important;
}
.redessociales{
	display: inline-block;
}
.redessociales li{
	padding-right: 0px;
}
.redessociales li a img{
	height: 40px;
}
footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
footer ul li{
	float: left;
	padding-right: 30px;
}
footer ul li a{
	display: block;
    text-align: center;
    padding: 16px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
footer ul li a:hover{
	display: block;
    text-align: center;
    padding: 16px;
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
footer p{
	font-size: 16px;
    font-weight: bold;
    color: #159c98;
}

.img-1{
	padding-top: 105px;
	width:90%;
}
.img-2{
	padding-top: 126px;
	width: 75%;
}
.img-3{
	padding-top: 118px;
	width: 90%;
}
.img-4{
	padding-top: 90px;
	width: 90%;
}
.img-download{
	width: 330px; 
	margin-top: -20px; 
	margin-right: 5px;
}
.img-becharge{
	width: 50%;
	margin-top: 50px;
}
.img-video{
	width: 70%; 
	margin-top: 50px;
}
.img-neveragain{
	
	width: 550px;
	margin-top: 50px;
	float: right;
}
.pt60{
	padding-top: 60px;
}
.getbatt2go{
	width: 70%; 
	margin-top: 70px;
}
.w120{
	width: 120px;
}
.w147{
	width: 147px;
}
.w208{
	width: 208px;
}
.w184{
	width: 208px;
}
.w173{
	width: 173px;
}
.w190{
	width: 250px;
}
.w70{
	width: 70%;
}
.arrowfaq{
	width: 60px; 
	position: absolute; 
	right: 0;
	top: 20px;
}
.colorbatt2{
	color: #3F458B !important;
}
.colorbatt2white{
	color: #fff !important;
}
.colorgo{
	color: #00BABC !important;
}
.lhome{
	padding-right: 0;
	padding-left: 60px;
}
.menumobile{
	display: none;
}
.btn-menumobile{
	display: none;
}

.to-top .download {
    height: 50px;
    position: fixed;
    right: 3%;
    text-align: center;
    bottom: 5%;
    width: 50px;
    z-index: 999;
    display: none;
}
.to-top .goup {
    height: 50px;
    position: fixed;
    right: 3%;
    text-align: center;
    bottom: 12%;
    width: 50px;
    z-index: 999;
    display: none;
}
.card-header{
	background: rgb(0, 181, 175);
	color: #fff;
	font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #00b5af;
    border-color: #00b5af;
}
#Imgservice {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}

#Imgservice2 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice2:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}

#Imgservice3 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice3:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}

#Imgservice4 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice4:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}

#Imgservice5 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice5:hover {-webkit-transform:scale(1.2);transform:scale(1.1);}

#Imgservice6 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#Imgservice6:hover {-webkit-transform:scale(1.1);transform:scale(1.1);}

#myImg {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}
#myImg2 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}
#myImg3 {
    border-radius: 120px;
    cursor: pointer;
    transition: 0.3s;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 83%);
}

#myImg:hover {opacity: 0.7;}

#myImg2:hover {opacity: 0.7;}

#myImg3:hover {opacity: 0.7;}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 140px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 35%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 150px;
    right: 100px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 80%;
    }
    .fondocontacto{
    position: absolute;
    width: 125rem;
    filter: blur(5px);
    margin-top: -56px;
    z-index: -1;
    height: 55rem;
}
}

