* {
	padding:0;
	margin:0;
	box-sizing:border-box;
	
	
}


body a{
	text-decoration:none;
	
	
}
body{
	
	font-family: 'Open Sans', sans-serif;
	background:#888;
    
	
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-o-transition: 0.7s all;
	-ms-transition: 0.7s all;
	text-decoration: none;
}



.cont-arriba{
	width:60px;
	height:60px;
	position:fixed;
	bottom:20px;
	right:10px;
	
	
}

.arriba{
	display:block;
	width:60px;
	height:60px;
	background:#ff8000;
	color:#fff;
	position:fixed;
	bottom:20px;
	right:10px;
	border-radius:50%;
	z-index:1000;
}

.fa-arrow-up{
	display:block;
	font-size:30px;
	margin:15px auto;
	color:#fff;
}



.cont-header{
	width:100%;
	background:#1ccbce;
	
	
	
}

.header{
	width:80%;
	margin:0 auto;
	padding:40px 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.cont-lt{
	display:flex;
	
}

.log{
	width:27px;
	height:27px;
	
}

.log img{
	width:27px;
}

.titulo{
	font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
	padding-left:6px;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
	line-height:27px;
    font-family: 'Dosis', sans-serif;
}
.hamburger{
	width:38px;
	height:36px;
	border:1px solid #efefef;
	border-radius:1px;
	padding:4px 0;
	color:#efefef;
	display:none;
}

.fa-bars{
	display:block;
	font-size:25px;
	margin:0 auto;
}
.nav-bar ul{
	display:flex;
	padding-top:6px;
}
.nav-bar ul li{
	list-style:none;
}
.nav-bar ul li a{
	display:block;
	
	padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 8px 18px 9px;
    border-radius: 100px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
	margin:0 10px;
	font-family: 'ubuntu', sans-serif;
	
}

.nav-bar ul li a:hover{
	color:rgba(256,256,256,.6);
	
}

.nav-bar ul li a.active{
	color:#fafafa;
	
}


.cont-banner{
	width:100%;
	
	background:#1ccbce;
	background-size:cover;
	background-repeat:no-repeat;
}
.cont-banner img{
	display:block;
	width:100%;
	
	position:relative;
}
.banner{
	width:80%;
	margin:0 auto;	
	
	
}

.cont-texto{
	width:100%;
	padding:110px 0;
	margin:0 auto;
	
}

.st-1{
	font-size:38px;
	font-weight:500;
	color: #000;
	letter-spacing:1px;
	text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.44);
	padding-bottom:6px;
	text-align:center;
	font-family: 'ubuntu', sans-serif;
	
	
}

.st-2{
	font-size:45px;
	font-weight:700;
	color:#fafafa;
	letter-spacing:1px;
	text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.44);
	text-align:center;
	font-family: 'ubuntu', sans-serif;
}


.tx-1{
	width:40%;
     margin:0 auto;
	font-size:16px;
	letter-spacing:1px;
	color:#fafafa;
	font-weight:400;
	line-height:25px;
	padding-top:40px;
	text-align:center;
	font-family: 'ubuntu', sans-serif;
	
}

.enl-b{
	display:block;
	width:125px;
	height:40px;
	margin:0 auto;
	margin-top:40px;
	background:#ff0000;
	border-radius:15px;
	font-size:14px;
	font-weight:400;
	text-align:center;
	color:#fafafa;
	letter-spacing:1px;
	padding:11px 0;
	font-family: 'ubuntu', sans-serif;
	
	
}
.enl-b:hover{
	background:#25d366;
}

.cont-img-cel{
	width:280px;
	height:350px;
	margin:0 auto;
	margin-top:20px;
	background:#ff8000;
}

.cont-acerca{
	width:100%;
	background:#fafafa;
	padding:80px 0;
}

