@font-face {
  font-family: Ralewayregular;
  src: url('../fonts/Raleway/Raleway-Regular.ttf');
}
/*************EIP SOLAR MODULOS************/
.diagonal-5{
  transform: skew(0deg,-5deg);
}
.diagonal5{
  transform: skew(0deg,5deg);
}

.diagonal5>.box{
  transform: skew(0deg,-5deg);
  padding: 20px 30px 40px 10px;
}

.diagonal-5>.box{
  transform: skew(0deg,5deg);
  padding: 20px 30px 40px 10px;
}
/**mision y vision Responsive**/
.fondopanelesnos{
    background-image: url('../imagenes/nosotros/paneles.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.fondopersnos{
    background-image: url('../imagenes/nosotros/hombre.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 100%;
    background-size: 45%;
}

.boxtext{
  background: #ffffff6e;
  margin: 10px;
  padding: 10px 20px;
  font-size: 24px;
}
.misvisresp{
  color:#fff;
  height:500px;
}

.misvisresp h2{
  font-size: 50px;
}

.misvisresp p{
  font-size: 28px;
}
.pad-panel-top{
  padding-top: 120px;
}
.mar-panel-top{
  margin-top: -100px;
}

/*********Triangulos**********/
.t-right-bottom-grisoxf {
    border-color: transparent transparent transparent #2a2a2a !important;

}
.t-left-bottom-grisoxf {
  border-color: transparent transparent #2a2a2a transparent !important;
}

.t-left-bottom-azulado{
  border-color: transparent transparent #DAE5F5 transparent !important;
}
.t-right-bottom-azulado{
  border-color: transparent transparent transparent #DAE5F5 !important;
}

.t-left-bottom-azulado2{
  border-color: transparent transparent #657ab3 transparent !important;
}
.t-right-bottom-azulado2{
  border-color: transparent transparent transparent #657ab3 !important;
}

.t-right-bottom-verde {
    border-color: transparent transparent transparent #add975 !important;

}
.t-left-bottom-verde {
  border-color: transparent transparent #add975 transparent !important;
}
.t-right-bottom {
    position: absolute;
    left: 49.9vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.1vw 0 0 50.1vw;
    border-color: transparent transparent transparent #f8f8f8;
    z-index: 499;
}
.t-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5.1vw 50vw;
    border-color: transparent transparent #f8f8f8 transparent;
    z-index: 499;
}
.contacto-mar{
  margin-top: -50px;
}
/***********PANEL TOP IMAGEN************/

.paneltopboton{
  height: 600px;
  background-size: 100%;
  background-position-y: -25px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.bg-money{
  background-size: 110%;
}



.bg-calc{
  background-size: 80%;
  background-position-x: center;
}
.bg-smartphone{
  background-size: auto 125%;
  background-position-x: right;
}
.bg-call{
  background-size: auto 150%;
  background-position-x: left;
}
.bg-foco{
  background-size: 80%;
  background-position-x: right;
}
.bg-panel{
  background-size: 70%;
  background-position-x: center;
  background-position-y: top;
  height: 500px;
}

.bg-panel div.al-center{
  padding-top: 40px;
}

.bg-panel div.topm{
  padding-top: 80px;
}

.bg-panel p{
  font-size: 25px;
}
.bg-panel p b{
  font-size: 35px;
}
.paneltopboton>.textotop{
  position: absolute;
  top: 90px;
  width: 100%;
}

.bg-foco>.textotop {
  top:50px;
  margin-left: 120px;
}

.paneltopboton>.textotop>h4{
  font-size: 30px;
  color: #fff;
}
.paneltopboton>.textotop>p{
  font-size: 40px;
  color: #fff;
}
.bg-foco>.textotop>p{
  font-size: 45px;
  color: rgba(255, 255, 255, 0.40);
  transition: 1s;
}


.bg-foco:hover>.textotop>p{
  color: rgba(255, 255, 255, 1);
  transition: 1s;
}

.bg-money >.textotop,.bg-calc >.textotop{
      margin-top: -80px;
}
.bg-money >.textotop> p,
.bg-smartphone>.textotop> p{
  color: #000;
}

.bg-unit>.textotop>p{
  font-size: 50px;
}

.bg-smartphone>.textotop{
  text-align: left;
  padding-left: 260px;
    margin-top: -80px;
}
  .paneltopboton >.textotop>button{
    margin-top: 240px;
  }
  .bg-calc >.textotop>button{
        margin-top: 50px;
  }
  .bg-smartphone >.textotop>button{
        margin-top: 50px;
  }

  .bg-call>.textotop{
    text-align: center;
  }

  .bg-smartphone{
    height: 400px;
  }

  .ini-industrial h4{
    font-size: 30px;
    color: #000;
  }

  .bg-money h4{
    font-size: 40px;
    color: #000;
  }

  .boxwhite{
    background: rgba(255, 255, 255, 0.57);
    width: 600px;
    margin: 10px auto;
    padding: 20px;
  }

.bg-money .boxwhite{
      margin: 50px 100px;
}
  .paneltopboton>.ini-industrial>button{
      margin-top: 100px;
  }
/**************/
a:hover, a:focus {
    color: #a55118;
    text-decoration: underline;
}

a {
    color: #f18c46;
}

body{
  font-family: Ralewayregular;
  background-color: #f8f8f8;
}

.negritas{
  font-weight: bold;
}
body,.container-fluid{
      margin: 0px;
      padding: 0px;
}

.minh-pantalla{
  min-height: 460px;
}


.espaciohead{
    height: 97px;
      width: 100%;
}

.separador{
  width: 100%;
  height: 5px;
  background: rgba(166, 79, 79, 0.12);
}

.f-xlg{
  font-size: 30px;
}

.f-lg{
  font-size: 20px;
}

.f-md{
  font-size: 10px;
}

.f-sm{
  font-size: 8px;
}

.inline{
  display: inline-block;
}

.no-margin{
  margin: 0px;
}

.aline-r{
  text-align: right ;
}

.al-center{
  text-align: center;;
}

.al-r{
  text-align: right;
}

.al-l{
  text-align: left;
}

.novisible{
  display: none;
}
.mar-sm-t{
  margin-top: 5px;
}
.mar-md-t{
  margin-top: 10px;
}
.mar-lg-t{
  margin-top: 20px;
}

.mar-sm-b{
  margin-bottom: 5px;
}
.mar-md-b{
  margin-bottom: 10px;
}
.mar-lg-b{
  margin-bottom: 20px;
}

.mar-lg-r{
  margin-right:  20px;
}

.pad-sm{
  padding: 5px;
}

.titxg{
  font-size: 40px;
}
.tituloverde{
  color: #71bf44;
}

.tituloblanco{
  color:#fff;
}


.shadowxg{
      text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5),
      0px 0px 40px rgba(0, 0, 0, 0.5);
}

.pad-md{
  padding: 10px;
}

.pad-lg{
  padding: 20px;
}
.pad-xlg{
  padding: 30px;
}
/*****************INICIO SECCION1******************/
.pad-null{
  padding: 0px;

}


.fondopant1{
   background: url('../imagenes/inicio/panel1.png');
   width: 100%;
   height: 500px;
   background-repeat: no-repeat;
}

.fondopantVentajas{
   background: url('../imagenes/inicio/2 Ventajas Sistemas/panelsolar.png');
   width: 100%;
   height: 500px;
   background-repeat: no-repeat;
}


/*************************TOPNAV**********************/
.navbar{
  padding-right: 2rem;
  padding-left: 2rem;
}

.navbar-default {
  background-color: #000;
  border-bottom-color: #71be44;
  border-bottom-width: 3px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-brand {
  height: 90px;
}

.nav >li >a {
    padding-top: 21px;
    padding-bottom: 10px;
}
.navbar{
  max-height: 60px;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  }

  .nav > li{
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
    transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
  }

  .nav > li:hover,.nav > li:active, .nav > li> a:hover {

    color: #71bf44 !important;
  }
  .dropdown-menu{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navbar-nav > li > .dropdown-menu {
    /*min-width: 100%;*/
    width: 575px;
    text-align: right;
  }

  .navbar-nav > li > .dropdown-menu > li {
    display: inline-block;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #000; !important;
  }

  .dropdown-menu > li > a {
      color: #777;
    }


  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus ,
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #71bf44;
    background-color: transparent;
  }

  a.centro {
  display: inline-block;
  position: relative;
  color: #71bf44;
  text-decoration: none;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 6px;
}

a.centro:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  transition: all 1.0s;
}

a.centro:hover:after {
  width: 100%;
  background: #71bf44;
}



  @media (max-width: 991px) {
    .nav >li >a {
      padding: 35px 3px;
      font-size: 13px;
    }
  }

  #logoinicio{
    background: #fff;
    height: 100px;
    float: right;
    margin-left: 200px;
    padding: 0px;
  }

