body {
  font-size: 16px;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

/***HEADER***/
h1,
h2 {
  font-family: 'Oswald', sans-serif;
}

a.navbar-brand {
  padding: 0;
  margin-left: 100px;
  margin-top: 7px;
}

#collapsable-nav {
  background-color: #eee;
  border: 1px solid #eee;
  min-height: 80px;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0px 4px 10px #eee;
}

#navbarNavDropdown {
  margin-top: 0;
  width: 100%;
}

ul.navbar-nav {
  padding-left: 28vw;
  margin-top: 30px;
}

#collapsable-nav ul li {
  list-style: none;
}

#collapsable-nav ul li a {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-right: 2vw;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

#collapsable-nav ul a:hover,
#collapsable-nav ul a:focus {
  text-shadow: 1px 1px 2px #f9bc50;
  text-decoration: none;
  color: #f9bc50;
}

#ES,
#EN:hover {
  cursor: pointer;
}

/*MENU BUTTON*/
button.navbar-toggle {
  background-color: #eee;
  border: 1.8px solid #eee;
  border-radius: 3px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 8vw;
  margin-top: 20px;
}

.icon-bar {
  background-color: #1c9b0c;
  border: 1.6px solid #1c9b0c;
}

/*END MENU BUTTON*/
/***END HEADER***/

/***FOOTER***/
.panel-footer {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 115px;
  padding-left: 115px;
  border-top: 0;
  color: #333;
  font-weight: 600;
  background-color: #ddd;
  width: 100%;
}

.panel-footer div.row {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
}

#footer_acerca,
#footer_contacto {
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}

#footer_acerca>span,
#footer_contacto>span {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #f9bc50;
  font-family: 'Oswald', sans-serif;
}

#footer_acerca>span {
  color: #f9bc50;
}

#footer_contacto>span {
  color: #1c9b0c;
}

#footer_acerca>p {
  text-align: justify;
}

/***END FOOTER***/

/***MAIN PAGE***/
.slider-container {
  width: 100%;
  height: 898px;
  margin-top: 1px;
  position: relative;
}

.slide#slide1,
.slide#slide2,
.slide#slide3 {
  width: 100%;
  height: 898px;
  overflow: hidden;
  position: absolute;
  background-size: 100% 100%;
}

#slide1 {
  background: url('../images/slides/slide1_lg.jpg') no-repeat;
}

#slide2 {
  background: url('../images/slides/slide2_lg.jpg') no-repeat;
}

#slide3 {
  background: url('../images/slides/slide3_lg.jpg') no-repeat;
}

.slide>.upper-div {
  position: relative;
  width: 400px;
  height: 300px;
  margin: 350px auto 0 auto;
  overflow: hidden;
}

.slide>.lower-div {
  position: relative;
  display: flex;
  justify-content: center;
}

.slide>#upper1 {
  animation: fromRight 2s ease;
}

.slide>#lower1 {
  animation: fromLeft 2s ease;
}

.slide>#upper2 {
  animation: fromTop 2s ease;
}

.slide>#lower2 {
  animation: fromBottom 2s ease;
}

.slide>#upper3 {
  animation: fromRight 2s ease;
}

.slide>#lower3 {
  animation: fromLeft 2s ease;
}

.slide h2 {
  margin-top: 0;
  color: #f9bc50;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 90px;
  text-transform: uppercase;
  font-weight: bold;
}

.slide P {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

#left.boton-slide,
#right.boton-slide {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  font-family: arial, sans-serif;
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 2px #333;
  top: 50%;
  cursor: pointer;
}

#left.boton-slide:hover,
#right.boton-slide:hover {
  color: #1c9b0c;
}

#right {
  right: 0;
}

@keyframes fromLeft {
  0% {
    left: -100%;
  }

  50% {
    left: 0;
  }
}

@keyframes fromRight {
  0% {
    right: -100%;
  }

  50% {
    right: 0;
  }
}

@keyframes fromTop {
  0% {
    top: -100%;
  }

  50% {
    top: 0;
  }
}

@keyframes fromBottom {
  0% {
    bottom: -100%;
  }

  50% {
    bottom: 0;
  }
}