.acerca{
	width:80%;
	
	margin:0 auto;
	
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.acerca-1{
	width:50%;
	background:#efefef;
	
}

.acerca-2{
	width:48%;
	
	padding-left:15px;
	
}
 .subt-acer{
	 font-size:30px;
	 font-weight:500;
	 letter-spacing:1px;
	 color:#000;
	 font-family: 'ubuntu', sans-serif;
	 
	 
 }
 
 .s-acer{
	 display:block;
	 font-size:18px;
	 font-weight:400;
	 letter-spacing:0;
	 color:#1ccbce;
	 padding-bottom:10px;
 }
 
 .tx-acer{
	 font-size:15px;
	 font-weight:500;
	 letter-spacing:1px;
	 
	 line-height:30px;
	 padding-top:30px;
	 color: #999;
    font-family: 'Source Sans Pro', sans-serif;
 }
 
 .enl-acer{
	 display:block;
	 width:135px;
	 height:48px;
	 border-radius:30px;
	 background:#d94120;
	 font-size:15px;
	 letter-spacing:1px;
	 font-weight:400;
	 text-align:center;
	 color:#fff;
	 padding:14px 0;
	 box-shadow:0 0 6px #888;
	 margin-top:56px;
	 font-family: 'ubuntu', sans-serif;
 }
 
 .enl-acer:hover{
	 background:#fcc300;
 }
 
 
 .cont-servic{
	width:100%;
	min-height:50vw;
   background:url(../images/bc-8.png);
   background-size:cover;
   background-repeat:no-repeat;
	
	
	
	
}
.p-s{
	 font-size:15px;
	 font-weight:300;
	 text-align:center;
	 color:rgba(0,0,0,.7);
	 padding-top:80px;
	 font-family: 'ubuntu', sans-serif;
	 
 }
 
 .subt-servi{
	 font-size:32px;
	 font-weight:400;
	 text-align:center;
	 color:#fff;
	 letter-spacing:1px;
	 padding-top:6px;
	 font-family: 'ubuntu', sans-serif;
	 
 }
 
 .p-s1{
	 font-size:16px;
	 letter-spacing:1px;
	 text-align:center;
	 font-weight:500;
	 padding-top:10px;
	 color:rgba(256,256,256,.8);
	  font-family: 'ubuntu', sans-serif;
	 
 }

.servic{
	width:80%;
	margin:0 auto;
	padding-top:70px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}

.servic-1{
	width:32%;
	background:#f2f2f2;
	padding:50px 25px;

	
}

 .ic-s{
	 width:40px;
	 height:40px;
	 border-radius:50%;
	 
	 
 }
 
 .fa-address-card{
	 display:block;
	 font-size:30px;
	 margin:0 auto;
	 color: #ff3f4d;
 }
 
 .fa-folder-open{
	 display:block;
	 font-size:30px;
	 margin:0 auto;
	 color: #ff3f4d;
	 
 }
 
 .fa-globe{
	 display:block;
	 font-size:30px;
	 margin:0 auto;
	 color: #ff3f4d;
	 
 }
 
 
 
 .t-s{
	 font-size:22px;
	 font-weight:500;
	 color:rgba(0,0,0,.7);
	 padding-top:15px;
	 letter-spacing:1px;
	 font-family: 'ubuntu', sans-serif;
	 
	 
 }
 
 .p-inf-s{
	 font-size:15px;
	 
	 font-weight:400;
	 color:rgba(0,0,0,.6);
	 line-height:25px;
	 padding-top:20px;
	 letter-spacing:1px;
	 font-family: 'Roboto', sans-serif;
	 
 }
 
 .enl-infs{
	 display:block;
	 width:15%;
	 margin:0 auto;
	 font-size:17px;
	 font-weight:300;
	 text-align:center;
	 letter-spacing:1px;
	 color:rgba(0,0,0,.7);
	 font-family: 'ubuntu', sans-serif;
	 padding-top:30px;
	 padding-bottom:2px;
	 
	 
 }
 
 .enl-infs:hover{
	 color:#25d366;
	 font-weight:500;
	 border-bottom:1px solid #fff;
 }

.cont-contacto{
	width:100%;
	background:#fff;
}
.subt-contac{
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	color:#333;
	text-align:center;
	padding-top:30px;
	 font-family: 'ubuntu', sans-serif;
}
.contacto{
	width:80%;
	margin:0 auto;
}

.pie{
	width:80%;
	margin:0 auto;
	padding-top:80px;
}

.pie-1{
	width:100%;
	margin-top:40px;
	background:#f2f2f2;
	padding:40px 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	
}

.pie-1a{
	width:200px;
	
	
	
}

.pie-1a img{
	width:100%;
}

.pie-1b{
	width:45%;
	
	
	padding-left:20px;
}
.subt-pie{
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	color:#444;
	padding-bottom:10px;
	font-family: 'ubuntu', sans-serif;
	
}

.p-tx-pie{
	font-size:15px;
	letter-spacing:1px;
	font-weight:400;
	color:rgba(0,0,0,.7);
	line-height:23px;
	font-family: 'ubuntu', sans-serif;
}
.pie-1c{
	width:305px;
	height:120px;
	
	
}

.enl-wt-pie{
	display:block;
	width:95%;
	height:50px;
	background:#25d366;
	margin-left:16px;
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	padding:15px 0;
	font-family: 'ubuntu', sans-serif;
}

.enl-wt-pie:hover{
	background:#128c7e;
}

.enl-corr-pie{
	display:block;
	width:95%;
	height:50px;
	background:#252820;
	margin-left:16px;
	margin-top:20px;
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	padding:15px 0;
	font-family: 'ubuntu', sans-serif;
}

.enl-corr-pie:hover{
	background:#34b7f1;
}

.cont-pie-2{
	width:100%;
	padding-bottom:25px;
	
	padding-top:80px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.pie-2a{
	width:35%;
	
	
}

.p-pie{
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,.8);
	line-height:21px;
	
	font-family: 'ubuntu', sans-serif;
	
}

.cont-sm{
	width:75px;
	height:30px;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	flex-wrap;
}

.enl-sm{
	width:35px;
	height:35px;
	border-radius:50%;
	background:#d3d3d3;
}

.face{
	padding:9px 0;
}
.face:hover{
	background:#3b5998;
}
.fa-facebook-f{
	display:block;
	font-size:16px;
	margin:0 auto;
	color:fafafa;
}

.inst{
	padding:9px 0;
}

.inst:hover{
	background:#e1306c;
}

.fa-instagram{
	display:block;
	font-size:16px;
	margin:0 auto;
	color:fafafa;
}

.pie-2b{
	width:30%;
	
	
}

.s-c{
	font-size:20px;
	color:#000;
	font-weight:500;
	font-family: 'ubuntu', sans-serif;
	
}
.p-d{
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,.8);
	margin-bottom:10px;
	font-family: 'ubuntu', sans-serif;
	
}