nav.underline{
  border-bottom: 10px;
  border-color: #71bf44;
}
/******************************FOOTER**********************************/
footer{
  background: #71bf44;
  width: 100%;
  position: relative;
  z-index: -2;

}

#imgfoot{
  mix-blend-mode: multiply;
  height: 150px;
  width: 100%;
  position: absolute;
  z-index: -1;
}

#imglogo{
  height: 50px;
  float: right;
  margin: 10px;
}


/***************************************NOSOTROS****************************************/
#quienessomos{
  overflow: hidden;
  margin-top: 90px;
  padding: 50px;
  height: 500px;
  background-image: url('../imagenes/nosotros/1 fondo-cielo.png');
  background-size: 100%;
}

#quienessomos div{
  display: inline-block;
  font-size: 20px;
  width: 50%;
  margin-right: -100px;
}

#quienessomos img{
  width: 55%;
  display: inline-block;
}

@media (max-width: 1100px) {
  #quienessomos div{
    margin-right: 0px;
    width: 48%;
  }

  #quienessomos img{
    width: 50%;
        margin-top: -60px;
  }
}

@media (max-width: 991px) {
  #quienessomos{
        height: 340px;
        padding: 30PX;
  }

  #quienessomos div{
      font-size: 15px;
  }

  #quienessomos img{
    margin-top: -120px;
  }

}



