@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background: white;
}

.dmenu {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	display: flex;
	
}

.m1 {
	
	color: white;
	font-size: 18px;
	margin: auto;
	width: 33.33%;
	text-decoration: none;
	
}

.m1:hover{
	color: red;
}
.m2:hover{
	color: red;
}

.hamburguer {
	position: relative;
	color: white;
	font-size: 24px;
	cursor: pointer;
	top: 15px;
	float: right;
	right: 30px;
}

.dmenu1 {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	display: none;
	height: 50px;
	
}

.submenu1 {
	position: fixed;
	float: right;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	z-index: 2;
	height: 100%;
	top: 50px;
	text-align: right;
	right: 0;
	display: none;
}

.m2 {
	position: relative;
	color: white;
	font-size: 18px;
	padding: 8px;
	display: block;
	text-align: right;
	right: 0px;
	text-decoration: none;
	
}
.submenu1 {
  animation-duration: 2s;
  animation-name: com;
  
}

@keyframes com {
  from {
	
    right: -100px;
  }

  to {
    right: 0px;
  }
}


.m1, .u-clearfix{
  animation-duration: 2s;
  animation-name: slidein;
  
}

@keyframes slidein {
  from {
	
    top: -70px;
  }

  to {
    top: 0px;
  }
}



.cont {
	position: relative;
	text-align: center;
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 10px;
	color: yellow;
	
}

.txt1 {
	text-align: justify;
}
.txt3 {
	font-style: oblique;
	text-decoration: underline;
}
.whats {
	color: white;
	background: #00C41D;
	border-radius: 5px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	width: 150px;
}

.wb {
	width: 30px;
}

.w1 {
	margin-top: 30px;
}

.b1 {
	width: 180px;
	margin-left: 60px;
	margin-top: 60px;
}

.ac {
	display: flex;
	width: 100%;
	padding: 30px;
	margin-top: 40px;
}

.ac1 {
	width: 50%;
}

.ac2 {
	width: 50%;
}

.ac3 {
	width: 100%;
	height: 100%;
}

.dnosotros {
	width: 100%;
	display: flex;
	background: white;
	
}

.d1 {
	width: 50%;
	text-align: center;
	padding: 80px;
	color: white
}

.ms {
	width: 100%;
}

.d2 {
	width: 90%;
	margin: auto;
	background: white;
	color: black;
	max-width: 600px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 5px;
	border: inset;
}

.mis1 {
	width: 90%;
	margin: auto;
	max-width: 150px;
}

.dtxt {
	text-align: justify;
}

.empres {
	background: white;
	font-size: 40px;
	text-align: center;
	padding: 20px;
	
}

.residencial {
	position: relative;
	width: 100%;
	height: 800px;
	max-height: 800px;
	top: -100px;
	
}

.com {
	width: 100%;
	height: 100%;
	
}

.dplanes {
	position: relative;
	width: 100%;
	margin: auto;
	top: -300px;
	max-width: 1200px;
	
}

.p1 {
	width: 45%;
	background: white;
	text-align: center;
	padding: 30px;
	margin: auto;
	border: solid 1px gray;
	max-width: 180px;
}

.fleplan {
	display: flex;
	width: 100%;
	margin: auto;
	max-width: 600px;
}

.h1 {
	font-size: 50px;
	background: red;
	padding: 20px;
	color: white;
	border-radius: 50%;
	
}

.comercial {
	width: 100%;
	height: 800px;
	max-height: 800px;
	margin-top: 150px;
}

.h2 {
	font-size: 50px;
	background: steelblue;
	padding: 20px;
	color: white;
	border-radius: 50%;
}

.fleplan2 {
	display: flex;
	width: 100%;
	margin: auto;
	max-width: 800px;
	margin-top: 20px;
	
}

.p2 {
	width: 33.33%;
	background: white;
	text-align: center;
	margin: auto;
	border: solid 1px gray;
	max-width: 250px;
}

.contr {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	margin: auto;
	margin-top: 10px;
	background: #4682B4;
	max-width: 700px;
	border-radius: 50px;
}

.dcobertura {
	width: 100%;
	margin-top: 220px;
	background: #F0F0F0;
	display: none;
}

.dpad {
	width: 90%;
	margin: auto;
	
}

.dfcob {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 2000px;
	margin: auto;
}