.botonSlides {
  background-color: #1c9b0c;
  color: white;
  width: 200px;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: 20px;
  transition: all .3s ease;
  border: 2px solid #1c9b0c;
  opacity: 0.8;
}

.botonSlides:hover {
  background-color: white;
  color: #1c9b0c;
  opacity: 0.8;
  border: 2px solid white;
}

div#main-content.container-fluid {
  padding: 20px 130px 20px 130px;
  height: 350px;
  background-color: white;
  overflow: hidden;
}

/*LOGOS SOLAR Y EOLICO*/
#logoWind {
  color: #1c9b0c;
}

#logoSolar {
  color: #f9bc50;
}

/*END LOGOS SOLAR Y EOLICO*/


#empresa-principal h3 {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
}

#descripcion h3 {
  color: #1c9b0c;
}

#empresa-principal p {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}

/*PARALLAX*/
div.parallax {
  position: relative;
  padding: 20px 145px 20px 145px;
  height: 400px;
}

div#frase-celebre.parallax::before {
  background: url(../images/parallax1-lg.jpg);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}

div#frase-celebre2.parallax::before {
  background: url(../images/parallax2-lg.jpg);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
}


div.celebre {
  position: absolute;
  width: 70%;
  top: 35%;
  left: 15%;
}

.celebre h1 {
  text-align: center;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  color: #f9bc50;
  text-transform: uppercase;
}

.celebre p {
  text-align: center;
  color: white;
}

/*END PARALLAX*/

/***END MAIN PAGE***/
/***SERVICIOS PAGE***/
div#services-container {
  background: url(../images/hero/servicios-lg.jpg) no-repeat;
  background-size: 100% auto;
  background-position-y: 45%;
}

div#services-container {
  color: #1c9b0c;
}

div.main-container {
  padding: 20px 115px 20px 115px;
}

div.main-container h3,
div.main-container h4 {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

div.main-container h3 {
  font-size: 1.5em;

}

div.main-container h4 {
  font-size: 1.4em;
  margin-bottom: 20px;
}

div.main-container p {
  text-align: justify;
  color: #333;
  font-size: 1.1em;
}

#our-services {
  margin-bottom: 30px;
}

.service-box,
.about-us {
  height: 340px;
  margin-bottom: 20px;
}

#servicio-1,
#servicio-3,
#about-usText {
  padding-right: 50px;
}

#servicio-4 {
  padding-left: 50px;
}


#electric-logo,
#economic-logo,
#negocio-logo {
  height: 100px;
  position: relative;
}

.fa-bolt,
.fa-briefcase,
.fa-code-branch {
  font-size: 4em;
  color: #f9bc50;
  display: block;
  position: absolute;
  top: 20%;
  left: 45%;
}

.fa-briefcase,
.fa-code-branch {
  color: #1c9b0c;
}

div#fondo-diseno {
  height: 100%;
  background: url(../images/diseno.jpg) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  overflow: hidden;
  border: 1px solid #1c9b0c;
  margin-left: 50px;
}

/***END SERVICIOS PAGE***/
/***PORTAFOLIO PAGE***/
div#portfolio-container {
  background: url(../images/hero/portafolio-lg.jpg) no-repeat;
  background-size: 100% auto;
  background-position-y: 50%;
  color: #f9bc50;
}

#contenedor-mapaChile {
  padding-top: 40px;
}

h1.tit-portafolio {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 40px;
}

svg {
  height: 1000px;
}

.map__image path {
  fill: white;
  stroke: #f9bc50;
  stroke-width: 1px;
  transition: fill 0.3s;
}

.container-automatic-box {
  position: relative;
  height: 1000px;
}

.automatic-box {
  text-align: left;
  display: none;
  position: absolute;
  width: auto;
  padding: 15px;
  color: #333;
  left: 0;
}

.automatic-box h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6em;
}

.automatic-box p {
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.4em;
}

.decoration {
  width: 150px;
  height: 3px;
  background-color: #1c9b0c;
  box-shadow: 0px 1px 4px #1c9b0c;
}

/***END PORTAFOLIOS PAGE***/