.enl-tel-c{
	display:block;
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,.8);
	margin-bottom:10px;
	font-family: 'ubuntu', sans-serif;
}

.enl-tel-c:hover{
	color:#fcc300;
}

.enl-corr{
	display:block;
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,.8);
	font-family: 'ubuntu', sans-serif;
}

.enl-corr:hover{
	color:#fcc300;
}
.pie-2c{
	width:17.5%;
	
	
}

.enl-nav-pie{
	display:block;
	font-size:15px;
	font-weight:400;
	color:rgba(0,0,0,.8);
	line-height:27px;
	font-family: 'ubuntu', sans-serif;
}
.enl-nav-pie:hover{
	color:#fcc300;
}
.pie-2d{
	width:17.5%;
	
	
}

.cont-qr{
	width:150px;
	height:150px;
	background:#f2f2f2;
	border-radius:10px;

	
}

.qr{
	width:100%;
	height:150px;
	
}

.qr img{
	display:block;
	width:100%;
}

.subt-pie-2{
	font-size:18px;
	font-weight:600;
	color:#333;
	letter-spacing:1px;
	padding-bottom:20px;
	font-family: 'ubuntu', sans-serif;
}

.p-copy{
	font-size:15px;
	font-weight:300;
	color:rgba(0,0,0,.7);
	letter-spacing:1px;
	text-align:center;
	padding-bottom:25px;
	font-family: 'ubuntu', sans-serif;
}
@media(max-width:1000px){
	.hamburger{
		display:block;
		cursor:pointer;
	}
	
	.nav-bar{
		height:0px;
		position:absolute;
		top:99px;
		left:0;
		right:0;
		width:60%;
		margin:0 auto;
		background:#11101b;
		transition:0.2s;
		overflow:hidden;
	}
	.nav-bar.active{
		
		margin:0 auto;
		color:#fff;
		height:250px;
		
	}
	.nav-bar ul{
		display:block;
		width:fit-content;
		margin:5px auto 0 auto;
	
		transition:0.8s;
		opacity:0;
	}
	
	.nav-bar.active ul{
		opacity:1;
	}
	
	.nav-bar ul li a{
		padding:12px 0;
		margin-bottom:12px;
		color:#fefefe;
		
		
	}
	
	.banner{
		
		padding-bottom:40px;
	}
	
	.banner-tx{
		width:77%;
		padding-top:30px;
		
	}
	.cont-texto{
		padding:60px 0;
	}
	.st-1{
		font-size:30px;
	}
	
	.st-2{
		font-size:38px;
	}
	
	.tx-1{
		width:50%;
		font-size:16px;
		padding-top:10px;
	}
	
	.enl-b{
		
		height:40px;
		margin-top:20px;
	}
	
	.ic-w1{
		width:35%;
		font-size:13px;
		padding:12px 0;
	}
	
	.tx-w{
		width:40%;
		height:30px;
		font-size:13px;
		padding:7px 0;
	}
	.banner-img{
		width:23%;
		
		padding-top:40px;
	}
	.banner-img img{
		height:300px;
	}
	
	.cont-servic{
		padding-bottom:45px;
	}
	
	.contacto{
		width:90%;
	}
	
	.subt-contac{
		padding:30px 0;
	}
	
	.cont-pie-2{
		width:90%;
		margin:0 auto;
		padding-top:30px;
		
	}
	
	.pie-1{
		width:90%;
		margin:0 auto;
		padding-bottom:70px;
		
	}
	
	.subt-pie{
		padding:20px 0;
	}
	
	.pie-1a{
		width:80%;
		margin:0 auto;
	}
	.pie-1a img{
		display:block;
		width:100%;
	}
	.pie-1b{
		width:80%;
		margin:0 auto;
		padding-left:0;
	}
	.p-tx-p{
		width:100%;
		margin:0 auto;
	}
	
	.pie-1c{
		width:81%;
		padding-top:20px;
	}
	
	.enl-wt-pie{
		margin-left:0;
	}
	
	.enl-corr-pie{
		margin-left:0;
	}
	
	.pie-2a{
		width:100%;
	}
	
	.pie-2b{
		width:100%;
	}
	
	.pie-2c{
		width:100%;
	}
	
	.pie-2d{
		width:100%;
	}
	
	.subt-pie-2{
		padding-top:25px;
	}
	
	
	
}
@media(max-width:900px){
	
	.cont-texto{
		padding:50px 0;
	}
	
	.st-2{
		font-size:36px;
	}
	
	.tx-1{
		width:55%;
		font-size:15px;
	}
		
	.ic-w1{
		width:40%;
	}
	
	.cont-acerca{
		padding-top:40px;
	}
	
	.acerca-1{
		width:90%;
		margin:0 auto;
	}
	
	.acerca-2{
		width:90%;
		margin:0 auto;
		padding-left:0;
	}
		
	.subt-acer{
		font-size:25px;
		line-height:15px;
		margin-top:25px;
	}
	
	.cont-servic{
		width:100%;
		padding-bottom:40px;
	}
	
	.subt-servi{
		font-size:25px;
	}
	
	.p-s{
		padding-top:40px;
	}
	
	.servic-1{
		width:100%;
		margin-top:15px;
	}
	
	.contacto{
		width:90%;
	}
	
	.subt-contac{
		padding:30px 0;
	}
	
	.cont-pie-2{
		width:90%;
		margin:0 auto;
		padding-top:30px;
		
	}
	
	.pie-1{
		width:90%;
		margin:0 auto;
		padding-bottom:70px;
		
	}
	
	.subt-pie{
		padding:20px 0;
	}
	
	.pie-1a{
		width:80%;
		margin:0 auto;
	}
	.pie-1a img{
		display:block;
		width:100%;
	}
	.pie-1b{
		width:80%;
		margin:0 auto;
		padding-left:0;
	}
	.p-tx-p{
		width:100%;
		margin:0 auto;
	}
	
	.pie-1c{
		width:81%;
		padding-top:20px;
	}
	
	.enl-wt-pie{
		margin-left:0;
	}
	
	.enl-corr-pie{
		margin-left:0;
	}
	
	.pie-2a{
		width:100%;
	}
	
	.pie-2b{
		width:100%;
	}
	
	.pie-2c{
		width:100%;
	}
	
	.pie-2d{
		width:100%;
	}
	
	.subt-pie-2{
		padding-top:25px;
	}
	
	
}