@media  (max-width: 768px) {
  #quienessomos{
    /*background-size: auto 100%;*/

  }

  #quienessomos div{
    width: 100%;
    background: rgba(255, 255, 255, 0.52);
    padding: 20px;
  }

  #quienessomos img{
    float: right;
    width: 75%;
    margin-top: -230PX;
  }
}

@media  (max-width: 480px) {
  #quienessomos{
    height: 100%;
    background-size: auto 100%;
  }

  #quienessomos div{
        font-size: 14px;
  }

  #quienessomos h2{
    font-size: 20px;
    margin: 5px;  }
  #quienessomos img{
    width: 100%;
  }
}


/*******************SECCIONES******************/
#ventajas1{
  background-image: url('../imagenes/inicio/2 Ventajas Sistemas/cieloabajo.png');
  background-position-y: bottom;
background-size: 100%;
background-repeat: no-repeat;
}

#ventajas1  img{
      margin-top: 10px;
      height: 100px;
}

#ventajas1  h3{
        font-size: 20px;
}

#ventajas1 .textov1{
  border-right: solid rgba(0, 0, 0, 0.24);
  height: 200px;
}


#ventajastitulo{
  background-image: url('../imagenes/inicio/2 Ventajas Sistemas/cieloarriba.png');
  height: 550px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#ventajastitulo .row{
  background-image: url('../imagenes/inicio/2 Ventajas Sistemas/panelsolar.png');
  height: 108%;
  background-size: 50%;
  background-repeat: no-repeat;
}

#ventajastitulo .row .titulo{
    padding: 80px;
    text-align: left;
}

#ventajastitulo .row .titulo img{
  width: 90%;
  margin-top: 50px;
}

#ventajastitulo h2{
  font-size: 45px;
}

 .cometer{
       color: #e96621;
}

.margentop{
  margin-top: 90px;
}

#objetivo {
  background: #e48603;
}

#mantenimiento{
  background-color: #fff;
}

#capacitacion{
  background-color: #dcdcdc;
}

#refrigeracion{
  background-color: #fff;
}

#limpieza{
  background-color: #9af0fd;
}


#vision {
  background: #8eb463;
}

#mision .texto ,#garantia .texto , #opcionesaccesibles .texto,#mantenimiento .texto,#capacitacion .texto,#refrigeracion .texto,#limpieza .texto{
  color: #000;
}

.seccion1 .texto{
  color: #fff;
  padding: 45px;
  font-size: 25px;
  min-height: 270px;
}

#mantenimiento .imagen{
    background-image: url('../imagenes/servicios/2mantenimiento.png');
}

#capacitacion .imagen{
    background-image: url('../imagenes/servicios/3capacitacion.png');
    background-position-x: right;
}