/***CONTACTO PAGE***/
div#contact-container {
  background: url(../images/hero/contacto-lg.jpg) no-repeat;
  background-size: 100% auto;
  background-position-y: 85%;
}

.hero-container {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.hero-container h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  position: absolute;
  font-size: 2.5em;
  font-weight: bold;
  top: 35%;
  left: 46%;
}

div#contact-container {
  color: #1c9b0c;
}

div.form-container {
  margin: 0;
  padding: 20px 115px 20px 115px;
}

/*DATOS CONTACTO*/
#direccion {
  overflow: auto;
}

#direccion h3,
#mapa h3 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;
  font-size: 1.7em;
}

#direccion p {
  text-align: center;
  font-size: 1.2em;
}

/*END DATOS CONTACTO*/
/*FORMULARIO*/
div.well-sm {
  background-color: white;
  border: 1px solid white;
  box-shadow: none;
}

.header {
  border: 3px solid white;
}

.bigicon {
  font-size: 30px;
  color: #f9bc50;
}


.form-group .btn {
  background-color: #1c9b0c;
  color: white;
  width: 200px;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 1em;
  margin-top: 20px;
  transition: all .3s ease;
  border: 2px solid #1c9b0c;
  border-radius: 0;
}

.form-group .btn:hover {
  background-color: white;
  color: #1c9b0c;
  border: 2px solid #1c9b0c;
}

div.alert {
  text-align: center;
  color: #1c9b0c;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  display: none;
}

/*END FORMULARIO*/

/*MAPA*/
div#map-tile {
  height: 430px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border: 1px solid #1c9b0c;
}

div#map-tile span {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: #1c9b0c;
  color: #fff;
  opacity: .7;
  visibility: hidden;
}

#map-tile:hover .etiq_hover {
  visibility: visible;
}

/*END MAPA*/
/***END CONTACTO PAGE***/

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
  a.navbar-brand {
    margin-left: 80px;
  }

  ul.navbar-nav {
    padding-left: 15vw;
  }

  /*MAIN PAGE*/
  .slider-container {
    height: 600px;
  }

  .slide#slide1,
  .slide#slide2,
  .slide#slide3 {
    height: 600px;
  }

  #slide1 {
    background: url('../images/slides/slide1_md.jpg') no-repeat;
  }

  #slide2 {
    background: url('../images/slides/slide2_md.jpg') no-repeat;
  }

  #slide3 {
    background: url('../images/slides/slide3_md.jpg') no-repeat;
  }

  .slide>.upper-div {
    height: 300px;
    margin: 200px auto 0 auto;
  }

  .slide h2 {
    font-size: 2.2em;
    margin-bottom: 80px;
  }

  .slide p {
    font-size: 1.2em;
  }

  #left.boton-slide,
  #right.boton-slide {
    font-size: 40px;
    top: 40%;
  }

  div#main-content.container-fluid {
    padding: 20px 95px 20px 95px;
    height: 280px;
  }

  #empresa-principal h3 {
    font-size: 1.3em;
  }

  #empresa-principal p {
    font-size: 0.9em;
  }

  /**Contador**/
  div.parallax {
    padding: 20px 145px 20px 145px;
    height: 300px;
  }

  div#frase-celebre.parallax::before {
    background: url(../images/parallax1-md.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  div#frase-celebre2.parallax::before {
    background: url(../images/parallax2-md.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .celebre h1 {
    font-size: 1.8em;
  }

  .celebre p {
    font-size: 0.9em;
  }

  /***END Home Page***/
  /***SERVICIOS PAGE***/
  div#services-container {
    background: url(../images/hero/servicios-md.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 45%;
  }

  div.main-container {
    padding: 20px 80px 20px 80px;
  }

  div.main-container h3 {
    font-size: 1.4em;

  }

  div.main-container h4 {
    font-size: 1.3em;

  }

  div.main-container p {
    font-size: 1em
  }

  /***END SERVICIOS PAGE***/
  /***PORTAFOLIO PAGE***/
  div#portfolio-container {
    background: url(../images/hero/portafolio-md.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 50%;
  }

  #contenedor-mapaChile {
    padding-top: 30px;
  }

  h1.tit-portafolio {
    font-size: 1.7em;
    margin-bottom: 30px;
  }

  svg {
    height: 800px;
  }

  .container-automatic-box {
    position: relative;
    height: 800px;
  }

  .automatic-box {
    padding: 15px;
  }

  .automatic-box h3 {
    margin-bottom: 5px;
    font-size: 1.5em;

  }

  .automatic-box p {
    margin-top: 5px;
    font-size: 1.3em;
  }

  .decoration {
    width: 120px;
    height: 3px;
  }

  /***END PORTAFOLIOS PAGE***/
  /***CONTACTO PAGE***/
  div#contact-container {
    background: url(../images/hero/contacto-md.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 85%;
  }

  .hero-container {
    height: 450px;
  }

  .hero-container h2 {
    font-size: 2em;
  }

  div.form-container {
    padding: 20px 80px 20px 80px;
  }

  /*DATOS CONTACTO*/
  #direccion h3,
  #mapa h3 {
    margin-bottom: 45px;
    font-size: 1.6em;
  }

  #direccion p {
    font-size: 1.1em;
  }

  /*END DATOS CONTACTO*/
  /*FORMULARIO*/

  .bigicon {
    font-size: 28px;
  }

  .form-group .btn {
    width: 200px;
    height: 50px;
    margin-top: 18px;
  }

  div.alert {
    font-size: 1.3em;
  }

  /*END FORMULARIO*/

  /*MAPA*/
  div#map-tile {
    height: 380px;
    margin-bottom: 35px;
  }

  div#map-tile span {
    font-size: 1.5em;
  }

  iframe {
    width: 1200px;
    height: 380px;
  }

  /*END MAPA*/
  /***END CONTACTO PAGE***/

  .panel-footer {
    padding-right: 80px;
    padding-left: 80px;
  }
}

