@font-face {
  font-family: 'SourceSansPro-Regular'; /*a name to be used later*/
  src: url('../fonts/SourceSansPro-Regular.otf'); /*URL to font*/
}

@font-face {
  font-family: 'SourceSansPro-Semibold'; /*a name to be used later*/
  src: url('../fonts/SourceSansPro-Semibold.otf'); /*URL to font*/
}



/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: inherit;
  text-decoration: none;
}


html, body {
  overflow-x: hidden;
  width: 100%;
}

.no-padding{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.no-padding-left{

  padding-left: 0px !important;
}

button{
  border: none;
}

input[type="submit"] {
  border: none;
}

/****CONTENEDORES MÁXIMOS***/
.contenedor_1160px{
  max-width: 1160px;
  min-height: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}


/***********SLIDERS***********/

.slider_home_row{
  position: relative;
  z-index: 1;
  margin-top: -160px;
  
}

.margin-slider{
  margin-top:-230px;
}
.slider_home{

}

.slider_home2{
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

.bg1{
 min-height: 600px !important;
 background-image: url('../img/banner-home-1.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.bg2{
 min-height: 600px !important;
 background-image: url('../img/banner-home-2.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.bg3{
 min-height: 600px !important;
 background-image: url('../img/banner-home-3.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.margen_texto_slider{
  margin-top: 160px;
}


.bg4{
 min-height: 600px !important;
 background-image: url('../img/banner-home-4.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.margen_texto_slider{
  margin-top: 160px;
}

.titulo-slogan-slider{
  font-family: 'SourceSansPro-Semibold';
  font-size: 45px;
  color: #FFFFFF;
  padding-left: 7%;
  padding-right: 60%;
}

.titulo-servicio-slider{
  font-family: 'SourceSansPro-Regular';
  font-size: 18px;
  color: #FFFFFF;
  padding: 2% 7%;
}

.btn-slider{
  font-family: 'SourceSansPro-Semibold';
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  width: 200px;
  height: 50px;
  border: 1px solid #78D64B;
  padding-top: 10px;
  margin-top: 3%;
  margin-left: 6%;
}

.sub-cuadro{
  min-height: 160px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-home-slider{

  width: 100%;
  height: 160px;
  position: relative;
  z-index: 3;

}

.margin-subbanner{
 position: relative !important;;
 z-index: 5 !important;;
 margin-top: 100px;
 min-height: 200px !important;

}


.bg1-s{
 position: relative !important;;
 z-index: 5 !important;;
 min-height: 160px !important;
 background-image: url('../img/subbanner-home-1.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.bg2-s{
 position: relative !important;;
 z-index: 5 !important;;
 min-height: 160px !important;
 background-image: url('../img/subbanner-home-2.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.bg3-s{
 position: relative !important;;
 z-index: 5 !important;;
 min-height: 160px !important;
 background-image: url('../img/subbanner-home-3.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}


.bg4-s{
 position: relative !important;;
 z-index: 5 !important;;
 min-height: 160px !important;
 background-image: url('../img/subbanner-home-4.jpg');
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}



.titulo-slider-2{
 font-family: 'SourceSansPro-Semibold';
 font-size: 18px;
 color: #101820;
 padding-top: 2%;
/* padding-right: 30%;*/
}

.subtitulo-slider-2{
 font-family: 'SourceSansPro-Regular';
 font-size: 16px;
 color: #101820;
 padding: 3% 4%;
}

.cuadro-blanco-slider2{
  background-color: #FFFFFF;
}

.btns-slider{
  position: relative;
  z-index: 10;
  margin-top: -250px;
}
@media  screen and (max-width: 768px) {
 .titulo-slogan-slider{
  font-family: 'SourceSansPro-Semibold';
  font-size: 35px;
  color: #FFFFFF;
  padding-left: 7%;
  padding-right: 30%;
}

.btns-slider{
 display: none;
}

}

/****MENU***/

.menu {
 position: relative;
 z-index: 2;
 min-height: 100px;

}

.grupo-opciones {
 position: relative;
 z-index: 2;
 padding-top: 30px;
 border-bottom: 1px solid #FFFFFF;

}

.menu .opciones-menu{
  font-family: 'SourceSansPro-Semibold';
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding:1% 1%;
}

.menu .opciones-menu:hover{
  font-family: 'SourceSansPro-Semibold';
  font-size: 16px;
  color: #101820;
  text-align: center;
  background-color: #78D64B;
  cursor: pointer;
}

.grupo-opciones-mobile {
 display: none;

}

.cuadro-opciones{
 opacity:1;
 position:fixed;
 width:100%;
 height:100%;
 bottom:0px;
 right:0px;
 z-index: 100;
 background-color: #000000;
}

.grupo-opciones-mobile-toggle{
  display: none;
}

.grupo-opciones-mobile-toggle .opciones-menu:hover{
  font-family: 'SourceSansPro-Semibold';
  font-size: 26px;
  color: #101820;
  text-align: center;
  background-color: #78D64B;
  cursor: pointer;
}


.grupo-opciones-mobile-toggle .opciones-menu{
 font-family: 'SourceSansPro-Semibold';
 font-size: 26px;
 color: #FFFFFF;
 text-align: center;

 padding:3% 2%;
}

@media  screen and (max-width: 768px) {
 .grupo-opciones {
   display: none;

 }

 .grupo-opciones-mobile {
   display: block;

 }



}


/*******SOLUCIONES**********/

.posicion-containers{
  position: relative;
  z-index: 3;
  margin-top: -120px;
  margin-bottom: 100px;

}

.img-paneles{
  margin-top: -120px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 450px;
  background-image: url("../img/servicios-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.img-franquicia{
  margin-top: -120px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 450px;
  background-image: url("../img/franquicia-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}



.img-paneles-margin{
  margin-top: -320px !important;
}

.img-seguridad{

  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 450px;
  background-image: url("../img/servicios-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.img-inteligente{

  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 450px;
  background-image: url("../img/servicios-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cuadro-verde{
  width: 100%;
  min-height: 295px;
  background-color: #78D64B;
}


.titulo-servicio{
  font-family: 'SourceSansPro-Regular';
  font-size: 18px;
  color: #FFFFFF;
  padding: 5% 7%;
}
.titulo-slogan{
  font-family: 'SourceSansPro-Semibold';
  font-size: 45px;
  color: #FFFFFF;
  padding: 5% 7%;
}
.texto-servicio{
  font-family: 'SourceSansPro-Semibold';
  font-size: 16px;
  color: #FFFFFF;
  padding: 5% 7%;
}

.texto-servicio-secundario{
 font-family: 'SourceSansPro-Regular';
 font-size: 16px;
 color: #4C5258;
 padding: 2% 2%;
 
}

.texto-servicio-secundario span{
 font-family: 'SourceSansPro-Semibold';
 font-size: 18px;
 color: #101820;
 
}


/**********HOME***********/

.img-home{
  float: left; 
  width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: -150px;
}

.cuadro_verde_especializados{
  position: relative;
  z-index: 2;
  min-height:525px;
  background-color: #78D64B;
  padding: 1% 3%;
  margin-top: -150px;
}

@media  screen and (max-width: 768px) {
  .img-home{
   margin-top: 30px;
   display: block;
   margin:0 auto;
 }

 .cuadro_verde_especializados{

  margin-top: 0px;
}


.titulo-servicio{
  text-align: center;
}
.titulo-slogan{
 text-align: center;
}
.texto-servicio{
 text-align: center;
}

.texto-servicio-secundario{
 text-align: center;
 
}

.texto-servicio-secundario span{
 text-align: center;
 
}

.img-paneles{
  margin-top: -260px;

}


}

.cuadrito-servicios{
  min-height: 240px;
  background-color: #78D64B;
}

.cuadrito-servicios:hover{
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}



.img-fondo-solares{
  height: 130px;
  background-image:url("../img/x/icn-panel.png");
  background-position: center;
  background-repeat: no-repeat;
}

.img-fondo-seguridad{
 height: 130px;
 background-image:url("../img/x/icn-seguridad.png");
 background-position: center;
 background-repeat: no-repeat;
}

.img-fondo-casa{
 height: 130px;
 background-image:url("../img/x/icn-casa.png");
 background-position: center;
 background-repeat: no-repeat;
}

.cuadrito-servicios:hover .img-fondo-solares{
  background-image:url("../img/x/icn-panel-hover.png");
}

.cuadrito-servicios:hover .img-fondo-seguridad{
  background-image:url("../img/x/icn-seguridad-hover.png");
}

.cuadrito-servicios:hover .img-fondo-casa{
  background-image:url("../img/x/icn-casa-hover.png");
}


.texto-servicio-cuadrito{
 font-family: 'SourceSansPro-Regular';
 font-size: 16px;
 color: #4C5258;
 text-align: center;
 
}

.titulo-servicio-cuadrito{
 font-family: 'SourceSansPro-Semibold';
 font-size: 18px;
 color: #101820;
 text-align: center;
 
}


/*******FOOTER*********/

.soluciones_inteligentes{
  min-height: 100px;
  background-color: #101820;
  font-family: 'SourceSansPro-Semibold';
  font-size: 45px;
  color: #78D64B;

}

.titulo-contacto{
  font-family: 'SourceSansPro-Regular';
  font-size: 18px;
  color: #78D64B;
  margin-bottom: 20px;
}

.titulo-slogan-contacto{
  font-family: 'SourceSansPro-Semibold';
  font-size: 45px;
  color: #000000;
  margin-bottom: 20px;
}

.input_100{
  width: 100%;
  height: 35px;
  border:none;
  border-bottom: 1px solid  #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.input_50{
  width: 49%;
  height: 35px;
  border:none;
  border-bottom: 1px solid  #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.textarea_100{
  width: 100%;
  min-height: 100px;
  border:none;
  border-bottom: 1px solid  #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn_enviar{
  width: 200px;
  height: 50px;
  background-color: #78D64B;
  font-family: 'SourceSansPro-Semibold';
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 15px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #888888;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #888888;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #888888;
}


.cuadro_verde_contacto{
  width: 85%;
  min-height:365px;
  background-color: #78D64B;
  padding: 8% 8%;
  display: block;
  margin: 0 auto;
  margin-top: 3%;

}

.footer{
  margin-top: 20px;
  width: 100%;
  min-height: 200px;
  background-color: #EEF5F5;
  font-family: 'SourceSansPro-Regular';
  font-size: 13px;
  color: #4C5258;
padding-top: 3%;
padding-right: 0;
}

.footer span{

  font-family: 'SourceSansPro-Semibold';
  font-size: 16px;
  color: #4C5258;
  
}

.texto-footer{
  padding: 1% 5%;
}

.footer-final{
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'SourceSansPro-Regular';
  font-size: 13px;
  color: #4C5258;
}


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

  .soluciones_inteligentes .texto{
   text-align: center;
   padding-bottom: 15px; 

 }

 .soluciones_inteligentes img{
  display: block;
  margin: 0 auto;

}

.footer{
  width: 110%;
}

.texto-footer{
  text-align: center;
}


.btn_enviar{
 display: block;
 margin: 0 auto;
}


}