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

@font-face {
  font-family: electric;
  src: url("../font/DIMIS___.TTF");
}

body{
	margin: 0;
	background: white;
}

.dmenu {
	position: fixed;
	width: 100%;
	display: flex;
	background: white;
	top: 0;
	z-index: 2;
	transition: ease 3s all;
}

.dlogo {
	width: 60%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: black;
	display: none;
}

.menu {
	position: relative;
	width: 50%;
	display: flex;
	
}
.gral {
	margin: auto;
	cursor: pointer;
	padding: 10px;
	transition: ease-out 1s all;
}
.gral:hover{
	border-top: solid 1px;
}
.dplans {
	width: 100%;
	display: flex;
	background: whitesmoke;
	padding-bottom: 80px;
	max-width: 1400px;
	margin: auto;
	margin-top: 0px;
}

.imgp1 {
	width: 100%;
	height: 250px;
	
}

.dspace {
	width: 30px;
}

.dtxtplan {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	background: whitesmoke;
	padding-top: 30px;
	padding-bottom: 30px;
}

.p1 {
	position: relative;
	width: 33.33%;
	max-width: 300px;
	border: solid 15px white;
	margin: auto;
	cursor: pointer;
	transition: ease 1s all;
}
.p1:hover{
	box-shadow: -3px 3px 0px 0px #5E58B3;
	cursor: pointer;
}
.p1 {
  animation-duration: 3s;
  animation-name: p1;
}

@keyframes p1 {
  from {
    top: 40px;
  }

  to {
    top: 0px;
  }
}

.p2 {
	position: relative;
	width: 33.33%;
	max-width: 300px;
	border: solid 15px white;
	margin: auto;
	transition: ease 1s all;
}
.p2:hover{
	box-shadow: -3px 3px 0px 0px #FF0004;
	cursor: pointer;
}
.p2 {
  animation-duration: 3s;
  animation-name: p2;
}

@keyframes p2 {
  from {
    top: 80px;
  }

  to {
    top: 0px;
  }
}
.p3 {
	position: relative;
	width: 33.33%;
	max-width: 300px;
	border: solid 15px white;
	margin: auto;
	background: #D7E9F7;
	transition: ease 1s all;
}
.p3:hover{
	box-shadow: -3px 3px 0px 0px #0093FF;
	cursor: pointer;
}
.p3 {
  animation-duration: 3s;
  animation-name: p3;
}

@keyframes p3 {
  from {
    top: 120px;
  }

  to {
    top: 0px;
  }
}
.p4 {
	position: relative;
	width: 33.33%;
	max-width: 300px;
	border: solid 15px white;
	margin: auto;
	transition: ease 1s all;
	display: none;
}
.p4:hover{
	box-shadow: -3px 3px 0px 0px #F87652;
	cursor: pointer;
}
.p4 {
  animation-duration: 3s;
  animation-name: p4;
}

@keyframes p4 {
  from {
    top: 160px;
  }

  to {
    top: 0px;
  }
}
.dmegas1 {
	width: 100%;
	background: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #5E58B3;
	font-weight: bold;
	font-size: 45px;
}

.txtp {
	background: white;
	padding-left: 5px;
	padding-right: 5px;
}

.txtmens {
	text-align: center;
}

.cost4 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #F87652;
	font-family: electric;
}