/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  a.navbar-brand {
    margin-left: 50px;
  }

  ul.navbar-nav {
    padding-left: 3vw;
  }

  /* Home Page */
  .slider-container {
    height: 450px;
  }

  .slide#slide1,
  .slide#slide2,
  .slide#slide3 {
    height: 450px;
  }

  #slide1 {
    background: url('../images/slides/slide1_sm.jpg') no-repeat;
  }

  #slide2 {
    background: url('../images/slides/slide2_sm.jpg') no-repeat;
  }

  #slide3 {
    background: url('../images/slides/slide3_sm.jpg') no-repeat;
  }


  .slide>.upper-div {
    height: 250px;
    margin: 140px auto 0 auto;
  }

  .slide>.lower-div>.botonSlides {
    margin-top: 0;
    font-size: 0.9em;
    width: 200px;
    height: 45px;
  }

  .slide h2 {
    font-size: 2em;
    margin-bottom: 65px;
  }

  .slide P {
    font-size: 1em;
  }

  #left.boton-slide,
  #right.boton-slide {
    font-size: 35px;
    top: 40%;
  }

  div#main-content.container-fluid {
    padding: 20px 65px 20px 65px;
    height: 260px;
  }

  #empresa-principal h3 {
    font-size: 1.2em;
  }

  #empresa-principal p {
    font-size: 0.8em;
  }

  /**Contador**/
  div.parallax {
    padding: 20px 80px 20px 80px;
    height: 280px;
  }

  div#frase-celebre.parallax::before {
    background: url(../images/parallax1-sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  div#frase-celebre2.parallax::before {
    background: url(../images/parallax2-sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .celebre h1 {
    font-size: 1.7em;
  }

  .celebre p {
    font-size: 0.8em;
  }

  /* End Home Page */
  /***SERVICIOS PAGE***/
  div#services-container {
    background: url(../images/hero/servicios-sm.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 45%;
  }

  div.main-container {
    padding: 15px 50px 15px 50px;
  }

  div.main-container h3 {
    font-size: 1.3em;

  }

  div.main-container h4 {
    font-size: 1.2em;

  }

  div.main-container p {
    font-size: 0.9em
  }

  #servicio-1,
  #servicio-3,
  #about-usText {
    padding-right: 25px;
  }

  #servicio-4 {
    padding-left: 25px;
  }


  #electric-logo,
  #economic-logo,
  #negocio-logo {
    height: 90px;
  }

  .fa-bolt,
  .fa-briefcase,
  .fa-code-branch {
    font-size: 3.5em;
    top: 20%;
    left: 45%;
  }

  div#fondo-diseno {
    margin-left: 25px;
  }

  /***END SERVICIOS PAGE***/
  /***PORTAFOLIO PAGE***/
  div#portfolio-container {
    background: url(../images/hero/portafolio-sm.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 50%;
  }

  #contenedor-mapaChile {
    padding-top: 20px;
  }

  h1.tit-portafolio {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  svg {
    height: 650px;
  }

  .container-automatic-box {
    position: relative;
    height: 650px;
  }

  .automatic-box {
    padding: 15px;
  }

  .automatic-box h3 {
    margin-bottom: 4px;
    font-size: 1.4em;

  }

  .automatic-box p {
    margin-top: 4px;
    font-size: 1.2em;
  }

  .decoration {
    width: 100px;
    height: 3px;
  }

  /***END PORTAFOLIOS PAGE***/
  /*CONTACTO PAGE*/
  div#contact-container {
    background: url(../images/hero/contacto-sm.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 85%;
  }

  .hero-container {
    height: 350px;
  }

  .hero-container h2 {
    font-size: 1.8em;
  }

  div.form-container {
    padding: 15px 50px 15px 50px;
  }

  /*DATOS CONTACTO*/
  #direccion h3,
  #mapa h3 {
    margin-bottom: 40px;
    font-size: 1.5em;
  }

  #direccion p {
    font-size: 1em;
  }

  /*END DATOS CONTACTO*/
  /*FORMULARIO*/

  .bigicon {
    font-size: 26px;
  }

  .form-group .btn {
    width: 180px;
    height: 45px;
    margin-top: 15px;
    font-size: 0.9em;
  }

  div.alert {
    font-size: 1.2em;
  }

  /*END FORMULARIO*/

  /*MAPA*/
  div#map-tile {
    height: 330px;
    margin-bottom: 15px;
  }

  div#map-tile span {
    font-size: 1.4em;
  }

  iframe {
    width: 991px;
    height: 330px;
  }

  /*END MAPA*/
  /***END CONTACTO PAGE***/
  .panel-footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  #footer_redes .iconos {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/********** Extra small devices only **********/