#refrigeracion .imagen{
    background-image: url('../imagenes/servicios/4refrigeracion.png');
}

#limpieza .imagen{
    background-image: url('../imagenes/servicios/5limpieza.png');
    background-position-x: right;
}

#objetivo .imagen{
  background-image: url('../imagenes/nosotros/2 objetivo.png');
}

#vision .imagen{
  background-image: url('../imagenes/nosotros/4 vision.png');
}

#mision .imagen{
  background-image: url('../imagenes/nosotros/3 mision.png');
}

#garantia .imagen{
  background-image: url('../imagenes/nosotros/5 garantia.png');
      background-position-x: right;
}

#opcionesaccesibles{
  background-color: #e6eef6;
}

#opcionesaccesibles .texto h2{
  font-size: 45px;
  margin-left: 50px;
  margin-bottom: 30px;
}

#opcionesaccesibles .texto , .contactofin .texto{
    padding: 100px;
    background-image: url('../imagenes/industria/6opciones.png');
    background-position-x: right;
    background-repeat: no-repeat;
    font-size: 30px;
    line-height: 45px;
        padding-left: 200px;
}

#contactofin1 .texto{
    background-image: url('../imagenes/industria/8enviar.png');
        color: #000;
}

#contactofin2 .texto{
    background-image: url('../imagenes/servicios/6mas-informacion.png');
    color: #000;
}

#contactofin3 .texto{
    background-image: url('../imagenes/contacto/1contacto.png');
    color: #000;
    background-position-x: left;
        background-size: auto 100%;
}


.contactofin .texto h2{
  color: #000;
  font-size: 45px;
}

.contactofin input{
  display: inline-block;
  position: absolute;
}
.contactofin input,.contactofin textarea{
  border: none;
  margin-left: 10px;
  box-shadow: none;
      background-color: rgba(156, 156, 156, 0.18);
  font-size: 20px;
}

.seccion1 .imagen{
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.seccionbanner img{
      width:  100%;
      position: relative;
}

.cajatexto{
    position: absolute;
    z-index: 10;
    margin: 20% 25%;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 25px;
    width: 550px;
    text-align: center;
    font-weight: bold;
}

#beneficios{
  background-color: #f8f3be;
}

#beneficios h2{
  margin-top: 0;
  font-size: 30px;
}

.seccionbeneficios{
  padding: 20px 0px;
}

.seccionbeneficios .box{
  padding: 5px;
}

.seccionbeneficios img {
  height: 400px;
}

.seccionbeneficios p {
  font-size: 35px;
}

#empiezaahorrar{
  background-repeat: no-repeat;
  background-image: url('../imagenes/industria/3ahorrar.png');
}

#empiezaahorrar .texto{
  color: #000;
  padding: 100px;
  padding-right: 150px;
      padding-top: 15px;
}


.paneles5{
    padding: 30px 0px;
}

.paneles5 img{
      height: 180px;
}

.paneles5 h3{
      font-size: 30px;
}

.paneles5 p{
      font-size: 20px;
}


#comofunciona img{
      width: 100%;
}

.overflowhd{
      overflow: hidden;
}

@media (max-width: 1200px) {
  #empiezaahorrar .texto .box {
    background: rgba(255, 255, 255, 0.41);
    padding: 5px;
  }
  .seccionbeneficios img {
        height: 200px;
  }
  .paneles5 img{
        height: 140px;
  }

  .paneles5 h3{
        font-size: 25px;
  }

  .paneles5 p{
        font-size: 20px;
  }

  #ventajastitulo {
    height: 350px;
  }

  #ventajastitulo h2{
    font-size: 35px;
  }
  #ventajastitulo .row .titulo img {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .seccion1 .texto{
        font-size: 17px;
        padding: 40px;
  }
  .seccion1 .texto h2{
        font-size: 22px;
  }
  #opcionesaccesibles .texto h2{
    font-size: 30px;
    margin-left: 50px;
  }
  #opcionesaccesibles .texto{
    font-size: 25px;
    line-height: 35px;
    padding-left: 50px;
  }

  #empiezaahorrar .texto{
    padding: 100px;
  }

}

