*{ margin: 0; }

#cover{
  padding-top: 100px;
  /* height: 200px; */
  background: url('../IMG/chimenea_ele.jpg');
  background-size: cover;
  text-align: justify;
  color: white;
  font-family: 'Roboto', sans-serif;
}

#myPic{
  position: relative;
  bottom: -98px;
  border-radius: 150px;
  width: 200px;
}

.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}


.servicio-principal{
  padding-top: 190px;
  /* height: 200px; */
  background: url('../IMG/chimenea_ele.jpg');

  background-size: cover;
  /* text-align: justify; */
  color: white;
  font-family: 'Roboto', sans-serif;
}

.servicio-principal .text-serv{
    background-color: rgba(0, 0, 0, 0.50);
    padding:  10px;
    color: rgb(241, 244, 247);
}

.servicios{
  padding: 30px;
  background-color: #f8f9fa;
  color: rgb(100, 101, 105);
}

.somos-principal{
  padding-top: 190px;
  /* height: 200px; */
  background: url('../IMG/desaladora.jpg');

  background-size: cover;
  /* text-align: justify; */
  color: white;
  font-family: 'Roboto', sans-serif;
}

.somos-principal .text-serv{
    background-color: rgba(0, 0, 0, 0.50);
    padding:  10px;
    color: rgb(241, 244, 247);
}

.menu{
  padding: 30px;
}

.second-section{
  /* padding: 30px;
  background-color: #333;
  color: #fff; */
}

.main-section{
   padding: 250px 10px 100px 10px;
}

.main-section img{
  /* width: 100%; */
  width: 100%
}
.mi-seccion{
  background-color: black;
  color: pink;
}
.paisajes img{
  width: 100%
}
.piedepagina{
  color: rgb(241, 244, 247);
  padding: 30px
}

footer{
  background-color: #17a2b8;
  color: #fff;
  padding: 30px
}

footer textarea{ margin-top:15px}

footer .form-control {border-radius}






/* Add a black background color to the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #f8f9fa;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: rgb(100, 101, 105);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
    background-color: #2196F3;
    color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav a, .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