@media (max-width: 767px) {

  /* Header */
  a.navbar-brand {
    margin-left: 20px;
  }

  ul.navbar-nav {
    padding-left: 2vw;
  }

  #collapsable-nav ul li a {
    font-size: 1em;
    padding: 0;
  }

  #collapsable-nav ul li {
    margin-bottom: 15px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  /* End Header */
  /*HOME PAGE*/
  .slider-container {
    height: 300px;
  }

  .slide#slide1,
  .slide#slide2,
  .slide#slide3 {
    height: 300px;
  }

  #slide1 {
    background: url('../images/slides/slide1_xs.jpg') no-repeat;
  }

  #slide2 {
    background: url('../images/slides/slide2_xs.jpg') no-repeat;
  }

  #slide3 {
    background: url('../images/slides/slide3_xs.jpg') no-repeat;
  }


  .slide>.upper-div {
    height: 180px;
    margin: 60px auto 0 auto;
    width: 320px;
  }

  .slide>.lower-div>.botonSlides {
    margin-top: 5px;
    font-size: 0.8em;
    width: 150px;
    height: 40px;
  }

  .slide h2 {
    font-size: 1.8em;
    margin-bottom: 43px;
  }

  .slide P {
    font-size: 0.9em;
  }

  #left.boton-slide,
  #right.boton-slide {
    font-size: 30px;
    top: 40%;
  }

  div#main-content.container-fluid {
    padding: 20px 45px 20px 45px;
    height: 420px;
  }

  #empresa-principal h3 {
    font-size: 1.1em;
  }

  #empresa-principal p {
    font-size: 0.8em;
  }

  /**Contador**/
  div.parallax {
    padding: 20px 50px 20px 50px;
    height: 250px;
  }

  div#frase-celebre.parallax::before {
    background: url(../images/parallax1-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  div#frase-celebre2.parallax::before {
    background: url(../images/parallax2-xs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
  }

  .celebre h1 {
    font-size: 1.4em;
  }

  .celebre p {
    font-size: 0.7em;
  }

  /***END HOME PAGE***/
  /***SERVICIOS PAGE***/
  div#services-container {
    background: url(../images/hero/servicios-xs.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 45%;
  }

  div.main-container {
    padding: 5px 30px 5px 30px;
  }

  .service-box,
  .about-us {
    height: 240px;
  }

  #servicio-1,
  #servicio-3 {
    padding-right: 15px;
  }

  div.main-container h3 {
    font-size: 1.2em;

  }

  div.main-container h4 {
    font-size: 1.1em;

  }

  div.main-container p {
    font-size: 0.8em
  }

  #servicio-1,
  #servicio-3,
  #about-usText {
    padding-right: 15px;
  }

  #servicio-4 {
    padding-left: 15px;
  }


  #electric-logo,
  #economic-logo,
  #negocio-logo {
    height: 80px;
  }

  .fa-bolt,
  .fa-briefcase,
  .fa-code-branch {
    font-size: 3em;
    top: 20%;
    left: 45%;
  }

  div#fondo-diseno {
    margin-left: 0;
  }


  /***END SERVICIOS PAGE***/
  /***PORTAFOLIO PAGE***/
  div#portfolio-container {
    background: url(../images/hero/portafolio-xs.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 50%;
  }

  #contenedor-mapaChile {
    padding-top: 10px;
  }

  h1.tit-portafolio {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  svg {
    height: 400px;
  }

  .container-automatic-box {
    position: relative;
    height: 400px;
  }

  .automatic-box {
    padding: 15px;
  }

  .automatic-box h3 {
    margin-bottom: 3px;
    font-size: 1em;

  }

  .automatic-box p {
    margin-top: 3px;
    font-size: 0.9em;
  }

  .decoration {
    width: 80px;
    height: 2px;
  }

  /***END PORTAFOLIOS PAGE***/
  /*CONTACTO PAGE*/
  div#contact-container {
    background: url(../images/hero/contacto-xs.jpg) no-repeat;
    background-size: 100% auto;
    background-position-y: 85%;
  }

  .hero-container {
    height: 300px;
  }

  .hero-container h2 {
    font-size: 1.5em;
    left: 40%;
  }

  div.form-container {
    padding: 5px 30px 5px 30px;
  }

  /*DATOS CONTACTO*/
  #direccion h3,
  #mapa h3 {
    margin-bottom: 25px;
    font-size: 1.3em;
  }

  #direccion p {
    font-size: 0.9em;
  }

  /*END DATOS CONTACTO*/
  /*FORMULARIO*/

  .bigicon {
    font-size: 24px;
  }

  .form-group .btn {
    width: 160px;
    height: 40px;
    margin-top: 5px;
    font-size: 0.9em;
  }

  div.alert {
    font-size: 1.1em;
  }

  /*END FORMULARIO*/

  /*MAPA*/
  div#map-tile {
    height: 280px;
    margin-bottom: 15px;
  }

  div#map-tile span {
    font-size: 1.3em;
  }

  iframe {
    width: 767px;
    height: 280px;
  }

  /*END MAPA*/
  /***END CONTACTO PAGE***/
  /* Footer */
  .panel-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .panel-footer section {
    margin-bottom: 30px;
    text-align: center;
  }

  #footer_acerca,
  #footer_contacto {
    font-size: 0.9em;
  }

  #footer_acerca>span,
  #footer_contacto>span {
    font-size: 1.8em;
  }

  .text-center {
    font-size: 0.9em;
  }

  /* End Footer */
}


