*{
    text-decoration: none;
    list-style: none;
}
::-webkit-scrollbar {
    display: none;
}
a:link,
a:visited,
a:active,
a:hover{
    font-size: 20px;
    color:#ff9900;
    font-family:fantasy;
    
}

/*
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
@media only screen and (max-width: 500px) {
    
 video{
    margin-top: 250px;
}
   
    
    
    
}
/*
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/

body{
    min-width:100%;
    min-height: 100%;
    background-image: url(../imagen/bkg-body.png);
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

video{
    margin-top: 110px;
}

.navbar-xknet,
.footer-copyright{
    background-image: url(../imagen/nav-bar.png);
    background-position: left;
    background-size: cover;
}

.paq-vel{
    font-size: 60px;
    padding-top: 50px;
    text-align: center;
}

.card-deck{
    padding-top:50px;
    margin-bottom:100px;
  }  
.card,
.navbar-xknet{
    -webkit-box-shadow: 8px 8px 10px 2px rgba(0,0,0,0.36);
    -moz-box-shadow: 8px 8px 10px 2px rgba(0,0,0,0.36);
    box-shadow: 8px 8px 10px 2px rgba(0,0,0,0.36);  
}

.carousel-control-prev-icon,
carousel-control-next{
    font-size: 20px;
    color: crimson;
}
#carousel{
    margin: 105px 0px 105px 0px;
}

.prec-reg,
.prec-pront{
    text-align: right;
}

.prec-pront{

    font-size: 40px;
}
.prec-reg{
   font-size: 30px; 
}



.map-cobertura{
    color: #ffff;
    background-color:darkgray;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.cod-color{
    text-align: center;
    margin: auto;
    width: 12%;    
}
.Cob-Act,
.Cob-Pro{
width: 88px;
height: 80px;
margin: auto;
}
.Cob-Act{ 
    margin-top: 15px;
    margin-bottom: 50px;
  background: rgb(150,39,176); 
}
.Cob-Pro{
    margin-top: 15px;
    margin-bottom: 50px;
    background: rgb(136,14,79); 
}
.google-maps-Cobertura{
  width: 100%; 
}

.footer-top{
    
    
background: rgba(255,153,0,1);
background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,231,103,0.5) 21%, rgba(255,255,255,0.1) 38%, rgba(255,255,255,0) 42%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,0,1)), color-stop(21%, rgba(241,231,103,0.5)), color-stop(38%, rgba(255,255,255,0.1)), color-stop(42%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,231,103,0.5) 21%, rgba(255,255,255,0.1) 38%, rgba(255,255,255,0) 42%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,231,103,0.5) 21%, rgba(255,255,255,0.1) 38%, rgba(255,255,255,0) 42%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,231,103,0.5) 21%, rgba(255,255,255,0.1) 38%, rgba(255,255,255,0) 42%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(241,231,103,0.5) 21%, rgba(255,255,255,0.1) 38%, rgba(255,255,255,0) 42%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffffff', GradientType=1 );
    
    
}