@media  (max-width: 768px) {
  #quienessomos {
      /* background-size: auto 100%; */
      background-repeat: no-repeat;
  }
  .seccion1 .texto{
    font-size: 18px;
    padding: 30px;
    min-height: 185px;
  }
  .seccion1 .texto h2{
        font-size: 22px;
  }
  #opcionesaccesibles .texto h2{
    font-size: 25px;
  }
  #opcionesaccesibles .texto{
    font-size: 19px;
    line-height: 25px;
  }

  #empiezaahorrar .texto{
    padding: 80px;
  }
  .seccionbeneficios p {
    font-size: 25px;
  }
  #ventajas1 {
    background-size: auto 200%;
    background-position-x: center;
  }
  #ventajastitulo {
      height: 200px;
  }

  #ventajastitulo .row .titulo {
      padding: 20px;
      text-align: center;
  }

  #ventajastitulo .box {
    background: rgba(255, 255, 255, 0.53);
    padding: 10PX;
  }

  #ventajastitulo h2 {
    font-size: 28px;

  }

  #ventajastitulo .row .titulo img {
    width: 50%;
    margin-top: 15px;
}

}

@media  (max-width: 750px) {
  .seccion1 .texto{
    font-weight: bold;
    font-size: 15px;
    padding: 30px;
    min-height: 185px;
  }
  .seccion1 .texto h2{
        font-size: 18px;
        font-weight: bold;
  }

  #objetivo .imagen , #vision .imagen,#mantenimiento .imagen,#capacitacion .imagen,#refrigeracion .imagen,#limpieza .imagen {
      height: 70px;
      background-position-x: center;
      background-position-y: center;
      background-size: 100%;
  }

  #mision .texto , #garantia .texto, #opcionesaccesibles.texto{
    background-image: url('../imagenes/nosotros/3 mision.png');
    background-size: auto 100%;
    background-position-x: right;
    background-repeat: no-repeat;
  }
   #garantia .texto{
     background-image: url('../imagenes/nosotros/5 garantia.png');
         background-position-x: right;
   }

   #opcionesaccesibles .texto{
     background-image: url('../imagenes/industria/6opciones.png');
     padding: 15px;
   }

    #empiezaahorrar .texto .box , #mision .texto .box,#garantia .texto .box ,#opcionesaccesibles .texto .box {
      background: rgba(255, 255, 255, 0.41);
      padding: 5px;
    }
    #opcionesaccesibles .texto h2{

    }
    #empiezaahorrar .texto{
      padding: 50px;
    }

    .cajatexto{
          width: 450px;
    }
    .cajatexto h2{
      font-size: 22px;
    }


}

  @media  (max-width: 500px) {
    .cajatexto{
      margin: 15% 5%;
      width: 90%;
      padding: 10px;
    }
    .cajatexto h2{
      font-size: 18px;
    }
    .seccionbeneficios img {
      height: 150px;
    }
    .seccionbeneficios p {
      font-size: 18px;
    }
    .paneles5 img{
          height: 100px;
    }

    .paneles5 h3{
          font-size: 22px;
    }

    .paneles5 p{
          font-size: 18px;
    }
    #ventajastitulo {
      background-size: AUTO 100%;
      background-repeat: no-repeat;
    }
    #ventajastitulo .row {
      background-size: AUTO 100%;
    }
    #ventajastitulo .row .titulo img {
        width: 80%;
    }

  }

  /*MAPA---------------------------------*/
  .mapa{
  	height: 350px;
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 65px;
  }
  .mapa .box{
      position: absolute;
      width: 300px;
      height: 270px;
          background: rgba(236, 102, 8, 0.74);
      z-index: 100;
      left: 50px;
      top: 50px;
      border-radius: 5px;
      padding: 25px 10px;
      text-align: center;
  }
  .mapa .box span{
      font-size: 15px;
      margin-bottom: 5px;
      float: left;
      width: 100%;
      color: #fff;
      font-weight: 100;
  }
  .mapa .box strong{
      font-weight: 400;
      font-size: 20px;
  }

  .mapa a{
        color: #963400;
        font-weight: bold;
  }

  .mapa a:hover{
    color: #fddac1;
  }
  #map_website{
  	height: 400px;
  }
  .mapa .content{
      position: absolute;
      width: 280px;
      height: 280px;
      top: 60px;
      left: 87px;
        background: rgba(120, 167, 0, 0.68);
      z-index: 10;
      border-radius: 9px;
  	padding: 15px;
  	text-align: center;
  }
  .mapa .content span{
  	font-size: 18px;
      color: #fff;
  }