/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {

  /*Header*/
  a.navbar-brand {
    margin-left: 5px;
  }

  #collapsable-nav ul li a {
    font-size: 0.8em;
  }

  /*End Header*/
  /* Home page */
  .slider-container {
    height: 270px;
  }

  .slide#slide1,
  .slide#slide2,
  .slide#slide3 {
    height: 270px;
  }

  #slide1 {
    background: url('../images/slides/slide1_xxs.jpg') no-repeat;
  }

  #slide2 {
    background: url('../images/slides/slide2_xxs.jpg') no-repeat;
  }

  #slide3 {
    background: url('../images/slides/slide3_xxs.jpg') no-repeat;
  }

  .slide>.upper-div {
    width: 250px;
    margin-top: 30px;
  }

  .slide h2 {
    margin-top: 0;
    font-size: 1.6em;
    margin-bottom: 52px;
    text-shadow: 0px 1px 2px #f9bc50;
  }

  .slide .upper3 p {
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
  }

  #left.boton-slide,
  #right.boton-slide {
    font-size: 25px;
    top: 40%;
  }

  .slide>.lower-div>.botonSlides {
    font-size: 0.7em;
    margin-top: 0;
    width: 120px;
    height: 35px;
  }

  div#main-content.container-fluid {
    padding: 0 30px 0 30px;
    height: 400px;
  }

  #empresa-principal h3 {
    font-size: 1em;
  }

  #empresa-principal p {
    font-size: 0.7em;
  }

  /**Contador**/
  div.parallax {
    padding: 20px 40px 20px 40px;
    height: 200px;
  }

  .celebre h1 {
    font-size: 1.2em;
  }

  .celebre p {
    font-size: 0.7em;
  }

  /***END HOME PAGE***/
  /***SERVICIOS PAGE***/
  div#services-container {
    background: url(../images/hero/servicios-xxs.jpg) no-repeat;
    background-size: cover;
  }

  div.main-container {
    padding: 0 15px 0 15px;
  }

  div.main-container h3 {
    font-size: 1.1em;

  }

  div.main-container h4 {
    font-size: 1em;

  }

  div.main-container p {
    font-size: 0.8em
  }

  /***END SERVICIOS PAGE***/
  /***PORTAFOLIO PAGE***/
  div#portfolio-container {
    background: url(../images/hero/portafolio-xxs.jpg) no-repeat;
    background-size: cover;
  }

  #contenedor-mapaChile {
    padding-top: 0;
  }

  h1.tit-portafolio {
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  svg {
    height: 350px;
  }

  .container-automatic-box {
    position: relative;
    height: 350px;
  }

  .automatic-box {
    padding: 15px;
  }

  .automatic-box h3 {
    margin-bottom: 3px;
    font-size: 0.8em;

  }

  .automatic-box p {
    margin-top: 3px;
    font-size: 0.7em;
  }

  .decoration {
    width: 60px;
    height: 2px;
  }

  /***END PORTAFOLIOS PAGE***/
  /***CONTACTO PAGE***/
  div#contact-container {
    background: url(../images/hero/contacto-xxs.jpg) no-repeat;
    background-size: cover;
  }

  .hero-container {
    height: 250px;
  }

  .hero-container h2 {
    font-size: 1.4em;
    left: 38%;
  }

  div.form-container {
    padding: 15px 15px 5px 15px;
  }

  /*DATOS CONTACTO*/
  #direccion h3,
  #mapa h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  #direccion p {
    font-size: 0.9em;
  }

  /*END DATOS CONTACTO*/
  /*FORMULARIO*/

  .bigicon {
    font-size: 22px;
  }

  .form-group .btn {
    width: 160px;
    height: 40px;
    margin-top: 5px;
    font-size: 0.9em;
  }

  div.alert {
    font-size: 1em;
  }

  /*END FORMULARIO*/

  /*MAPA*/
  div#map-tile {
    height: 230px;
    margin-bottom: 10px;
  }

  div#map-tile span {
    font-size: 1.1em;
  }

  iframe {
    width: 480px;
    height: 230px;
  }

  /*END MAPA*/
  /***END CONTACTO PAGE***/

  .panel-footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  #footer_acerca,
  #footer_contacto {
    font-size: 0.7em;
  }

  #footer_acerca>span,
  #footer_contacto>span {
    font-size: 1.4em;
  }

  .text-center {
    font-size: 0.7em;
  }

}