@media(max-width:700px){
	.hamburger{
		display:block;
		cursor:pointer;
	}
	
	.nav-bar{
		height:0px;
		position:absolute;
		top:99px;
		left:0;
		right:0;
		width:60%;
		margin:0 auto;
		background:#11101b;
		transition:0.2s;
		overflow:hidden;
	}
	.nav-bar.active{
		
		margin:0 auto;
		color:#fff;
		height:250px;
		
	}
	.nav-bar ul{
		display:block;
		width:fit-content;
		margin:5px auto 0 auto;
	
		transition:0.8s;
		opacity:0;
	}
	
	.nav-bar.active ul{
		opacity:1;
	}
	
	.nav-bar ul li a{
		padding:12px 0;
		margin-bottom:12px;
		color:#fefefe;
		
		
	}
	
	.banner{
		
		padding-bottom:40px;
	}
	
	.banner-tx{
		width:77%;
		padding-top:30px;
		
	}
	
	.cont-texto{
		padding:40px 0;
	}
	
	.st-1{
		font-size:22px;
	}
	
	.st-2{
		font-size:33px;
	}
	
	.tx-1{
		width:65%;
		font-size:15px;
		padding-top:10px;
	}
	
	.enl-b{
		
		
	}
	
	.ic-w1{
		width:35%;
		font-size:12px;
	}
	
	.tx-w{
		width:40%;
		height:25px;
		font-size:12px;
		padding:6px 0;
	}
	.banner-img{
		width:23%;
		
		padding-top:40px;
	}
	.banner-img img{
		height:190px;
	}
	
	.cont-acerca{
		padding-top:30px;
	}
	.acerca-1{
		width:90%;
		margin:0 auto;
	}
	
	.acerca-2{
		width:90%;
		margin:0 auto;
		padding-left:0;
	}
	
	.subt-acer{
		line-height:15px;
		margin-top:30px;
	}
	.subt-servi{
		font-size:25px;
		line-height:15px;
	}
	
	.p-s1{
		font-size:14px;
	}
	
	.servic-1{
		width:100%;
		margin:0 auto;
		margin-bottom:15px;
	}
	
	.contacto{
		width:90%;
	}
	
	.cont-pie-2{
		padding-top:30px;
	}
	
	.pie-1{
		width:90%;
		margin:0 auto;
		padding-bottom:70px;
		
	}
	
	.subt-pie{
		padding:20px 0;
	}
	
	.pie-1a{
		width:80%;
		margin:0 auto;
	}
	.pie-1a img{
		display:block;
		width:100%;
	}
	.pie-1b{
		width:80%;
		margin:0 auto;
		padding-left:0;
	}
	.p-tx-p{
		width:100%;
		margin:0 auto;
	}
	
	.pie-1c{
		width:81%;
		padding-top:20px;
	}
	
	.enl-wt-pie{
		margin-left:0;
	}
	
	.enl-corr-pie{
		margin-left:0;
	}
	
	.pie-2a{
		width:100%;
	}
	
	.pie-2b{
		width:100%;
	}
	
	.pie-2c{
		width:100%;
	}
	
	.pie-2d{
		width:100%;
	}
	
	.subt-pie-2{
		padding-top:25px;
	}
	
	
}
	