.df1 {
	position: relative;
	width: 48%;
	margin: auto;
	top: 0;
	bottom: 0;
			
}

.cobimg {
	width: 100%;
	height: 100%;
	
}

.txt2 {
	font-size: 18px;
	padding: 10px;
}

.dtabla {
	width: 95%;
	height: 96%;
	margin: auto;
	border: solid 1px black;
	text-align: center;
	background: #30BDD2;
}

.td1 {
	padding: 10px;
	margin: auto;
	background: white;
	text-align: center;
	width: 50%;
	color: #00AEC7;
	font-size: 18px;
}

.tabla {
	width: 100%;
	height: 100%
}

.dsop {
	display: flex;
	width: 100%;
	display: none;
	
}

.s1 {
	width: 50%;
	
}

.cs {
	width: 100%;
	height: 100%;
	
}

.ds2 {
	width: 100%;
	display: flex;
	margin: auto;
	padding: 100px;
	background: white;
	
}

.df2 {
	width: 48%;
	height: 100%;
	margin: auto;
}







.s2 {
	width: 50%;
	background: #82B3B0;
	color: white;
	padding: 0px;
	
}

.mis {
	display: flex;
	width: 100%;
	background: white;
	text-align: center;
	background-image: url("../images/antena.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin-top: -40px;
	
}

.ms1 {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	margin: auto;
	margin-top: 80px;
	border: inset;
	box-shadow: 0px 0px 0px 30px whitesmoke;
	background-color: rgba(255,255,255,0.70);
	
}

.dms1 {
	margin-top: 80px;
}

.ms1img {
	width: 100px;
	margin-top: -30px;
}

.ms2 {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	margin: auto;
	margin-top: 80px;
	border: inset;
	box-shadow: 0px 0px 0px 30px whitesmoke;
	background-color: rgba(255,255,255,0.70);
	
}

.txbempresa {
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: black;
	text-decoration: underline;
	background: white;
	margin-top: 200px;
}

.tl {
	width: 100%;
	text-align: center;
	color: white;
	background: #08ACD5;
}

.tl1 {
	width: 80%;
	margin: auto;
}

.prof {
	width: 90%;
	margin: auto;
	max-width: 600px;
	border-radius: 10px;
}

.dcontacto {
	display: flex;
	width: 100%;
	background: black;
	color: white;
	margin-top: 5px;
}

.dc1 {
	width: 100%;
	
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	
	margin: auto;
	
}

.dc2 {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	top: 0px;
}
.dmenu {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    top: -50px;
  }

  to {
    top: 0px;
  }
}
.whats {
  animation-duration: 2s;
  animation-name: whats;
}

@keyframes whats {
  from {
    width: 0px;
  }

  to {
    width: 150px;
  }
}

.fleplan3 {
	display: flex;
	width: 100%;
	margin: auto;
	position: relative;
	max-width: 530px;
	display: none;
	margin-top: 20px;
	
}

.p3 {
	width: 50%;
	background: white;
	text-align: center;
	padding: 30px;
	margin: auto;
	border: solid 1px gray;
	max-width: 180px;
}
.misma {
	width: 100%;
	display: flex;
	max-width: 1300px;
	margin: auto;
}

