*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial;
}

body{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  /*background-image: linear-gradient(to bottom, #b6b6b6, #231d1f);*/
  background: url("../images/651.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#homeDocument{
  max-width: 100%;
  margin: auto;
}

.ciudades_contenedor{
  margin-top: 35px;
  width: 50%;
  border: 1px solid transparent;
}

.welcome{
  border: 1px solid transparent;
  margin-top: 50px;
  margin-bottom: 70px;
  width: 100%;
}

.welcome h1{
  color: #333;
  /*color: #4ccf3d;*/
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 30px #b8bdcd;
  letter-spacing: 2mm;
  /*border: 1px solid red;*/
}

.feedSucursales{
  border: 1px solid transparent;
  margin-bottom: 80px;
}

.feedSucursales select{
  border: 1px solid transparent
}

.divMenu3{
  /*background-image: linear-gradient(to bottom, #0d0a21, #333248);*/
  background-color: transparent;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /*position: absolute;
  bottom: 0;*/
  left: 0;
  right: 0;
}

.divCoberturaMini{
  width: 7%;
  height: 110px;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
  /*background-image: linear-gradient(to bottom,  #0f1f0b, #0f1f0b);*/
  /*background-image: linear-gradient(to bottom,  #25a1f7, #1b2274);*/
  background-color: #fff5;
  backdrop-filter: blur(7px);
  cursor: pointer;
  transition: .3s ease-in-out;
  font-weight: bold;
}

.divCoberturaMini img{
  width: 35%;
  height: 30px;
  object-fit: cover;
  margin: 20px;
  /*border: 1px solid red;*/
}

.divCoberturaMini:hover{
  box-shadow: 0px 0px 30px 1px rgba(36, 84, 144 , 0.62);
  -webkit-box-shadow: 0px 0px 30px 1px rgba(36, 84, 144 , 0.62);
  -moz-box-shadow: 0px 0px 30px 1px rgba(36, 84, 144 , 0.62);
  transform: translate(-0px, -5px);
}

.divCoberturaMini h1{
  font-weight: bold;
  margin: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 9px;
  color: #000;
  /*border: 1px solid blue;*/
  margin-top: 5px;
}


.btnSucursal{
  border: 1px solid #161b21;
  margin-top: 20px;
  width: 15%;
  height: 5%;
  background: #161b21;
  border-radius: 30px;
  /*border: 1px solid #000;*/
  transition: .5s;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #8dafca;
}

.btnSucursal:hover{
  border: 1px solid #161b21;
  color: #161b21;
  background: #fff;
  font-weight: bold;
  /*border: 1px solid #4ccf3d;*/
}

.spaceX{
  margin-top: 40px;
  background-color: transparent;
  width: 100%;
  justify-content: center;
 
}

.spaceX p{
  /*background-color: #1b2274; /*bfce8e;*/
  /*background-image: linear-gradient(to bottom,   #515151 , #000);*/
  background:  #161b21;
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 10px;
  text-transform: uppercase;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 32%;
  display: flex;
}

.spaceY{
  background-color: transparent;
  border: 1px solid transparent;
  width: 100%;
  justify-content: center;
 
}

.spaceY p{
  background-color: transparent; /*bfce8e;*/
  /*background-image: linear-gradient(to bottom,   #cbda00, #1f8e47);*/
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 50%;
  display: flex;
  
}


/* POPUPS ===========================================================================================================*/

.modal{
  transition: 1s;
  max-height: 100%;
  width: 100%;
}

.modal-dialog {
  max-width: 1200px;
}

.modal-header {
  color: #fff;
  min-height: 16.42857143px;
  padding: 5px;
  border-bottom: none;
  background-color: transparent;
  padding: 10px;
  border-radius: 20px;
}
.modal-content{
  color: #fff;
  text-transform: uppercase;
  background-color: #fff5;
  backdrop-filter: blur(2px);
  padding: 10px;
  border: 1px solid #fff5;
  border-radius: 10px;

}
.modal-body .form{
  background-image: none;
}
.modal-body{
  position: relative;
  padding: 0px;
  float: left;
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
}
.modal-body-white P{
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  font-weight: bold;
}

.modal-descript{
  margin: 0px;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  font-size: 20px;
}
.fade{
    background-color: rgba(0,0,0,0.6);
}
.menu{
  color: #fff;
}

a:hover{
  text-decoration: none;
  color: none;
}

/* 1366PX ==============================================================================================================*/

@media (max-width:1366px) {
  .divMenu{
    width: 90%;
  }
  
  .divCentros{
    width: 30%;
    height: 200px;
  }
  
  .divCentros img{
    width: 130px;
    height: 120px;
  }
  
  .divCentros h1{
    color: #FFF;
    font-size: 10px;
  }
  
  .divMenu3{
    width: 100%;
    margin-bottom: 0px;
  }
  
  .divCoberturaMini{
    width: 9%;
    height: 100px;
  }
  
  .divCoberturaMini img{
    margin-top: 10px;
    width: 35px;
    height: 35px;
  }
  
  .divCoberturaMini h1{
    font-weight: bold;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
  }

  .modal-content{
    width: 100%;
    height: 10%;
  }

  .modal-dialog{
    width: 100%;
    height: 100%;
  }

  .logoTelecable img{
    width: 30%;
    height: 17%;
  }

  .ciudades_contenedor{
    margin-top: -20px;
    width: 75%;
    text-align: center;
  }

  .welcome{
    border: 1px solid transparent;
    margin-top: 50px;
    /*border: 1px solid blue;*/
    width: 100%;
  }
  
  .welcome h1{
    width: 100%;
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 50px #b8bdcd;
  }

  .ciudades_contenedor select{
    width: 70%;
    margin-top: -10px;
  }
    
  .btnSucursal{
    width: 10%;
    font-size: 12px;
  }

  .spaceX{
    margin-top: -30px;
    background-color: transparent;
  }
    
  .spaceX p{
    width: 40%;
    font-size: 10px;
    color: #b8bdcd;
  }

  .spaceY{
    margin-top: -70px;
    background-color: transparent;
  }
    
  .spaceY p{
    width: 40%;
    font-size: 10px;
    color: #333;
  }

  .feedSucursales{
    margin-top: 10px;
  }

}

/* 1000PX =============================================================================================================*/

@media (max-width:1000px) {
  .divMenu{
    width: 80%;
  }
  
  .divCentros{
    width: 40%;
    height: 10%;
  }
  
  .divCentros img{
    width: 40%;
    height: 40%;
  }
  
  .divCentros h1{
    color: #FFF;
    font-size: 12px;
  }
  
  .divMenu3{
    width: 100%;
  }
  
  .divCoberturaMini{
    width: 13%;
    height: 110px;
  }
  
  .divCoberturaMini img{
    width: 33px;
    height: 33px;
  }
  
  .divCoberturaMini h1{
    font-weight: bold;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
  }
  
  .spaceX{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .spaceX p{
    color:#b8bdcd;
    font-size: 10px;
  }

  .spaceY{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .spaceY p{
    color:#333;
    font-size: 10px;
  }

  .logoTelecable img{
    width: 30%;
    height: 10%;
  }

  .ciudades_contenedor h1{
    width: 100%;
    color: #4ccf3d;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 30px #40bf3d;
  }

  .welcome h1{
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 30px #b8bdcd;
  }

  .btnSucursal{
    font-size: 12px;
    font-weight: bold;
    width: 20%;
    text-align: center;
    color: #000;
  }

  .spaceX{
    margin-top: 40px;
    background-color: transparent;
  }
    
  .spaceX p{
    margin: 20px;
    width: 55%;
    color: #b8bdcd;
  }

  .spaceY{
    margin-top: 40px;
    background-color: transparent;
  }
    
  .spaceY p{
    margin: 20px;
    width: 55%;
    color: #333;
  }


}


/* 768PX =============================================================================================================*/

@media (max-width:768px) {
  .divMenu{
    width: 100%;
  }
  
  .divCentros{
    width: 60%;
    height: 30%;
  }
  
  .divCentros img{
    margin: 20px;
    width: 40%;
    height: 100%;
  }
  
  .divCentros h1{
    color: #FFF;
    font-size: 17px;
  }
  
  .divMenu3{
    width: 100%;
  }
  
  .divCoberturaMini{
    width: 15%;
    height: 100px;
  }
  
  .divCoberturaMini img{
    margin: 10px;
    width: 30%;
    height: 30%;
  }
  
  .divCoberturaMini h1{
    font-weight: bold;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
  }
  
  .spaceX{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .spaceX p{
   color:#b8bdcd;
   font-size: 12px;
  }

  .spaceY{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .spaceY p{
   color:#333;
   font-size: 12px;
  }

  .logoTelecable img{
    width: 40%;
    height: 10%;
  }

  .welcome h1{
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 30px #b8bdcd;
  }

  .btnSucursal{
    font-size: 12px;
    font-weight: bold;
    width: 30%;
    text-align: center;
    color: #000;
  }

  .spaceX{
    margin-top: 40px;
    background-color: transparent;
  }
    
  .spaceX p{
    margin: 20px;
    width: 55%;
    color: #b8bdcd;
  }

  .spaceY{
    margin-top: 40px;
    background-color: transparent;
  }
    
  .spaceY p{
    margin: 20px;
    width: 55%;
    color: #333;
  }

}

/* 600PX =========================================================================================================*/

@media(max-width:600px){
  .divMenu{
    width: 100%;
  }

  .divCentros{
    width: 80%;
    height: 30%;
  }

  .divMenu3{
    margin-top: 10px;
    width: 100%;
  }

  .divCoberturaMini{
    width: 28%;
    height: 100px;
     /*border: 1px solid red;*/
     /*margin: 10px;*/
  }

  .divCoberturaMini img{
    width: 35%;
    height: 35%;
  }

  .divCoberturaMini h1{
    font-weight: bold;
    color: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 7px;
    margin: 10px;
  }

  .spaceX{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -60px;
  }

  .spaceX p{
    color:#b8bdcd;
    font-size: 10px;
  }

  .spaceY{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -50px;
  }

  .spaceY p{
    color:#333;
    font-size: 10px;;
  }

  .logoTelecable img{
    width: 60%;
    height: 10%;
  }

  .welcome{
    border: 1px solid transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .welcome h1{
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 30px #b8bdcd;
  }

  .btnSucursal{
    margin-top: -15px;
    font-size: 10px;
    font-weight: bold;
    width: 40%;
    text-align: center;
    color: #000;
  }

  .feedSucursales select{
    width: 100%;
  }

}

  /* SCROLL BAR ==================================================================*/
  *::-webkit-scrollbar {
    height: 10px;
    width: 5px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #40bf3d;
  }

  *::-webkit-scrollbar-track:hover {
    background-color: #40bf3d;
  }

  *::-webkit-scrollbar-track:active {
    background-color: #40bf3d;
  }

  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #40bf3d;
  }

  *::-webkit-scrollbar-thumb:hover {
    background-color: #40bf3d;
  }

  *::-webkit-scrollbar-thumb:active {
    background-color: #40bf3d;
  }
