/* Cambiar el color de las líneas */
.navbar-toggler {
  border: 2px solid #fff; /* color del borde */
  padding:10px 10px 14px 10px;
}

.navbar-toggler-icon {
  background-image: none; /* quitamos el SVG predeterminado */
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #ffffff; /* color de las líneas */
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -10px;
}

.navbar-toggler-icon::after {
  top: 10px;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .navbar-toggler{
    border:solid 1px #fff;
  }
  .lineBottom [class*=col-] {
    text-align:center !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .myHomeSlider .slider .areaInfo .info h2{
    font-size:1.5em;
  }
  .myHomeSlider .slider .areaInfo .info h3{
    font-size:1em;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}


@media screen and (max-width: 830px) {

}

@media screen and (max-width: 650px) {
	
}


@media screen and (max-width: 450px) {

}