@media screen and (max-width: 1500px) {
	
	.fleplan{
		display: flex;
		max-width: 800px;
		
	}
	.p1{
	width: 33.33%;
	background: white;
	text-align: center;
	padding: 30px;
	margin: auto;
	border: solid 1px gray;
	max-width: 180px;
		
	}
	.fleplan3{
		display: flex;
		
	}
	.hide{
		display: none;
		
	}
	.comercial {
	width: 100%;
	height: 800px;
	max-height: 800px;
	margin-top: 530px;
	
	}
	.dfcob{
		display: block;
		
	}
	.df1 {
	position: relative;
	width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	
	}
	.df2{
		width: 100%;
		
	}
	.ds2{
	width: 100%;
	display: block;
	margin: auto;
	background: white;
	
	}
	.s1{
		width: 100%;
		
	}
	.s2{
	width: 100%;
	background: #82B3B0;
	color: white;
	
	}
	.dtabla{
	width: 100%;
	margin: auto;
	border: solid 1px black;
	text-align: center;
	background: #30BDD2;
	
	}
	.ds2{
	padding: 0px;
	}
}
@media screen and (max-width: 960px) {
	.dmenu{
		display: none;
	}
	.dmenu1{
		display: block;
		
	}
	.fleplan{
 	display: block;
	}
	.p1{
	width: 80%;
	background: white;
	text-align: center;
	padding: 30px;
	margin: 10px auto;
	border: solid 1px gray;
	max-width: 600px;
	}
	.p3{
	width: 80%;
	background: white;
	text-align: center;
	
	margin: 10px auto;
	border: solid 1px gray;
	max-width: 600px;
	}
	.fleplan3{
	display: block;
	width: 100%;
	margin: auto;
	position: relative;
	max-width: 800px;
	margin-top: 10px;
}
	.p3{
	width: 80%;
	background: white;
	text-align: center;
	margin: 10px auto;
	border: solid 1px gray;
	max-width: 600px;
	}
	.comercial{
	width: 100%;
	height: 800px;
	max-height: 800px;
	margin-top: 1540px;
	}
	.fleplan2{
	display: block;
	}
	.p2{
	width: 95%;
	background: white;
	text-align: center;
	margin: 10px auto;
	border: solid 1px gray;
	max-width: 650px;
	}
	.dcobertura{
	width: 100%;
	margin-top: 850px;
	background: #F0F0F0;
	}
	.mis{
	position: relative;
	display: block;
	width: 100%;
	background: white;
	text-align: center;
	background-image: url("../images/antena.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin-top: -40px;
	}
	.dcontacto{
	display: block;
	width: 100%;
	background: black;
	color: white;
	}
	.dc1{
	width: 100%;
	margin: auto;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
		
	}
	.dc2{
	width: 100%;
	margin: 70px auto;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
		
	}
	.misma{
		display: block;
	}
}
.ss2 {
	width: 85%;
	margin: auto;
	padding: 10px;
	
}



.cc1 {
	width: 90%;
	margin: auto;
}

.txtc {
	width: 100%;
	margin: auto;
	font-size: 18px;
	max-width: 650px;
}

.hs {
	font-size: 70px; 
	color: white; 
	text-shadow: 5px 5px 5px black;
	width: 90%;
	margin: auto;
}

.hs1 {
	position: relative;
	font-size: 70px; 
	color: white; 
	text-shadow: 5px 5px 5px black;
	width: 90%;
	margin: auto;
	top: -80px
}
.hs2 {
	font-style: oblique; 
	font-size: 40px;
}
.txbcobertura {
	width: 90%;
	text-align: center;
	font-size: 30px;
	color: black;
	background: white;
	font-style: oblique;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.hs{
		font-size: 50px;
	}
	.hs2{
		margin-top: -70px;
		font-size: 30px;
	}
	.hs3{
		font-size: 18px;
	}
	.ms1img{
		width: 50px;
	margin-top: -20px;
	}
	.txbempresa{
		font-size: 18px;
	}
	.txbcobertura{
		font-size: 18px;
	}
	.ms1{
	width: 80%;
	height: 220px;
	border-radius: 0%;
	margin: auto;
	margin-top: 80px;
	border: inset;
	box-shadow: 0px 0px 0px 30px whitesmoke;
	background-color: rgba(255,255,255,0.70);
	}
	.ms2{
		width: 80%;
	height: 220px;
	border-radius: 0%;
	margin: auto;
	margin-top: 80px;
	border: inset;
	box-shadow: 0px 0px 0px 30px whitesmoke;
	background-color: rgba(255,255,255,0.70);
	}
	.txt4{
		font-size: 14px;
	}
	
}
.contrtext {
	width: 90%;
	margin: auto;
	padding: 5px;
	
}



.txt4 {
	margin-top: -10px; 
	font-size: 18px; 
	width: 90%;
	margin: auto;
}

.dplanes1 {
	position: relative;
	width: 100%;
	margin: auto;
	top: -400px;
	max-width: 1200px;
	
}

.hs3 {
	font-size: 30px; 
	color: black; 
	font-style: oblique;
}



.dback {
	position: fixed;
	bottom: 0px;
	background: white;
	width: 100%;
	height: 200px;
	z-index: -1;
}

.tecnologia {
	margin-top: 400px;
	font-size: 40px;
	text-align: center;
}

.dcontamos {
	font-size: 25px;
	text-align: center;
}

.marque {
	margin-top: 40px;
}