.btn1 {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #5E58B3;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}
.dtxtplan2 {
	text-align: center;
	background: whitesmoke;
	font-size: 18px;
	padding-bottom: 20px;
}

.dmegas2 {
	width: 100%;
	background: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FF0004;
	font-weight: bold;
	font-size: 45px;
}

.btn2 {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #FF0004;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}

.dmegas3 {
	width: 100%;
	background: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0093FF;
	font-weight: bold;
	font-size: 45px;
}

.btn3 {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #0093FF;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}

.dmegas4 {
	width: 100%;
	background: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #F87652;
	font-weight: bold;
	font-size: 45px;
}

.btn4 {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #F87652;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}
.btn1:hover{
	border: solid 1px #5E58B3;
	background: white;
	color: #5E58B3;
}
.btn2:hover{
	border: solid 1px #FF0004;
	background: white;
	color: #FF0004;
}
.btn3:hover{
	border: solid 1px #0093FF;
	background: white;
	color: #0093FF;
}
.btn4:hover{
	border: solid 1px #F87652;
	background: white;
	color: #F87652;
}
.font {
	font-family: electric;
}

.cost3 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #0093FF;
	font-family: electric;
}

.cost2 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #FF0004;
	font-family: electric;
}

.cost1 {
	font-size: 30px;
	padding-bottom: 20px;
	color: #5E58B3;
	font-family: electric;
}

.dconect {
	display: flex;
	width: 100%;
	background: black;
	padding-top: 120px;
	
}

.dc1 {
	width: 50%;
}

.dc2 {
	width: 50%;
	color: white;
	
}

.tel {
	float: right;
	
}

.darrows {
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -30px;
}

.da1 {
	width: 50%;
	text-align: center;
}

.da2 {
	width: 50%;
	text-align: left;
	font-size: 18px;
	position: relative;
	top: 50px;
	font-weight: bold;
}

.txt1 {
	font-size: 40px;
}

.redes {
	font-size: 25px;
	padding-left: 50px;
}

.arrow {
	position: relative;
	top: -30px;
}

.contacto {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 150px;
	text-align: center;
	background: white;
}

.dfooter {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 60px;
	text-align: center;
	background: whitesmoke;
	
}

.foofle {
	display: flex;
	width: 100%;
	padding-bottom: 120px;
}

.f1 {
	width: 33.33%;
	text-align: left;
	padding-left: 80px;
}

.f2 {
	width: 33.33%;
	text-align: left;
}

.f3 {
	width: 33.33%;
}

.mens {
	width: 90%;
	max-width: 150px;
	padding: 10px;
	border-radius: 50px;
	background: #27AB06;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: ease 1s all;
	font-weight: bold;
}



.dsubmenu {
	position: fixed;
	margin: auto;
	margin-top: -20px;
	width: 100%;
	transition: ease 1s all;
	z-index: 3;
	display: none;
}

.g2 {
	margin: auto;
	cursor: pointer;
	padding: 10px;
	
}

.ss {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	margin: auto;
	border-radius: 50px;
	font-weight: bold;
	border-bottom: solid;
}
.g2:hover{
	color: blue;
}
.ss {
  animation-duration: 2s;
  animation-name: submenu;
}

@keyframes submenu {
  from {
    top: -40px;
  }

  to {
    top: 0px;
  }
}

.dcobertura {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	background: white;
	color: black;
	border-bottom: solid 1px;
	border-top: solid 1px;
	font-size: 18px;
	margin: auto;
	margin-top: 50px;
}

.ubic {
	position: relative;
	width: 30px;
	top: -10px;
	left: 0px;
}

.ubic1 {
	position: relative;
	width: 30px;
	top: -10px;
	left: 0px;
}

.ubic3 {
	width: 30px;
}

.dhamburguer {
	position: fixed;
	right: 20px;
	font-size: 40px;
	top: 10px;
	display: none;
	
}

.icon-menu {
	cursor: pointer;
}

.close {
	position: fixed;
	right: 25px;
	font-size: 25px;
	top: 15px;
	border: none;
	background: red;
	color: white;
	border-radius: 5px;
	display: none;
	cursor: pointer;
}

.menu2 {
	position: relative;
	width: 100%;
	display: none;
	background-color: white;
	text-align: left;
	max-width: 130px;
	float: right;
	transition: ease 2s all;
	
}
.dp1 {
	width: 100%;
	background: whitesmoke;
}

.dfm2 {
	width: 100%;
	position: fixed;
	top: 70px;
	z-index: 2;
}

.gral2 {
	margin: auto;
	cursor: pointer;
	padding: 10px;
	transition: ease-out 1s all;
	font-weight: bold;
}
.gral2:hover{
	background-color: rgba(18,180,240,0.70);
	
}
.ims1 {
	width: 100%;
}

.prox {
	color: black; 
	font-style: normal; 
	font-size: 30px;
	
}
.del {
	font-size: 20px; 
	font-weight: bold;
	width: 100%;
	max-width: 500px;
}
.dfu {
	width: 98%;
	margin: auto;
	display: flex;
	max-width: 550px;
}

.dmu1 {
	width: 33.335;
	text-align: left;
	padding-right: 5px;
	
}

.dmu2 {
	width: 33.335;
	text-align: left;
	padding-left: 5px;
}
.contrata {
	font-size: 40px;
	font-weight: bold;
}
.atenc {
	font-size: 25px;
	margin-top: 10px;
}
.dsubmenu2 {
	position: fixed;
	margin: auto;
	margin-top: 80px;
	width: 100%;
	transition: ease 1s all;
	z-index: 1;
	
}

.ss1 {
	position: fixed;
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 70px auto;
	font-weight: bold;
	border-bottom: solid;
	right: 130px;
	color: black;
	background-color: white;
	z-index: 2;
	transition: ease 1s all;
}

.dsubmenu3 {
	display: none;
	margin-top: -60px;
}

.logo {
	width: 100%;
	max-width: 350px;
}

.dlogo2 {
	width: 60%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: black;
	
}
.dwow {
	width: 100%;
	position: relative;
	z-index: -1;
	max-width: 600px;
	margin: auto;
	margin-top: 180px;
	display: none;
}
@media screen and (max-width: 900px) {
	.menu{
		display: none;
	}
	.dhamburguer{
		display: block;
	}
	.ss{
		display: none;
	}
	.dlogo{
		font-size: 18px;
		
	}
	
	.dcobertura {
	font-size: 14px;
}
	.prox{
		font-size: 18px;
	}
	.del{
		font-size: 14px;
	}
	.ubic{
		width: 18px;
		top: -5px;
	}
	.ubic1{
		width: 18px;
		top: -5px;
	}
	.dtxtplan{
		font-size: 25px;
	}
	.dtxtplan2{
		font-size: 16px;
	}
	.dplans{
		display: block;
	}
	.p1{
		width: 100%;
	}
	.p2{
		width: 100%;
		margin-top: 10px;
	}
	.p3{
		width: 100%;
		margin-top: 10px;
	}
	.p4{
		width: 100%;
		margin-top: 10px;
	}
	.dconect{
		display: block;
		padding-bottom: 30px;
		padding-top: 20px;
		
	}
	.dc1{
		display: none;
	}
	.dc2{
		width: 90%;
		
	}
	.da1{
		display: none;
	}
	.da2{
		font-size: 25px;
	}
	.dc2{
		widows: 95%;
		margin: auto;
		
	}
	.arrow{
		display: none;
	}
	.txt1{
		font-size: 25px;
		padding-left: 10px;
	}
	.contrata{
		font-size: 25px
	}
	.atenc{
		font-size: 22px
	}
	.dfooter {
	padding-top: 40px;
	padding-bottom: 20px;	
}
	.foofle{
		display: block;
	}
	.f1 {
	width: 95%;
	text-align: center;
	padding-left: 0px;
	margin:auto; 
}
	.f2 {
	width: 95%;
	text-align: center;
	margin:auto; 
}
	.f3 {
	width: 95%;
	text-align: center;
	margin:auto; 
}
	
	.fix{
		display: none;
	}
	.dwow{
		display: block;
		margin-top: 120px;
	}
}

.dcobertura {
  animation-duration: 2s;
  animation-name: cobertura;
}

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

  to {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
	.dwow{
		
	}
}