@media(max-width:580px){
	
	.header{
		width:92%;
	    padding:30px 0;
		
		
	}
	
	.titulo{
		font-size:30px;
	}
	
	.hamburger{
		display:block;
		cursor:pointer;
	}
	
	.nav-bar{
		height:0px;
		position:absolute;
		top:99px;
		left:0;
		right:0;
		width:60%;
		margin:0 auto;
		background:#11101b;
		transition:0.2s;
		overflow:hidden;
	}
	
	.nav-bar.active{
		
		margin:0 auto;
		color:#fff;
		height:290px;
		
	}
	
	.nav-bar ul{
		display:block;
		width:fit-content;
		margin:5px auto 0 auto;
	
		transition:0.8s;
		opacity:0;
	}
	
	.nav-bar.active ul{
		opacity:1;
	}
	
	.nav-bar ul li a{
		padding:12px 0;
		margin-bottom:12px;
		color:#fefefe;
		
		
	}
	
	.cont-banner img{
		width:100%;
		
	}
	
	.banner{
		width:100%;
		
	}
	
	.banner img{
		width:100%;
	
	}
	
	.cont-texto{
		width:92%;
		padding:50px 0;
	}
	
	.st-1{
		font-size:24px;
	}
	
	.st-2{
		font-size:24px;
	}
	
	.tx-1{
		width:75%;
		font-size:13px;
	}
	.acerca{
		width:92%;
	}
	
	.acerca img{
		display:block;
		width:100%;
	}
}